Skip to content

Commit 4d46421

Browse files
chore(deps): update dependency cypress to v15 (#220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dea8c6 commit 4d46421

File tree

5 files changed

+72
-61
lines changed

5 files changed

+72
-61
lines changed

examples/api-before-14.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
3333
"@vue/tsconfig": "^0.8.1",
34-
"cypress": "^14.5.4",
34+
"cypress": "^15.5.0",
3535
"eslint": "^9.38.0",
3636
"eslint-plugin-cypress": "^5.2.0",
3737
"eslint-plugin-vue": "~10.5.1",

examples/disable-type-checked-for-yml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
3333
"@vue/tsconfig": "^0.8.1",
34-
"cypress": "^14.5.4",
34+
"cypress": "^15.5.0",
3535
"eslint": "^9.38.0",
3636
"eslint-plugin-cypress": "^5.2.0",
3737
"eslint-plugin-vue": "~10.5.1",

examples/type-checked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
3333
"@vue/tsconfig": "^0.8.1",
34-
"cypress": "^14.5.4",
34+
"cypress": "^15.5.0",
3535
"eslint": "^9.38.0",
3636
"eslint-plugin-cypress": "^5.2.0",
3737
"eslint-plugin-vue": "~10.5.1",

examples/with-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vitejs/plugin-vue": "^6.0.1",
2525
"@vue/eslint-config-typescript": "workspace:*",
2626
"@vue/tsconfig": "^0.8.1",
27-
"cypress": "^14.5.4",
27+
"cypress": "^15.5.0",
2828
"eslint": "^9.38.0",
2929
"eslint-plugin-cypress": "^5.2.0",
3030
"eslint-plugin-vue": "~10.5.1",

0 commit comments

Comments
 (0)