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

build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 3.0.0 #576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -40,7 +40,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12458,14 +12458,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:^2.15.1":
version: 2.15.1
resolution: "eslint-plugin-cypress@npm:2.15.1"
"eslint-plugin-cypress@npm:^3.0.0":
version: 3.0.0
resolution: "eslint-plugin-cypress@npm:3.0.0"
dependencies:
globals: "npm:^13.20.0"
peerDependencies:
eslint: ">= 3.2.1"
checksum: f404adf415ef6b986d3480397a26eb73976a9156bbf786f2d22b8df28bbf0e50d4b3c699caefd230f0de9d6e8850596ab1bcc471b173aede05373d2a5ae3c624
eslint: ">=7 <9"
checksum: 0241f65a36ee7ee4ec5e7b5803e2c9032cfabddaf08ccaab4bbed5a635e14b492ee33d80da18bd770fac7636c67cda39db9d38749fa9e30d99ebaec5667f11ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -22945,7 +22945,7 @@ __metadata:
eslint: "npm:^8.56.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-config-react-app: "npm:^7.0.1"
eslint-plugin-cypress: "npm:^2.15.1"
eslint-plugin-cypress: "npm:^3.0.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-jsx-a11y: "npm:^6.8.0"
eslint-plugin-no-only-tests: "npm:^3.1.0"
Expand Down
Loading