Skip to content

Commit

Permalink
chore(deps): update dependency cypress to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent b91e0ec commit a9dfbb3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "19.0.3",
"@ui5/webcomponents-cypress-commands": "2.6.0",
"@vitejs/plugin-react": "^4.3.2",
"cypress": "^13.0.0",
"cypress": "^14.0.0",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.12",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^11.0.0",
"cssnano": "^7.0.0",
"cypress": "13.17.0",
"cypress": "14.0.1",
"cypress-real-events": "^1.8.1",
"dedent": "^1.0.0",
"documentation": "14.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"@ui5/webcomponents": "~2.6.0",
"@ui5/webcomponents-base": "~2.6.0",
"cypress": "^12.0.0 || ^13.0.0"
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
},
"peerDependenciesMeta": {
"@ui5/webcomponents": {
Expand Down
2 changes: 1 addition & 1 deletion templates/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "^4.3.2",
"@ui5/webcomponents-cypress-commands": "2.6.0",
"cypress": "^13.0.0",
"cypress": "^14.0.0",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6028,7 +6028,7 @@ __metadata:
peerDependencies:
"@ui5/webcomponents": ~2.6.0
"@ui5/webcomponents-base": ~2.6.0
cypress: ^12.0.0 || ^13.0.0
cypress: ^12.0.0 || ^13.0.0 || ^14.0.0
peerDependenciesMeta:
"@ui5/webcomponents":
optional: true
Expand Down Expand Up @@ -9226,9 +9226,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.1":
version: 14.0.1
resolution: "cypress@npm:14.0.1"
dependencies:
"@cypress/request": "npm:^3.0.6"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -9275,7 +9275,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/159ce620e32d2785082aaa1f4f30f203dcec466df4a8e80dfa299035358772fd513c35820070ba8db52e2bf58078a372ff7009068e26967f993656e7da62e221
checksum: 10c0/6601a5b8260c496c96234b3a569a157d9ee08beafb3f1dd500c9cdbf9a1534a3eb13b18fe67d6417e8d06226d109139cb3208e7eebdc789000816075f9a42430
languageName: node
linkType: hard

Expand Down Expand Up @@ -23377,7 +23377,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.0"
chromatic: "npm:^11.0.0"
cssnano: "npm:^7.0.0"
cypress: "npm:13.17.0"
cypress: "npm:14.0.1"
cypress-real-events: "npm:^1.8.1"
dedent: "npm:^1.0.0"
documentation: "npm:14.0.3"
Expand Down

0 comments on commit a9dfbb3

Please sign in to comment.