Skip to content
Open
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 packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-jest": "^29.15.4",
"globals": "^17.6.0",
"typescript-eslint": "^8.61.1"
},
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ __metadata:
"@eslint/js": "npm:^10.0.1"
"@stylistic/eslint-plugin": "npm:^5.10.0"
eslint: "npm:^10.5.0"
eslint-plugin-jest: "npm:^29.15.2"
eslint-plugin-jest: "npm:^29.15.4"
globals: "npm:^17.6.0"
typescript: "npm:^6.0.3"
typescript-eslint: "npm:^8.61.1"
Expand Down Expand Up @@ -3053,6 +3053,27 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^29.15.4":
version: 29.15.4
resolution: "eslint-plugin-jest@npm:29.15.4"
dependencies:
"@typescript-eslint/utils": "npm:^8.0.0"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^8.0.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
jest: "*"
typescript: ">=4.8.4 <7.0.0"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
typescript:
optional: true
checksum: 10c2/249be99a14e717e81fe70aef44a47d588ffd945f6584bfcb50c8001834c86d6547d798af8646941459df4878c2496139b592b39b81f2060bc4cb2e8660e954da
languageName: node
linkType: hard

"eslint-scope@npm:^9.1.2":
version: 9.1.2
resolution: "eslint-scope@npm:9.1.2"
Expand Down
Loading