Skip to content

Commit c5cbb33

Browse files
committed
chore: bump cypress version
It seems to have fixed a lot of issues, including Apple Silicon, Windows compatibility.
1 parent 13b4f71 commit c5cbb33

File tree

18 files changed

+70
-75
lines changed

18 files changed

+70
-75
lines changed

playground/jsx-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cypress/vue": "^3.0.5",
2020
"@vitejs/plugin-vue": "^1.10.0",
2121
"@vitejs/plugin-vue-jsx": "^1.3.0",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
2424
"vite": "^2.6.14"
2525
}

playground/jsx-router-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cypress/vue": "^3.0.5",
2121
"@vitejs/plugin-vue": "^1.10.0",
2222
"@vitejs/plugin-vue-jsx": "^1.3.0",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
2525
"vite": "^2.6.14"
2626
}

playground/jsx-router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cypress/vue": "^3.0.5",
2020
"@vitejs/plugin-vue": "^1.10.0",
2121
"@vitejs/plugin-vue-jsx": "^1.3.0",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
2424
"vite": "^2.6.14"
2525
}

playground/jsx-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@cypress/vue": "^3.0.5",
1919
"@vitejs/plugin-vue": "^1.10.0",
2020
"@vitejs/plugin-vue-jsx": "^1.3.0",
21-
"cypress": "^8.7.0",
21+
"cypress": "^9.1.0",
2222
"start-server-and-test": "^1.14.0",
2323
"vite": "^2.6.14"
2424
}

playground/pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@cypress/vite-dev-server": "^2.2.1",
1919
"@cypress/vue": "^3.0.5",
2020
"@vitejs/plugin-vue": "^1.10.0",
21-
"cypress": "^8.7.0",
21+
"cypress": "^9.1.0",
2222
"start-server-and-test": "^1.14.0",
2323
"vite": "^2.6.14"
2424
}

playground/router-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cypress/vite-dev-server": "^2.2.1",
2020
"@cypress/vue": "^3.0.5",
2121
"@vitejs/plugin-vue": "^1.10.0",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
2424
"vite": "^2.6.14"
2525
}

playground/router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@cypress/vite-dev-server": "^2.2.1",
1919
"@cypress/vue": "^3.0.5",
2020
"@vitejs/plugin-vue": "^1.10.0",
21-
"cypress": "^8.7.0",
21+
"cypress": "^9.1.0",
2222
"start-server-and-test": "^1.14.0",
2323
"vite": "^2.6.14"
2424
}

playground/typescript-jsx-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^16.11.10",
2222
"@vitejs/plugin-vue": "^1.10.0",
2323
"@vitejs/plugin-vue-jsx": "^1.3.0",
24-
"cypress": "^8.7.0",
24+
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
2626
"typescript": "~4.4.4",
2727
"vite": "^2.6.14",

playground/typescript-jsx-router-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^16.11.10",
2323
"@vitejs/plugin-vue": "^1.10.0",
2424
"@vitejs/plugin-vue-jsx": "^1.3.0",
25-
"cypress": "^8.7.0",
25+
"cypress": "^9.1.0",
2626
"start-server-and-test": "^1.14.0",
2727
"typescript": "~4.4.4",
2828
"vite": "^2.6.14",

playground/typescript-jsx-router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^16.11.10",
2222
"@vitejs/plugin-vue": "^1.10.0",
2323
"@vitejs/plugin-vue-jsx": "^1.3.0",
24-
"cypress": "^8.7.0",
24+
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
2626
"typescript": "~4.4.4",
2727
"vite": "^2.6.14",

playground/typescript-jsx-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.10",
2121
"@vitejs/plugin-vue": "^1.10.0",
2222
"@vitejs/plugin-vue-jsx": "^1.3.0",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
2525
"typescript": "~4.4.4",
2626
"vite": "^2.6.14",

playground/typescript-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cypress/vue": "^3.0.5",
2121
"@types/node": "^16.11.10",
2222
"@vitejs/plugin-vue": "^1.10.0",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
2525
"typescript": "~4.4.4",
2626
"vite": "^2.6.14",

playground/typescript-router-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@cypress/vue": "^3.0.5",
2222
"@types/node": "^16.11.10",
2323
"@vitejs/plugin-vue": "^1.10.0",
24-
"cypress": "^8.7.0",
24+
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
2626
"typescript": "~4.4.4",
2727
"vite": "^2.6.14",

playground/typescript-router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cypress/vue": "^3.0.5",
2121
"@types/node": "^16.11.10",
2222
"@vitejs/plugin-vue": "^1.10.0",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
2525
"typescript": "~4.4.4",
2626
"vite": "^2.6.14",

playground/typescript-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cypress/vue": "^3.0.5",
2020
"@types/node": "^16.11.10",
2121
"@vitejs/plugin-vue": "^1.10.0",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
2424
"typescript": "~4.4.4",
2525
"vite": "^2.6.14",

playground/with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@cypress/vite-dev-server": "^2.2.1",
1818
"@cypress/vue": "^3.0.5",
1919
"@vitejs/plugin-vue": "^1.10.0",
20-
"cypress": "^8.7.0",
20+
"cypress": "^9.1.0",
2121
"start-server-and-test": "^1.14.0",
2222
"vite": "^2.6.14"
2323
}

0 commit comments

Comments
 (0)