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 cypress to v14 #150

Open
wants to merge 1 commit into
base: main
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 @@ -30,7 +30,7 @@
"@babel/preset-react": "7.26.3",
"@testing-library/react": "14.3.1",
"babel-jest": "29.7.0",
"cypress": "13.17.0",
"cypress": "14.0.2",
"eslint": "8.57.1",
"eslint-config-next": "13.5.8",
"eslint-config-twilio": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6786,9 +6786,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:13.17.0":
version: 13.17.0
resolution: "cypress@npm:13.17.0"
"cypress@npm:14.0.2":
version: 14.0.2
resolution: "cypress@npm:14.0.2"
dependencies:
"@cypress/request": ^3.0.6
"@cypress/xvfb": ^1.2.4
Expand Down Expand Up @@ -6835,7 +6835,7 @@ __metadata:
yauzl: ^2.10.0
bin:
cypress: bin/cypress
checksum: c1d87358e8b92e19e3bf5246a8787dcdd5083e27fa7b816d26c28b4678ecd87b5b3b8661fb812bc993845ca30a482d3f18837af1ac6d9e142e41049dccbc51e0
checksum: 6970145267eca27d3ce091e1263c4a43abb5b751a17bbf124c546b4172bf79d4f7412a62cfa96a9a9a4a6ea67b77c4a04e48372796f436b64068fbc872e6165d
languageName: node
linkType: hard

Expand Down Expand Up @@ -10882,7 +10882,7 @@ __metadata:
"@twilio-paste/core": latest
"@twilio-paste/icons": latest
babel-jest: 29.7.0
cypress: 13.17.0
cypress: 14.0.2
eslint: 8.57.1
eslint-config-next: 13.5.8
eslint-config-twilio: 2.0.0
Expand Down
Loading