Skip to content
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"css-loader": "^7.1.3",
"css-minimizer-webpack-plugin": "^7.0.3",
"eslint": "^9.39.2",
"eslint-plugin-jest": "^29.9.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.2.0",
"exports-loader": "^5.0.0",
Expand Down
15 changes: 9 additions & 6 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7556,21 +7556,24 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^29.9.0":
version: 29.12.1
resolution: "eslint-plugin-jest@npm:29.12.1"
"eslint-plugin-jest@npm:^29.15.0":
version: 29.15.0
resolution: "eslint-plugin-jest@npm:29.15.0"
dependencies:
"@typescript-eslint/utils": "npm:^8.0.0"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^8.0.0
eslint: ^8.57.0 || ^9.0.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
jest: "*"
typescript: ">=4.8.4 <6.0.0"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 10c0/54c149328c97964a34958b7e32c56f24e9c9fb8eeb6892c357ae527d543cc766d960ef024baaa57be603befda8cb1e25f5cb9701993f554655143e199264ba7a
typescript:
optional: true
checksum: 10c0/e3d8f67708ba4a77a628f8d97a9ebbb20f62ad690d7cc155c0a1066d36b74a6ad8e943fda5c54264c4ad4186dd8d212075bce9f5c2debdd35708ed74ecdc81ef
languageName: node
linkType: hard

Expand Down Expand Up @@ -13229,7 +13232,7 @@ __metadata:
diff-arrays-of-objects: "npm:^1.1.8"
dompurify: "npm:^3.2.4"
eslint: "npm:^9.39.2"
eslint-plugin-jest: "npm:^29.9.0"
eslint-plugin-jest: "npm:^29.15.0"
eslint-plugin-react: "npm:^7.37.5"
eslint-plugin-unused-imports: "npm:^4.2.0"
exports-loader: "npm:^5.0.0"
Expand Down
Loading