Skip to content

Commit b0d78d2

Browse files
chore: update dependency eslint-plugin-jest to v27 (#3349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc96e47 commit b0d78d2

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
@@ -95,7 +95,7 @@
9595
"eslint": "^8.0.0",
9696
"eslint-config-prettier": "^8.0.0",
9797
"eslint-plugin-import": "^2.20.1",
98-
"eslint-plugin-jest": "^26.0.0",
98+
"eslint-plugin-jest": "^27.0.0",
9999
"husky": "^8.0.0",
100100
"jest": "^29.0.1",
101101
"lerna": "^5.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3997,10 +3997,10 @@ eslint-plugin-import@^2.20.1:
39973997
resolve "^1.22.0"
39983998
tsconfig-paths "^3.14.1"
39993999

4000-
eslint-plugin-jest@^26.0.0:
4001-
version "26.9.0"
4002-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949"
4003-
integrity sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==
4000+
eslint-plugin-jest@^27.0.0:
4001+
version "27.0.0"
4002+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.0.0.tgz#fafe827d6be5c1172068b6ad85f0faa4a27cbc7e"
4003+
integrity sha512-z+xyBosph1kSffGEbsDz4EgdzRnpdKzrPHgVtiQ9hcZsTKl8EOo6yLhNn55tGfJSEmJdEVqpXv1g+ZmTbT9rEQ==
40044004
dependencies:
40054005
"@typescript-eslint/utils" "^5.10.0"
40064006

0 commit comments

Comments
 (0)