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

Bump cypress from 13.17.0 to 14.0.3 #581

Merged
merged 1 commit into from
Feb 17, 2025
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 @@ -51,7 +51,7 @@
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@svgr/cli": "^8.1.0",
"cypress": "^13.11.0",
"cypress": "^14.0.3",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ __metadata:
languageName: node
linkType: hard

"@cypress/request@npm:^3.0.6":
"@cypress/request@npm:^3.0.7":
version: 3.0.7
resolution: "@cypress/request@npm:3.0.7"
dependencies:
Expand Down Expand Up @@ -6360,11 +6360,11 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^13.11.0":
version: 13.17.0
resolution: "cypress@npm:13.17.0"
"cypress@npm:^14.0.3":
version: 14.0.3
resolution: "cypress@npm:14.0.3"
dependencies:
"@cypress/request": "npm:^3.0.6"
"@cypress/request": "npm:^3.0.7"
"@cypress/xvfb": "npm:^1.2.4"
"@types/sinonjs__fake-timers": "npm:8.1.1"
"@types/sizzle": "npm:^2.3.2"
Expand Down Expand Up @@ -6409,7 +6409,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/159ce620e32d2785082aaa1f4f30f203dcec466df4a8e80dfa299035358772fd513c35820070ba8db52e2bf58078a372ff7009068e26967f993656e7da62e221
checksum: 10c0/d9c3537541f9afac06a14da2022076d6afa5fc642d8c3f3bdcdf0b3cddb4f9cf310cf4d47346877c6a81333ac774605e3fd4a80b0311e58dbecf48778e410db1
languageName: node
linkType: hard

Expand Down Expand Up @@ -11194,7 +11194,7 @@ __metadata:
"@svgr/cli": "npm:^8.1.0"
babel-loader: "npm:9.1.3"
color: "npm:^4.2.3"
cypress: "npm:^13.11.0"
cypress: "npm:^14.0.3"
eslint: "npm:8.57.0"
eslint-config-airbnb: "npm:^19.0.4"
eslint-config-prettier: "npm:^9.1.0"
Expand Down
Loading