Skip to content

Commit 420ea52

Browse files
chore: update dependency eslint-plugin-jest to v25 (#2802)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 731682e commit 420ea52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"eslint": "^7.0.0",
9595
"eslint-config-prettier": "^8.0.0",
9696
"eslint-plugin-import": "^2.20.1",
97-
"eslint-plugin-jest": "^24.0.0",
97+
"eslint-plugin-jest": "^25.0.0",
9898
"husky": "^7.0.0",
9999
"jest": "27.2.5",
100100
"lerna": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4708,10 +4708,10 @@ eslint-plugin-import@^2.20.1:
47084708
resolve "^1.20.0"
47094709
tsconfig-paths "^3.11.0"
47104710

4711-
eslint-plugin-jest@^24.0.0:
4712-
version "24.6.0"
4713-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.6.0.tgz#73ac7cd40419a227b3f1b2b686c023563ceb1e51"
4714-
integrity sha512-xNz0ajbu7ijrNMI1RMDXZis40DWBNTe/i+eXIzovva1Jk2UmI6AdN6xleZiunb1U0G/doMwG3rJjrmlCl5IHkQ==
4711+
eslint-plugin-jest@^25.0.0:
4712+
version "25.0.1"
4713+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.0.1.tgz#1a4aec26bb9806db1132de18cc7df7cab4b0ca4e"
4714+
integrity sha512-h54W6EOFGWHvKmGQul1Ahc8nLfzWR7jbynjeb4NT/acg6yOaRPQv6MXeSuQO3a7+21xaVtmULowYANuu4JIimQ==
47154715
dependencies:
47164716
"@typescript-eslint/experimental-utils" "^4.0.1"
47174717

0 commit comments

Comments
 (0)