Skip to content

Commit d7e4696

Browse files
committed
chore: bump cypress version
1 parent 0c21e02 commit d7e4696

File tree

26 files changed

+54
-59
lines changed

26 files changed

+54
-59
lines changed

playground/default/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# default
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

playground/pinia-with-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pinia-with-tests
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

playground/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": "^2.2.4",
2121
"@vue/runtime-dom": "^3.2.22",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
2424
"unplugin-vue2-script-setup": "^0.7.1",
2525
"vite": "^2.6.14",

playground/pinia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pinia
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

playground/router-pinia-with-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# router-pinia-with-tests
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

playground/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/vite-dev-server": "^2.2.1",
2121
"@cypress/vue": "^2.2.4",
2222
"@vue/runtime-dom": "^3.2.22",
23-
"cypress": "^8.7.0",
23+
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
2525
"unplugin-vue2-script-setup": "^0.7.1",
2626
"vite": "^2.6.14",

playground/router-pinia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# router-pinia
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

playground/router-with-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# router-with-tests
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

playground/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/vite-dev-server": "^2.2.1",
2020
"@cypress/vue": "^2.2.4",
2121
"@vue/runtime-dom": "^3.2.22",
22-
"cypress": "^8.7.0",
22+
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
2424
"unplugin-vue2-script-setup": "^0.7.1",
2525
"vite": "^2.6.14",

playground/router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# router
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This template should help get you started developing with Vue 2 in Vite.
44

55
## Recommended IDE Setup
66

0 commit comments

Comments
 (0)