Skip to content

Commit aaeee27

Browse files
chore: bump eslint-plugin-jest from 26.0.0 to 26.1.0 in /site
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.0.0 to 26.1.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v26.0.0...v26.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6006436 commit aaeee27

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@material-ui/core": "4.9.4",
2222
"@material-ui/icons": "4.5.1",
2323
"@material-ui/lab": "4.0.0-alpha.42",
24-
"@react-theming/storybook-addon": "1.1.3",
24+
"@react-theming/storybook-addon": "1.1.5",
2525
"@storybook/addon-actions": "6.3.12",
2626
"@storybook/addon-essentials": "6.3.12",
2727
"@storybook/addon-links": "6.3.12",
@@ -41,7 +41,7 @@
4141
"eslint-import-resolver-typescript": "2.5.0",
4242
"eslint-plugin-compat": "4.0.2",
4343
"eslint-plugin-import": "2.25.4",
44-
"eslint-plugin-jest": "26.0.0",
44+
"eslint-plugin-jest": "26.1.0",
4545
"eslint-plugin-jsx-a11y": "6.5.1",
4646
"eslint-plugin-no-storage": "1.0.2",
4747
"eslint-plugin-react": "7.28.0",

site/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,15 +1826,15 @@
18261826
is-color-stop "^1.1.0"
18271827
rgb-hex "^3.0.0"
18281828

1829-
"@react-theming/storybook-addon@1.1.3":
1830-
version "1.1.3"
1831-
resolved "https://registry.yarnpkg.com/@react-theming/storybook-addon/-/storybook-addon-1.1.3.tgz#6d344d99df0f7aaaee44975395a5817d9ee5f36a"
1832-
integrity sha512-x6t4LD8Z8ysac3+Thr9BxHyrzKDZMssJHqXc7wneFaiJcRmdAWGHoT7D3kT9WsegmKaBf4rY4GVACcklBkwdIg==
1829+
"@react-theming/storybook-addon@1.1.5":
1830+
version "1.1.5"
1831+
resolved "https://registry.yarnpkg.com/@react-theming/storybook-addon/-/storybook-addon-1.1.5.tgz#cb00ce26139859b2e233619b4c29b2cc391767c9"
1832+
integrity sha512-m4LM4j/dDzwMdvdHvsdiM64Qb6pI7DdALHHMoCCe0u4OFlAxtHk67FlwMkEGfsoV3zZWHYhz8hP7rcSrPUMbVw==
18331833
dependencies:
18341834
"@react-theming/flatten" "^0.1.1"
18351835
"@react-theming/theme-name" "^1.0.3"
18361836
"@react-theming/theme-swatch" "^1.0.0"
1837-
"@storybook/addon-devkit" "^1.4.1"
1837+
"@storybook/addon-devkit" "^1.4.2"
18381838
"@usulpro/react-json-view" "^2.0.1"
18391839
react-color "^2.18.0"
18401840

@@ -1920,7 +1920,7 @@
19201920
core-js "^3.8.2"
19211921
ts-dedent "^2.0.0"
19221922

1923-
"@storybook/addon-devkit@^1.4.1":
1923+
"@storybook/addon-devkit@^1.4.2":
19241924
version "1.4.2"
19251925
resolved "https://registry.yarnpkg.com/@storybook/addon-devkit/-/addon-devkit-1.4.2.tgz#a230fef4554c604799def525541c61af06e8d22d"
19261926
integrity sha512-ggy34eCzmiKOwgV7xYNjlPClGpmtnYODPJv0vkCKiDyPeVLHocq2UZ7ZkOhQ5GO7TM7aLeeC1JBS00tZId9oLA==
@@ -6506,10 +6506,10 @@ eslint-plugin-import@2.25.4:
65066506
resolve "^1.20.0"
65076507
tsconfig-paths "^3.12.0"
65086508

6509-
eslint-plugin-jest@26.0.0:
6510-
version "26.0.0"
6511-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8"
6512-
integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg==
6509+
eslint-plugin-jest@26.1.0:
6510+
version "26.1.0"
6511+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.0.tgz#9f6c33e66f3cef3f2832c3a4d2caa21a75792dee"
6512+
integrity sha512-vjF6RvcKm4xZSJgCmXb9fXmhzTva+I9jtj9Qv5JeZQTRocU7WT1g3Kx0cZ+00SekPe2DtSWDawHtSj4RaxFhXQ==
65136513
dependencies:
65146514
"@typescript-eslint/utils" "^5.10.0"
65156515

0 commit comments

Comments
 (0)