From aaeee27bb5ba8fd3b89dd8ef0389312577e60410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 17:25:57 +0000 Subject: [PATCH] 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](https://github.com/jest-community/eslint-plugin-jest/compare/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] --- site/package.json | 4 ++-- site/yarn.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/site/package.json b/site/package.json index 1466f5d1a784c..59d99b37b3c26 100644 --- a/site/package.json +++ b/site/package.json @@ -21,7 +21,7 @@ "@material-ui/core": "4.9.4", "@material-ui/icons": "4.5.1", "@material-ui/lab": "4.0.0-alpha.42", - "@react-theming/storybook-addon": "1.1.3", + "@react-theming/storybook-addon": "1.1.5", "@storybook/addon-actions": "6.3.12", "@storybook/addon-essentials": "6.3.12", "@storybook/addon-links": "6.3.12", @@ -41,7 +41,7 @@ "eslint-import-resolver-typescript": "2.5.0", "eslint-plugin-compat": "4.0.2", "eslint-plugin-import": "2.25.4", - "eslint-plugin-jest": "26.0.0", + "eslint-plugin-jest": "26.1.0", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-no-storage": "1.0.2", "eslint-plugin-react": "7.28.0", diff --git a/site/yarn.lock b/site/yarn.lock index 6ea19e84b0fab..c21562fd73af1 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -1826,15 +1826,15 @@ is-color-stop "^1.1.0" rgb-hex "^3.0.0" -"@react-theming/storybook-addon@1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@react-theming/storybook-addon/-/storybook-addon-1.1.3.tgz#6d344d99df0f7aaaee44975395a5817d9ee5f36a" - integrity sha512-x6t4LD8Z8ysac3+Thr9BxHyrzKDZMssJHqXc7wneFaiJcRmdAWGHoT7D3kT9WsegmKaBf4rY4GVACcklBkwdIg== +"@react-theming/storybook-addon@1.1.5": + version "1.1.5" + resolved "https://registry.yarnpkg.com/@react-theming/storybook-addon/-/storybook-addon-1.1.5.tgz#cb00ce26139859b2e233619b4c29b2cc391767c9" + integrity sha512-m4LM4j/dDzwMdvdHvsdiM64Qb6pI7DdALHHMoCCe0u4OFlAxtHk67FlwMkEGfsoV3zZWHYhz8hP7rcSrPUMbVw== dependencies: "@react-theming/flatten" "^0.1.1" "@react-theming/theme-name" "^1.0.3" "@react-theming/theme-swatch" "^1.0.0" - "@storybook/addon-devkit" "^1.4.1" + "@storybook/addon-devkit" "^1.4.2" "@usulpro/react-json-view" "^2.0.1" react-color "^2.18.0" @@ -1920,7 +1920,7 @@ core-js "^3.8.2" ts-dedent "^2.0.0" -"@storybook/addon-devkit@^1.4.1": +"@storybook/addon-devkit@^1.4.2": version "1.4.2" resolved "https://registry.yarnpkg.com/@storybook/addon-devkit/-/addon-devkit-1.4.2.tgz#a230fef4554c604799def525541c61af06e8d22d" integrity sha512-ggy34eCzmiKOwgV7xYNjlPClGpmtnYODPJv0vkCKiDyPeVLHocq2UZ7ZkOhQ5GO7TM7aLeeC1JBS00tZId9oLA== @@ -6506,10 +6506,10 @@ eslint-plugin-import@2.25.4: resolve "^1.20.0" tsconfig-paths "^3.12.0" -eslint-plugin-jest@26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.0.0.tgz#f83a25a23ab90ce5b375b1d44389b8c391be5ce8" - integrity sha512-Fvs0YgJ/nw9FTrnqTuMGVrkozkd07jkQzWm0ajqyHlfcsdkxGfAuv30fgfWHOnHiCr9+1YQ365CcDX7vrNhqQg== +eslint-plugin-jest@26.1.0: + version "26.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.0.tgz#9f6c33e66f3cef3f2832c3a4d2caa21a75792dee" + integrity sha512-vjF6RvcKm4xZSJgCmXb9fXmhzTva+I9jtj9Qv5JeZQTRocU7WT1g3Kx0cZ+00SekPe2DtSWDawHtSj4RaxFhXQ== dependencies: "@typescript-eslint/utils" "^5.10.0"