Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-cypress to v3 #176

Merged
merged 1 commit into from
Sep 27, 2024
Merged
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 @@ -81,7 +81,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7192,14 +7192,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:2.15.2":
version: 2.15.2
resolution: "eslint-plugin-cypress@npm:2.15.2"
"eslint-plugin-cypress@npm:3.5.0":
version: 3.5.0
resolution: "eslint-plugin-cypress@npm:3.5.0"
dependencies:
globals: "npm:^13.20.0"
peerDependencies:
eslint: ">= 3.2.1"
checksum: 10/a01c88f6dcefa1414b188a6121c22d346a145dbba7d70d22d1ee2f9575551e6004fcddd234df8758b4796b43b129a87c41bf380461800d822b020be318ce0b83
eslint: ">=7"
checksum: 10/c7797902d76331e4b243f8c97c8ecde451e6959af6ec54c07faf54e095ad64e64a588dc3bb466cb172f63219ea07fd6efb2bcb6ae63a64dd9c067edbd222327e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8468,7 +8468,7 @@ __metadata:
eslint-config-prettier: "npm:9.1.0"
eslint-config-react-app: "npm:7.0.1"
eslint-import-resolver-typescript: "npm:3.6.3"
eslint-plugin-cypress: "npm:2.15.2"
eslint-plugin-cypress: "npm:3.5.0"
eslint-plugin-import: "npm:2.30.0"
eslint-plugin-jsx-a11y: "npm:6.10.0"
eslint-plugin-prettier: "npm:5.2.1"
Expand Down
Loading