Skip to content

Commit e762793

Browse files
chore(deps): update dependency cypress to v14
1 parent a2cc7bd commit e762793

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "19.0.3",
2828
"@ui5/webcomponents-cypress-commands": "2.6.0",
2929
"@vitejs/plugin-react": "^4.3.2",
30-
"cypress": "^13.0.0",
30+
"cypress": "^14.0.0",
3131
"eslint": "^9.12.0",
3232
"eslint-plugin-react-hooks": "5.1.0",
3333
"eslint-plugin-react-refresh": "^0.4.12",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@vitejs/plugin-react": "^4.2.0",
7171
"chromatic": "^11.0.0",
7272
"cssnano": "^7.0.0",
73-
"cypress": "13.17.0",
73+
"cypress": "14.0.0",
7474
"cypress-real-events": "^1.8.1",
7575
"dedent": "^1.0.0",
7676
"documentation": "14.0.3",

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"peerDependencies": {
2626
"@ui5/webcomponents": "~2.6.0",
2727
"@ui5/webcomponents-base": "~2.6.0",
28-
"cypress": "^12.0.0 || ^13.0.0"
28+
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
2929
},
3030
"peerDependenciesMeta": {
3131
"@ui5/webcomponents": {

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react-dom": "19.0.3",
2525
"@vitejs/plugin-react": "^4.3.2",
2626
"@ui5/webcomponents-cypress-commands": "2.6.0",
27-
"cypress": "^13.0.0",
27+
"cypress": "^14.0.0",
2828
"eslint": "^9.12.0",
2929
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3030
"eslint-plugin-react-refresh": "^0.4.12",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5936,7 +5936,7 @@ __metadata:
59365936
peerDependencies:
59375937
"@ui5/webcomponents": ~2.6.0
59385938
"@ui5/webcomponents-base": ~2.6.0
5939-
cypress: ^12.0.0 || ^13.0.0
5939+
cypress: ^12.0.0 || ^13.0.0 || ^14.0.0
59405940
peerDependenciesMeta:
59415941
"@ui5/webcomponents":
59425942
optional: true
@@ -9021,9 +9021,9 @@ __metadata:
90219021
languageName: node
90229022
linkType: hard
90239023

9024-
"cypress@npm:13.17.0":
9025-
version: 13.17.0
9026-
resolution: "cypress@npm:13.17.0"
9024+
"cypress@npm:14.0.0":
9025+
version: 14.0.0
9026+
resolution: "cypress@npm:14.0.0"
90279027
dependencies:
90289028
"@cypress/request": "npm:^3.0.6"
90299029
"@cypress/xvfb": "npm:^1.2.4"
@@ -9070,7 +9070,7 @@ __metadata:
90709070
yauzl: "npm:^2.10.0"
90719071
bin:
90729072
cypress: bin/cypress
9073-
checksum: 10c0/159ce620e32d2785082aaa1f4f30f203dcec466df4a8e80dfa299035358772fd513c35820070ba8db52e2bf58078a372ff7009068e26967f993656e7da62e221
9073+
checksum: 10c0/231af826d394b9a9f35200ab56e531e911f774b86b2ecb17a3183685982ac93d534e7c80cfe24ca36f74c99525025472fe28a3ccf2f246c8e67f85ecb768086b
90749074
languageName: node
90759075
linkType: hard
90769076

@@ -23121,7 +23121,7 @@ __metadata:
2312123121
"@vitejs/plugin-react": "npm:^4.2.0"
2312223122
chromatic: "npm:^11.0.0"
2312323123
cssnano: "npm:^7.0.0"
23124-
cypress: "npm:13.17.0"
23124+
cypress: "npm:14.0.0"
2312523125
cypress-real-events: "npm:^1.8.1"
2312623126
dedent: "npm:^1.0.0"
2312723127
documentation: "npm:14.0.3"

0 commit comments

Comments
 (0)