Skip to content

chore: update cypress to 13.11.0 #5884

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

Merged
merged 1 commit into from
Jun 5, 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 @@ -66,7 +66,7 @@
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^11.0.0",
"cssnano": "^7.0.0",
"cypress": "^13.0.0",
"cypress": "13.11.0",
"cypress-real-events": "^1.8.1",
"dedent": "^1.0.0",
"eslint": "^8.35.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9610,9 +9610,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^13.0.0":
version: 13.10.0
resolution: "cypress@npm:13.10.0"
"cypress@npm:13.11.0":
version: 13.11.0
resolution: "cypress@npm:13.11.0"
dependencies:
"@cypress/request": "npm:^3.0.0"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -9658,7 +9658,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/ab53083b0557e6c1a1de0992563df91a75676113fc5d980fc36bdebeff4ea2eb2b66e67d504dbb36b4bdf33362aa738e98446f219755414e45135f48b607c1e3
checksum: 10c0/a78eca7c26279928a86110d136a8ffcb339e81a04345eff155b0bc1b58f39bcce669f72f9d4e8303d038daf477525e727be2e1814ae04c100a3700c5f6f922f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -22648,7 +22648,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.0"
chromatic: "npm:^11.0.0"
cssnano: "npm:^7.0.0"
cypress: "npm:^13.0.0"
cypress: "npm:13.11.0"
cypress-real-events: "npm:^1.8.1"
dedent: "npm:^1.0.0"
eslint: "npm:^8.35.0"
Expand Down
Loading