Skip to content

Commit 59c200d

Browse files
build(deps): bump eslint-plugin-jest from 22.17.0 to 23.7.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.17.0 to 23.7.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v22.17.0...v23.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 77c8494 commit 59c200d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-config-kentcdodds": "^14.3.4",
7272
"eslint-config-prettier": "^6.9.0",
7373
"eslint-plugin-import": "^2.20.0",
74-
"eslint-plugin-jest": "^22.15.0",
74+
"eslint-plugin-jest": "^23.7.0",
7575
"eslint-plugin-jsx-a11y": "^6.2.3",
7676
"eslint-plugin-prettier": "^3.1.2",
7777
"eslint-plugin-react": "^7.18.0",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@
15281528
"@typescript-eslint/typescript-estree" "2.16.0"
15291529
eslint-scope "^5.0.0"
15301530

1531-
"@typescript-eslint/experimental-utils@2.19.2":
1531+
"@typescript-eslint/experimental-utils@2.19.2", "@typescript-eslint/experimental-utils@^2.5.0":
15321532
version "2.19.2"
15331533
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.2.tgz#4611d44cf0f0cb460c26aa7676fc0a787281e233"
15341534
integrity sha512-B88QuwT1wMJR750YvTJBNjMZwmiPpbmKYLm1yI7PCc3x0NariqPwqaPsoJRwU9DmUi0cd9dkhz1IqEnwfD+P1A==
@@ -3704,13 +3704,20 @@ eslint-plugin-import@^2.20.0:
37043704
read-pkg-up "^2.0.0"
37053705
resolve "^1.12.0"
37063706

3707-
eslint-plugin-jest@^22.15.0, eslint-plugin-jest@^22.17.0:
3707+
eslint-plugin-jest@^22.17.0:
37083708
version "22.17.0"
37093709
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.17.0.tgz#dc170ec8369cd1bff9c5dd8589344e3f73c88cf6"
37103710
integrity sha512-WT4DP4RoGBhIQjv+5D0FM20fAdAUstfYAf/mkufLNTojsfgzc5/IYW22cIg/Q4QBavAZsROQlqppiWDpFZDS8Q==
37113711
dependencies:
37123712
"@typescript-eslint/experimental-utils" "^1.13.0"
37133713

3714+
eslint-plugin-jest@^23.7.0:
3715+
version "23.7.0"
3716+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.7.0.tgz#84d5603b6e745b59898cb6750df6a44782a39b04"
3717+
integrity sha512-zkiyGlvJeHNjAEz8FaIxTXNblJJ/zj3waNbYbgflK7K6uy0cpE5zJBt/JpJtOBGM/UGkC6BqsQ4n0y7kQ2HA8w==
3718+
dependencies:
3719+
"@typescript-eslint/experimental-utils" "^2.5.0"
3720+
37143721
eslint-plugin-jsx-a11y@^6.2.3:
37153722
version "6.2.3"
37163723
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz#b872a09d5de51af70a97db1eea7dc933043708aa"

0 commit comments

Comments
 (0)