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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"cypress": "14.5.0",
"eslint": "9.36.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-cypress": "^5.0.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "^5.4.0",
Expand Down
21 changes: 7 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3967,14 +3967,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:^4.3.0":
version: 4.3.0
resolution: "eslint-plugin-cypress@npm:4.3.0"
"eslint-plugin-cypress@npm:^5.0.0":
version: 5.2.0
resolution: "eslint-plugin-cypress@npm:5.2.0"
dependencies:
globals: "npm:^15.15.0"
globals: "npm:^16.2.0"
peerDependencies:
eslint: ">=9"
checksum: 10/f2a0f329f76028a6ec9e9ff6cf78a0d657054a0a3e1d84c579c8f22ffda652d642ecc89d5241ed298d8bfda12f526ccbb706fb2bb0f4e161bd93b7fb747b8c0f
checksum: 10/4701b3e6b6bfba21fdfdabb3551e066d683faf1e0f38d943cb51a2faa409a1bce4e489c6dbcac2bf2a8e498f96059da3c61d41193a0a4d792269fd9c2728f42f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4864,14 +4864,7 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.15.0":
version: 15.15.0
resolution: "globals@npm:15.15.0"
checksum: 10/7f561c87b2fd381b27fc2db7df8a4ea7a9bb378667b8a7193e61fd2ca3a876479174e2a303a74345fbea6e1242e16db48915c1fd3bf35adcf4060a795b425e18
languageName: node
linkType: hard

"globals@npm:^16.1.0":
"globals@npm:^16.1.0, globals@npm:^16.2.0":
version: 16.4.0
resolution: "globals@npm:16.4.0"
checksum: 10/1627a9f42fb4c82d7af6a0c8b6cd616e00110908304d5f1ddcdf325998f3aed45a4b29d8a1e47870f328817805263e31e4f1673f00022b9c2b210552767921cf
Expand Down Expand Up @@ -8063,7 +8056,7 @@ __metadata:
cypress: "npm:14.5.0"
eslint: "npm:9.36.0"
eslint-config-prettier: "npm:^10.1.5"
eslint-plugin-cypress: "npm:^4.3.0"
eslint-plugin-cypress: "npm:^5.0.0"
eslint-plugin-jsx-a11y: "npm:^6.10.2"
eslint-plugin-no-only-tests: "npm:^3.3.0"
eslint-plugin-prettier: "npm:^5.4.0"
Expand Down
Loading