Skip to content

Commit c1f97cd

Browse files
chore(deps): update dependency cypress to v14
1 parent a0d000a commit c1f97cd

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
@@ -6028,7 +6028,7 @@ __metadata:
60286028
peerDependencies:
60296029
"@ui5/webcomponents": ~2.6.0
60306030
"@ui5/webcomponents-base": ~2.6.0
6031-
cypress: ^12.0.0 || ^13.0.0
6031+
cypress: ^12.0.0 || ^13.0.0 || ^14.0.0
60326032
peerDependenciesMeta:
60336033
"@ui5/webcomponents":
60346034
optional: true
@@ -9226,9 +9226,9 @@ __metadata:
92269226
languageName: node
92279227
linkType: hard
92289228

9229-
"cypress@npm:13.17.0":
9230-
version: 13.17.0
9231-
resolution: "cypress@npm:13.17.0"
9229+
"cypress@npm:14.0.0":
9230+
version: 14.0.0
9231+
resolution: "cypress@npm:14.0.0"
92329232
dependencies:
92339233
"@cypress/request": "npm:^3.0.6"
92349234
"@cypress/xvfb": "npm:^1.2.4"
@@ -9275,7 +9275,7 @@ __metadata:
92759275
yauzl: "npm:^2.10.0"
92769276
bin:
92779277
cypress: bin/cypress
9278-
checksum: 10c0/159ce620e32d2785082aaa1f4f30f203dcec466df4a8e80dfa299035358772fd513c35820070ba8db52e2bf58078a372ff7009068e26967f993656e7da62e221
9278+
checksum: 10c0/231af826d394b9a9f35200ab56e531e911f774b86b2ecb17a3183685982ac93d534e7c80cfe24ca36f74c99525025472fe28a3ccf2f246c8e67f85ecb768086b
92799279
languageName: node
92809280
linkType: hard
92819281

@@ -23377,7 +23377,7 @@ __metadata:
2337723377
"@vitejs/plugin-react": "npm:^4.2.0"
2337823378
chromatic: "npm:^11.0.0"
2337923379
cssnano: "npm:^7.0.0"
23380-
cypress: "npm:13.17.0"
23380+
cypress: "npm:14.0.0"
2338123381
cypress-real-events: "npm:^1.8.1"
2338223382
dedent: "npm:^1.0.0"
2338323383
documentation: "npm:14.0.3"

0 commit comments

Comments
 (0)