Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

chore(deps): update dependency eslint-plugin-jest to v27 #70

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "^8.17.0",
"eslint-plugin-jest": "^26.4.6",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-typescript": "^0.14.0",
Expand Down
21 changes: 19 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6311,7 +6311,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^26.1.5, eslint-plugin-jest@npm:^26.4.6":
"eslint-plugin-jest@npm:^26.1.5":
version: 26.4.6
resolution: "eslint-plugin-jest@npm:26.4.6"
dependencies:
Expand All @@ -6328,6 +6328,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^27.0.0":
version: 27.0.0
resolution: "eslint-plugin-jest@npm:27.0.0"
dependencies:
"@typescript-eslint/utils": ^5.10.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 75da3198a9d193b5cf4e4d04181277b30a57f7a675fb9fb50c94e450cc4c75aebd594d4f62dc45dd32997a9a780b4e0ecfcaf50ca59a33e4e3bea47204cf6def
languageName: node
linkType: hard

"eslint-plugin-jsdoc@npm:^39.2.1":
version: 39.3.2
resolution: "eslint-plugin-jsdoc@npm:39.3.2"
Expand Down Expand Up @@ -11005,7 +11022,7 @@ __metadata:
cross-env: ^7.0.3
enzyme: ^3.11.0
eslint: ^8.17.0
eslint-plugin-jest: ^26.4.6
eslint-plugin-jest: ^27.0.0
eslint-plugin-react: ^7.30.0
eslint-plugin-react-hooks: ^4.5.0
eslint-plugin-typescript: ^0.14.0
Expand Down