From: Haoqun Jiang Date: Fri, 19 Nov 2021 03:55:54 +0000 (+0800) Subject: chore: update playground X-Git-Tag: v3.0.0-beta.7~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0436d30d38436a500d471cf01bf1d045b8cfb34a;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: update playground --- diff --git a/playground/jsx-router-vuex-with-tests/package.json b/playground/jsx-router-vuex-with-tests/package.json index d054ab70..ecda8346 100644 --- a/playground/jsx-router-vuex-with-tests/package.json +++ b/playground/jsx-router-vuex-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router-with-tests/package.json b/playground/jsx-router-with-tests/package.json index a09c3627..20af0575 100644 --- a/playground/jsx-router-with-tests/package.json +++ b/playground/jsx-router-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-vuex-with-tests/package.json b/playground/jsx-vuex-with-tests/package.json index 17936ab5..49fabeb7 100644 --- a/playground/jsx-vuex-with-tests/package.json +++ b/playground/jsx-vuex-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-with-tests/package.json b/playground/jsx-with-tests/package.json index 074f3342..1e79dcf7 100644 --- a/playground/jsx-with-tests/package.json +++ b/playground/jsx-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/router-vuex-with-tests/package.json b/playground/router-vuex-with-tests/package.json index 7dc3e4eb..bcc5a984 100644 --- a/playground/router-vuex-with-tests/package.json +++ b/playground/router-vuex-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index 251bb88c..5439de9f 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/typescript-jsx-router-vuex-with-tests/package.json b/playground/typescript-jsx-router-vuex-with-tests/package.json index bfc33e56..b1fee4af 100644 --- a/playground/typescript-jsx-router-vuex-with-tests/package.json +++ b/playground/typescript-jsx-router-vuex-with-tests/package.json @@ -21,7 +21,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-jsx-router-with-tests/package.json b/playground/typescript-jsx-router-with-tests/package.json index 9658830b..b98223cf 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-jsx-vuex-with-tests/package.json b/playground/typescript-jsx-vuex-with-tests/package.json index 1f069733..0d4dd54d 100644 --- a/playground/typescript-jsx-vuex-with-tests/package.json +++ b/playground/typescript-jsx-vuex-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index 3eb42fa7..1ce40012 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", "@vitejs/plugin-vue-jsx": "^1.2.0", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-router-vuex-with-tests/package.json b/playground/typescript-router-vuex-with-tests/package.json index f809a7d5..b055042d 100644 --- a/playground/typescript-router-vuex-with-tests/package.json +++ b/playground/typescript-router-vuex-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 91d7c6cb..f4abf9f3 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-vuex-with-tests/package.json b/playground/typescript-vuex-with-tests/package.json index a49fcdfb..690cc484 100644 --- a/playground/typescript-vuex-with-tests/package.json +++ b/playground/typescript-vuex-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index d2b7e29c..1aa7df0d 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/vuex-with-tests/package.json b/playground/vuex-with-tests/package.json index 4214f6be..c5ed9ea6 100644 --- a/playground/vuex-with-tests/package.json +++ b/playground/vuex-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 14ad3abb..a08d5670 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -17,7 +17,7 @@ "@cypress/vite-dev-server": "^2.2.0", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.9.4", - "cypress": "^9.0.0", + "cypress": "^8.7.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" }