Skip to content

Commit 6692760

Browse files
Update dependency eslint-plugin-jest to v25 (#38)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 51ae365 commit 6692760

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-cypress": "2.12.1",
5454
"eslint-plugin-flowtype": "6.1.0",
5555
"eslint-plugin-import": "2.24.2",
56-
"eslint-plugin-jest": "24.7.0",
56+
"eslint-plugin-jest": "25.0.5",
5757
"eslint-plugin-jsx-a11y": "6.4.1",
5858
"eslint-plugin-react": "7.26.1",
5959
"eslint-plugin-react-hooks": "4.2.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@
27812781
eslint-scope "^5.0.0"
27822782
eslint-utils "^2.0.0"
27832783

2784-
"@typescript-eslint/[email protected]":
2784+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^5.0.0":
27852785
version "5.0.0"
27862786
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
27872787
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
@@ -5723,12 +5723,12 @@ eslint-plugin-import@^2.22.1:
57235723
resolve "^1.17.0"
57245724
tsconfig-paths "^3.9.0"
57255725

5726-
eslint-plugin-jest@24.7.0:
5727-
version "24.7.0"
5728-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
5729-
integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
5726+
eslint-plugin-jest@25.0.5:
5727+
version "25.0.5"
5728+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca"
5729+
integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg==
57305730
dependencies:
5731-
"@typescript-eslint/experimental-utils" "^4.0.1"
5731+
"@typescript-eslint/experimental-utils" "^5.0.0"
57325732

57335733
eslint-plugin-jest@^24.1.0:
57345734
version "24.1.3"

0 commit comments

Comments
 (0)