From: Haoqun Jiang Date: Sat, 4 Dec 2021 13:54:16 +0000 (+0800) Subject: chore: dependency maintenance and snapshot updates X-Git-Tag: v3.0.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f92d0de0e28899d1e531b4eaae36f8c6b00962da;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: dependency maintenance and snapshot updates --- diff --git a/package.json b/package.json index f5979ee9..f6e2d863 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "lint-staged": "^12.1.2", "minimist": "^1.2.5", "npm-run-all": "^4.1.5", - "prettier": "^2.4.1", + "prettier": "^2.5.0", "prompts": "^2.4.2" }, "lint-staged": { diff --git a/playground/default/.gitignore b/playground/default/.gitignore index 133da84e..37924fe1 100644 --- a/playground/default/.gitignore +++ b/playground/default/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/default/.vscode/extensions.json b/playground/default/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/default/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/default/package.json b/playground/default/package.json index 0a390125..cb438b06 100644 --- a/playground/default/package.json +++ b/playground/default/package.json @@ -7,10 +7,10 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "vite": "^2.6.14" } } diff --git a/playground/jsx-pinia-with-tests/.gitignore b/playground/jsx-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-pinia-with-tests/.gitignore +++ b/playground/jsx-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-pinia-with-tests/.vscode/extensions.json b/playground/jsx-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-pinia-with-tests/package.json b/playground/jsx-pinia-with-tests/package.json index 151dfa76..a06266ee 100644 --- a/playground/jsx-pinia-with-tests/package.json +++ b/playground/jsx-pinia-with-tests/package.json @@ -11,15 +11,15 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-pinia/.gitignore b/playground/jsx-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-pinia/.gitignore +++ b/playground/jsx-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-pinia/.vscode/extensions.json b/playground/jsx-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-pinia/package.json b/playground/jsx-pinia/package.json index 36d69f1e..4d4a37dd 100644 --- a/playground/jsx-pinia/package.json +++ b/playground/jsx-pinia/package.json @@ -7,11 +7,11 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router-pinia-with-tests/.gitignore b/playground/jsx-router-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-router-pinia-with-tests/.gitignore +++ b/playground/jsx-router-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-router-pinia-with-tests/.vscode/extensions.json b/playground/jsx-router-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-router-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-router-pinia-with-tests/package.json b/playground/jsx-router-pinia-with-tests/package.json index 8f2a2869..42f81b68 100644 --- a/playground/jsx-router-pinia-with-tests/package.json +++ b/playground/jsx-router-pinia-with-tests/package.json @@ -11,16 +11,16 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router-pinia/.gitignore b/playground/jsx-router-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-router-pinia/.gitignore +++ b/playground/jsx-router-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-router-pinia/.vscode/extensions.json b/playground/jsx-router-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-router-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-router-pinia/package.json b/playground/jsx-router-pinia/package.json index e310b7b2..737063d4 100644 --- a/playground/jsx-router-pinia/package.json +++ b/playground/jsx-router-pinia/package.json @@ -7,12 +7,12 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router-with-tests/.gitignore b/playground/jsx-router-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-router-with-tests/.gitignore +++ b/playground/jsx-router-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-router-with-tests/.vscode/extensions.json b/playground/jsx-router-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-router-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-router-with-tests/package.json b/playground/jsx-router-with-tests/package.json index 0ff88057..920136c7 100644 --- a/playground/jsx-router-with-tests/package.json +++ b/playground/jsx-router-with-tests/package.json @@ -11,15 +11,15 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router/.gitignore b/playground/jsx-router/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-router/.gitignore +++ b/playground/jsx-router/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-router/.vscode/extensions.json b/playground/jsx-router/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-router/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-router/package.json b/playground/jsx-router/package.json index 7281e7e6..27c9fc17 100644 --- a/playground/jsx-router/package.json +++ b/playground/jsx-router/package.json @@ -7,11 +7,11 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "vite": "^2.6.14" } diff --git a/playground/jsx-with-tests/.gitignore b/playground/jsx-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx-with-tests/.gitignore +++ b/playground/jsx-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx-with-tests/.vscode/extensions.json b/playground/jsx-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx-with-tests/package.json b/playground/jsx-with-tests/package.json index 0d721f76..3aa620e9 100644 --- a/playground/jsx-with-tests/package.json +++ b/playground/jsx-with-tests/package.json @@ -11,14 +11,14 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx/.gitignore b/playground/jsx/.gitignore index 133da84e..37924fe1 100644 --- a/playground/jsx/.gitignore +++ b/playground/jsx/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/jsx/.vscode/extensions.json b/playground/jsx/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/jsx/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/jsx/package.json b/playground/jsx/package.json index 95ca2e19..745f58da 100644 --- a/playground/jsx/package.json +++ b/playground/jsx/package.json @@ -7,10 +7,10 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "vite": "^2.6.14" } diff --git a/playground/pinia-with-tests/.gitignore b/playground/pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/pinia-with-tests/.gitignore +++ b/playground/pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/pinia-with-tests/.vscode/extensions.json b/playground/pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index e2c57063..d5942bae 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/pinia-with-tests/package.json @@ -11,14 +11,14 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/pinia/.gitignore b/playground/pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/pinia/.gitignore +++ b/playground/pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/pinia/.vscode/extensions.json b/playground/pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/pinia/package.json b/playground/pinia/package.json index e29a8bf4..2514d705 100644 --- a/playground/pinia/package.json +++ b/playground/pinia/package.json @@ -7,11 +7,11 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "vite": "^2.6.14" } } diff --git a/playground/router-pinia-with-tests/.gitignore b/playground/router-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/router-pinia-with-tests/.gitignore +++ b/playground/router-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/router-pinia-with-tests/.vscode/extensions.json b/playground/router-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/router-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index afccdd7c..c443a64b 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/router-pinia-with-tests/package.json @@ -11,15 +11,15 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/router-pinia/.gitignore b/playground/router-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/router-pinia/.gitignore +++ b/playground/router-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/router-pinia/.vscode/extensions.json b/playground/router-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/router-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/router-pinia/package.json b/playground/router-pinia/package.json index 39eede62..4d412264 100644 --- a/playground/router-pinia/package.json +++ b/playground/router-pinia/package.json @@ -7,12 +7,12 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "vite": "^2.6.14" } } diff --git a/playground/router-with-tests/.gitignore b/playground/router-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/router-with-tests/.gitignore +++ b/playground/router-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/router-with-tests/.vscode/extensions.json b/playground/router-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/router-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index 0941275d..118cd5e0 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -11,14 +11,14 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/router/.gitignore b/playground/router/.gitignore index 133da84e..37924fe1 100644 --- a/playground/router/.gitignore +++ b/playground/router/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/router/.vscode/extensions.json b/playground/router/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/router/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/router/package.json b/playground/router/package.json index 8fc1c17b..b56542ef 100644 --- a/playground/router/package.json +++ b/playground/router/package.json @@ -7,11 +7,11 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "vite": "^2.6.14" } } diff --git a/playground/typescript-jsx-pinia-with-tests/.gitignore b/playground/typescript-jsx-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-pinia-with-tests/.gitignore +++ b/playground/typescript-jsx-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-pinia-with-tests/.vscode/extensions.json b/playground/typescript-jsx-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-pinia-with-tests/package.json b/playground/typescript-jsx-pinia-with-tests/package.json index 3704668c..40c72330 100644 --- a/playground/typescript-jsx-pinia-with-tests/package.json +++ b/playground/typescript-jsx-pinia-with-tests/package.json @@ -12,19 +12,19 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-pinia/.gitignore b/playground/typescript-jsx-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-pinia/.gitignore +++ b/playground/typescript-jsx-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-pinia/.vscode/extensions.json b/playground/typescript-jsx-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-pinia/package.json b/playground/typescript-jsx-pinia/package.json index 23c20f2c..126bf95d 100644 --- a/playground/typescript-jsx-pinia/package.json +++ b/playground/typescript-jsx-pinia/package.json @@ -8,15 +8,15 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-pinia-with-tests/.gitignore b/playground/typescript-jsx-router-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-router-pinia-with-tests/.gitignore +++ b/playground/typescript-jsx-router-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-router-pinia-with-tests/.vscode/extensions.json b/playground/typescript-jsx-router-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-router-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-router-pinia-with-tests/package.json b/playground/typescript-jsx-router-pinia-with-tests/package.json index 5fe84932..fbabe7a9 100644 --- a/playground/typescript-jsx-router-pinia-with-tests/package.json +++ b/playground/typescript-jsx-router-pinia-with-tests/package.json @@ -12,20 +12,20 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-pinia/.gitignore b/playground/typescript-jsx-router-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-router-pinia/.gitignore +++ b/playground/typescript-jsx-router-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-router-pinia/.vscode/extensions.json b/playground/typescript-jsx-router-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-router-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-router-pinia/package.json b/playground/typescript-jsx-router-pinia/package.json index 9b55eb6f..d1003dc2 100644 --- a/playground/typescript-jsx-router-pinia/package.json +++ b/playground/typescript-jsx-router-pinia/package.json @@ -8,16 +8,16 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-with-tests/.gitignore b/playground/typescript-jsx-router-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-router-with-tests/.gitignore +++ b/playground/typescript-jsx-router-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-router-with-tests/.vscode/extensions.json b/playground/typescript-jsx-router-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-router-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-router-with-tests/package.json b/playground/typescript-jsx-router-with-tests/package.json index c8a94522..6bfc27b6 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -12,19 +12,19 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router/.gitignore b/playground/typescript-jsx-router/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-router/.gitignore +++ b/playground/typescript-jsx-router/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-router/.vscode/extensions.json b/playground/typescript-jsx-router/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-router/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-router/package.json b/playground/typescript-jsx-router/package.json index 8b81079e..5b6a0c79 100644 --- a/playground/typescript-jsx-router/package.json +++ b/playground/typescript-jsx-router/package.json @@ -8,15 +8,15 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-with-tests/.gitignore b/playground/typescript-jsx-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx-with-tests/.gitignore +++ b/playground/typescript-jsx-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx-with-tests/.vscode/extensions.json b/playground/typescript-jsx-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index 6ff33159..fd20f0d0 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -12,18 +12,18 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx/.gitignore b/playground/typescript-jsx/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-jsx/.gitignore +++ b/playground/typescript-jsx/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-jsx/.vscode/extensions.json b/playground/typescript-jsx/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-jsx/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-jsx/package.json b/playground/typescript-jsx/package.json index 6c67255b..1f598b0b 100644 --- a/playground/typescript-jsx/package.json +++ b/playground/typescript-jsx/package.json @@ -8,14 +8,14 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "@vitejs/plugin-vue-jsx": "^1.3.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-pinia-with-tests/.gitignore b/playground/typescript-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-pinia-with-tests/.gitignore +++ b/playground/typescript-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-pinia-with-tests/.vscode/extensions.json b/playground/typescript-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index 8fd4f8f9..657eedab 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -12,18 +12,18 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-pinia/.gitignore b/playground/typescript-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-pinia/.gitignore +++ b/playground/typescript-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-pinia/.vscode/extensions.json b/playground/typescript-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-pinia/package.json b/playground/typescript-pinia/package.json index ab91fb05..2724cde6 100644 --- a/playground/typescript-pinia/package.json +++ b/playground/typescript-pinia/package.json @@ -8,14 +8,14 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22" + "pinia": "^2.0.6", + "vue": "^3.2.23" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-pinia-with-tests/.gitignore b/playground/typescript-router-pinia-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-router-pinia-with-tests/.gitignore +++ b/playground/typescript-router-pinia-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-router-pinia-with-tests/.vscode/extensions.json b/playground/typescript-router-pinia-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-router-pinia-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index e60bb395..e53377de 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -12,19 +12,19 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-pinia/.gitignore b/playground/typescript-router-pinia/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-router-pinia/.gitignore +++ b/playground/typescript-router-pinia/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-router-pinia/.vscode/extensions.json b/playground/typescript-router-pinia/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-router-pinia/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-router-pinia/package.json b/playground/typescript-router-pinia/package.json index c9063c2c..e5ccabeb 100644 --- a/playground/typescript-router-pinia/package.json +++ b/playground/typescript-router-pinia/package.json @@ -8,15 +8,15 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.4", - "vue": "^3.2.22", + "pinia": "^2.0.6", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-with-tests/.gitignore b/playground/typescript-router-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-router-with-tests/.gitignore +++ b/playground/typescript-router-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-router-with-tests/.vscode/extensions.json b/playground/typescript-router-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-router-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 85e53da1..6feae1a8 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -12,18 +12,18 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router/.gitignore b/playground/typescript-router/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-router/.gitignore +++ b/playground/typescript-router/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-router/.vscode/extensions.json b/playground/typescript-router/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-router/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index fe38f2fb..adcab371 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -8,14 +8,14 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22", + "vue": "^3.2.23", "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-with-tests/.gitignore b/playground/typescript-with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript-with-tests/.gitignore +++ b/playground/typescript-with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript-with-tests/.vscode/extensions.json b/playground/typescript-with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript-with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index 8b0f4018..9278f18a 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -12,17 +12,17 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript/.gitignore b/playground/typescript/.gitignore index 133da84e..37924fe1 100644 --- a/playground/typescript/.gitignore +++ b/playground/typescript/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/typescript/.vscode/extensions.json b/playground/typescript/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/typescript/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/typescript/package.json b/playground/typescript/package.json index 2ca20595..52e5c3b4 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -8,13 +8,13 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { - "@types/node": "^16.11.10", - "@vitejs/plugin-vue": "^1.10.0", + "@types/node": "^16.11.11", + "@vitejs/plugin-vue": "^1.10.1", "typescript": "~4.5.2", "vite": "^2.6.14", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } } diff --git a/playground/with-tests/.gitignore b/playground/with-tests/.gitignore index 133da84e..37924fe1 100644 --- a/playground/with-tests/.gitignore +++ b/playground/with-tests/.gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo diff --git a/playground/with-tests/.vscode/extensions.json b/playground/with-tests/.vscode/extensions.json new file mode 100644 index 00000000..3dc5b08b --- /dev/null +++ b/playground/with-tests/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar"] +} diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 3427bfb5..6c033a97 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -11,13 +11,13 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^9.1.0", + "@vitejs/plugin-vue": "^1.10.1", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1ffd6f7..8e063a06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: lint-staged: ^12.1.2 minimist: ^1.2.5 npm-run-all: ^4.1.5 - prettier: ^2.4.1 + prettier: ^2.5.0 prompts: ^2.4.2 devDependencies: esbuild: 0.13.15 @@ -24,9 +24,9 @@ importers: playground/default: specifiers: - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: vue: 3.2.23 devDependencies: @@ -35,10 +35,10 @@ importers: playground/jsx: specifiers: - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: vue: 3.2.23 devDependencies: @@ -48,13 +48,13 @@ importers: playground/jsx-pinia: specifiers: - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - pinia: ^2.0.4 + pinia: ^2.0.6 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 devDependencies: '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 @@ -65,31 +65,31 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 playground/jsx-router: specifiers: - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: vue: 3.2.23 @@ -101,14 +101,14 @@ importers: playground/jsx-router-pinia: specifiers: - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - pinia: ^2.0.4 + pinia: ^2.0.6 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: @@ -120,24 +120,24 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -145,22 +145,22 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -168,31 +168,31 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 playground/pinia: specifiers: - '@vitejs/plugin-vue': ^1.10.0 - pinia: ^2.0.4 + '@vitejs/plugin-vue': ^1.10.1 + pinia: ^2.0.6 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 devDependencies: '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 @@ -202,28 +202,28 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 playground/router: specifiers: - '@vitejs/plugin-vue': ^1.10.0 + '@vitejs/plugin-vue': ^1.10.1 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: vue: 3.2.23 @@ -234,13 +234,13 @@ importers: playground/router-pinia: specifiers: - '@vitejs/plugin-vue': ^1.10.0 - pinia: ^2.0.4 + '@vitejs/plugin-vue': ^1.10.1 + pinia: ^2.0.6 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: @@ -251,22 +251,22 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: - pinia: 2.0.4_vue@3.2.23 + pinia: 2.0.6_vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -274,423 +274,423 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 dependencies: vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 playground/typescript: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-pinia: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - pinia: ^2.0.4 + pinia: ^2.0.6 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-pinia-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-router: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-router-pinia: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - pinia: ^2.0.4 + pinia: ^2.0.6 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-router-pinia-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-router-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-jsx-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^9.1.0 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-pinia: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 - pinia: ^2.0.4 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 + pinia: ^2.0.6 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-pinia-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-router: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-router-pinia: specifiers: - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 - pinia: ^2.0.4 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 + pinia: ^2.0.6 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-router-pinia-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 - pinia: ^2.0.4 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 + pinia: ^2.0.6 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 + pinia: 2.0.6_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-router-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 vue-router: ^4.0.12 - vue-tsc: ^0.29.6 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/typescript-with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.10 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 + '@types/node': ^16.11.11 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 typescript: ~4.5.2 vite: ^2.6.14 - vue: ^3.2.22 - vue-tsc: ^0.29.6 + vue: ^3.2.23 + vue-tsc: ^0.29.8 dependencies: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 - '@types/node': 16.11.10 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 + '@types/node': 16.11.11 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.5.2 + vue-tsc: 0.29.8_typescript@4.5.2 playground/with-tests: specifiers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^1.10.0 - cypress: ^9.1.0 + '@vitejs/plugin-vue': ^1.10.1 + cypress: ^9.1.1 start-server-and-test: ^1.14.0 vite: ^2.6.14 - vue: ^3.2.22 + vue: ^3.2.23 dependencies: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 9.1.0 + cypress: 9.1.1 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -984,8 +984,8 @@ packages: resolution: {integrity: sha512-Fn3fdTiyayHoy8Ol0RSu4MlBH2maQ2ZEXeEVKl/zHHXEQpld5HX3vdNLhK5YLij8cLynA4DxOT/nO9iEnIiOXw==} dev: true - /@cypress/request/2.88.9: - resolution: {integrity: sha512-6md3dtAd3DXfTEXFb2Yde3TSaqpYsSBw3a1VFwAC9Fscu2B0DtY2Venu35csZyJj09XNkPMGRoE4ZXUdtkI+zg==} + /@cypress/request/2.88.10: + resolution: {integrity: sha512-Zp7F+R93N0yZyG34GutyTNr+okam7s/Fzc1+i3kcqOP8vk6OuajuE9qZJ6Rs+10/1JFtXFYMdyarnU1rZuJesg==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 @@ -995,7 +995,6 @@ packages: extend: 3.0.2 forever-agent: 0.6.1 form-data: 2.3.3 - har-validator: 5.1.5 http-signature: 1.3.6 is-typedarray: 1.0.0 isstream: 0.1.2 @@ -1021,7 +1020,7 @@ packages: - supports-color dev: true - /@cypress/vue/3.0.5_cypress@9.1.0+vue@3.2.23: + /@cypress/vue/3.0.5_cypress@9.1.1+vue@3.2.23: resolution: {integrity: sha512-v6uVMEP04mCJGfc9/oH2ZIYPZ3fRwiOSzjtQ7jT0O2Lt2+SkoEWbDymG0pUFMRM1W8oc7Ep1hqEgZjIop7RXgw==} engines: {node: '>=8'} peerDependencies: @@ -1037,7 +1036,7 @@ packages: dependencies: '@cypress/mount-utils': 1.0.2 '@vue/test-utils': 2.0.0-rc.17_vue@3.2.23 - cypress: 9.1.0 + cypress: 9.1.1 vue: 3.2.23 dev: true @@ -1082,8 +1081,8 @@ packages: picomatch: 2.3.0 dev: true - /@sideway/address/4.1.2: - resolution: {integrity: sha512-idTz8ibqWFrPU8kMirL0CoPH/A29XOzzAzpyN3zQ4kAWnzmNfFmRaoMNN6VI8ske5M73HZyhIaW4OuSFIdM4oA==} + /@sideway/address/4.1.3: + resolution: {integrity: sha512-8ncEUtmnTsMmL7z1YPB47kPUq7LpKWJNFPsRzHiIajGC5uXlWGn+AmkYPcHNl8S4tcEGx+cnORnNYaw2wvL+LQ==} dependencies: '@hapi/hoek': 9.2.1 dev: true @@ -1096,12 +1095,12 @@ packages: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} dev: true - /@types/node/14.17.34: - resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==} + /@types/node/14.18.0: + resolution: {integrity: sha512-0GeIl2kmVMXEnx8tg1SlG6Gg8vkqirrW752KqolYo1PHevhhZN3bhJ67qHj+bQaINhX0Ra3TlWwRvMCd9iEfNQ==} dev: true - /@types/node/16.11.10: - resolution: {integrity: sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==} + /@types/node/16.11.11: + resolution: {integrity: sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==} dev: true /@types/sinonjs__fake-timers/6.0.4: @@ -1116,7 +1115,7 @@ packages: resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} requiresBuild: true dependencies: - '@types/node': 16.11.10 + '@types/node': 14.18.0 dev: true optional: true @@ -1143,49 +1142,49 @@ packages: vite: 2.6.14 dev: true - /@volar/code-gen/0.29.7: - resolution: {integrity: sha512-PLcTp/37NMKA/urAkKCy+/oOCwNOsw0ywsz3Wc31c94bX6BAcMBHha5F3NPPY8U4CWuxoyxe2Enj0Ojdtkm2Kw==} + /@volar/code-gen/0.29.8: + resolution: {integrity: sha512-eohLLUqPChHRPDFT5gXn4V6pr/CeTri7Ou5GI26lUvBRRAbP8p+oYfQRcbMPGeKmVkYjfVj0chsxQGx6T8PQ4Q==} dependencies: - '@volar/shared': 0.29.7 - '@volar/source-map': 0.29.7 + '@volar/shared': 0.29.8 + '@volar/source-map': 0.29.8 dev: true - /@volar/html2pug/0.29.7: - resolution: {integrity: sha512-YEu1yl11pvyaElYDFzuo3kMr6Sr9c8n+BC93pF3e7ykDrejEq7GsUVlhzl1w41s6MjeheGD/Iq1vwVQE4o3E0A==} + /@volar/html2pug/0.29.8: + resolution: {integrity: sha512-bhSNXg8A2aD3w0B+CwmHjqCAaKtj5rORbE5C/q/UdGqptJbC6STCmi30KuRTdfPhR++Xb18Hauf3s/WCmtNAPA==} dependencies: domelementtype: 2.2.0 - domhandler: 4.2.2 + domhandler: 4.3.0 htmlparser2: 7.2.0 pug: 3.0.2 dev: true - /@volar/shared/0.29.7: - resolution: {integrity: sha512-n9TXdin0q4fyGodL5zKh2YMlelYeAxdeuGw8epmf0kolQc26bHici7AIhfj6mmpDox7zRZoqShHgmB4/zJolfw==} + /@volar/shared/0.29.8: + resolution: {integrity: sha512-Y1NN6irkIukD+T0wf4p/dHWYL90sacN2e2lYoDXxRlvoYxwANnHgw0J0Rcp+yw58ElWRScdG7/YntEIuZWeJsw==} dependencies: upath: 2.0.1 vscode-jsonrpc: 8.0.0-next.4 vscode-uri: 3.0.2 dev: true - /@volar/source-map/0.29.7: - resolution: {integrity: sha512-O2EI4kcqNQHzWa7V6HOdNFC2VLRJwH+fneTtDH4JAltDLJEhoIUb4jrBNcFGjY38W/KMUXqxKm00cUM+ktATjA==} + /@volar/source-map/0.29.8: + resolution: {integrity: sha512-7w+UoYtnc6UQu30CgMVvx0YN4dzDgP4TIsSmUaW62AGmxU9Lxwp3Kkn/4N8efi91z8ma5Z78v/HddyJPwAC3LA==} dependencies: - '@volar/shared': 0.29.7 + '@volar/shared': 0.29.8 dev: true - /@volar/transforms/0.29.7: - resolution: {integrity: sha512-5Yzm4NVQu4binahCA0tuTQyNhxC+VVddt0AsdhCPkUzO+hLR17Ye2QqIsFL72aMvC2tYA2vdNQ+0KxbeyIqG2Q==} + /@volar/transforms/0.29.8: + resolution: {integrity: sha512-o2hRa8CoDwYTO1Mu5KA47+1elUnYUjDaVhCvbyKlRfd8qpHea2llotArq7B6OORSL2M9DVs1IRJ5NGURBFeZ3Q==} dependencies: - '@volar/shared': 0.29.7 + '@volar/shared': 0.29.8 vscode-languageserver: 8.0.0-next.5 dev: true - /@volar/vue-code-gen/0.29.7: - resolution: {integrity: sha512-xrG2rtw5cKf+Os6qIa9EUPCTG1z4CeFmSKrzD5bAww/n+9QNMy6slkTSvnKjdCqvW4TzL8STlBWC96aEL1qoDA==} + /@volar/vue-code-gen/0.29.8: + resolution: {integrity: sha512-E1e7P2oktNC/DzgDBditfla4s8+HlUlluZ+BtcLvEdbkl3QEjujkB0x1wxguWzXmpWgLIDPtrS3Jzll5cCOkTg==} dependencies: - '@volar/code-gen': 0.29.7 - '@volar/shared': 0.29.7 - '@volar/source-map': 0.29.7 + '@volar/code-gen': 0.29.8 + '@volar/shared': 0.29.8 + '@volar/source-map': 0.29.8 '@vue/compiler-core': 3.2.23 '@vue/compiler-dom': 3.2.23 '@vue/shared': 3.2.23 @@ -1329,15 +1328,6 @@ packages: indent-string: 4.0.0 dev: true - /ajv/6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 - dev: true - /ansi-colors/4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} engines: {node: '>=6'} @@ -1480,8 +1470,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001283 - electron-to-chromium: 1.4.4 + caniuse-lite: 1.0.30001284 + electron-to-chromium: 1.4.11 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -1508,8 +1498,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001283: - resolution: {integrity: sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==} + /caniuse-lite/1.0.30001284: + resolution: {integrity: sha512-t28SKa7g6kiIQi6NHeOcKrOrGMzCRrXvlasPwWC26TH2QNdglgzQIRUuJ0cR3NeQPH+5jpuveeeSFDLm2zbkEw==} dev: true /caseless/0.12.0: @@ -1685,15 +1675,15 @@ packages: resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==} dev: false - /cypress/9.1.0: - resolution: {integrity: sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==} + /cypress/9.1.1: + resolution: {integrity: sha512-yWcYD8SEQ8F3okFbRPqSDj5V0xhrZBT5QRIH+P1J2vYvtEmZ4KGciHE7LCcZZLILOrs7pg4WNCqkj/XRvReQlQ==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.9 + '@cypress/request': 2.88.10 '@cypress/xvfb': 1.2.4 - '@types/node': 14.17.34 + '@types/node': 14.18.0 '@types/sinonjs__fake-timers': 6.0.4 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -1821,7 +1811,7 @@ packages: resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==} dependencies: domelementtype: 2.2.0 - domhandler: 4.2.2 + domhandler: 4.3.0 entities: 2.2.0 dev: true @@ -1829,8 +1819,8 @@ packages: resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} dev: true - /domhandler/4.2.2: - resolution: {integrity: sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==} + /domhandler/4.3.0: + resolution: {integrity: sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==} engines: {node: '>= 4'} dependencies: domelementtype: 2.2.0 @@ -1841,7 +1831,7 @@ packages: dependencies: dom-serializer: 1.3.2 domelementtype: 2.2.0 - domhandler: 4.2.2 + domhandler: 4.3.0 dev: true /duplexer/0.1.2: @@ -1855,8 +1845,8 @@ packages: safer-buffer: 2.1.2 dev: true - /electron-to-chromium/1.4.4: - resolution: {integrity: sha512-teHtgwcmVcL46jlFvAaqjyiTLWuMrUQO1JqV303JKB4ysXG6m8fXSFhbjal9st0r9mNskI22AraJZorb1VcLVg==} + /electron-to-chromium/1.4.11: + resolution: {integrity: sha512-2OhsaYgsWGhWjx2et8kaUcdktPbBGjKM2X0BReUCKcSCPttEY+hz2zie820JLbttU8jwL92+JJysWwkut3wZgA==} dev: true /emmet/2.3.4: @@ -2186,14 +2176,6 @@ packages: engines: {'0': node >=0.6.0} dev: true - /fast-deep-equal/3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - dev: true - - /fast-json-stable-stringify/2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - dev: true - /fd-slicer/1.1.0: resolution: {integrity: sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=} dependencies: @@ -2346,20 +2328,6 @@ packages: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} dev: true - /har-schema/2.0.0: - resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=} - engines: {node: '>=4'} - dev: true - - /har-validator/5.1.5: - resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} - engines: {node: '>=6'} - deprecated: this library is no longer supported - dependencies: - ajv: 6.12.6 - har-schema: 2.0.0 - dev: true - /has-bigints/1.0.1: resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} dev: true @@ -2410,7 +2378,7 @@ packages: resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==} dependencies: domelementtype: 2.2.0 - domhandler: 4.2.2 + domhandler: 4.3.0 domutils: 2.8.0 entities: 3.0.1 dev: true @@ -2618,12 +2586,12 @@ packages: resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} dev: true - /joi/17.4.2: - resolution: {integrity: sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==} + /joi/17.5.0: + resolution: {integrity: sha512-R7hR50COp7StzLnDi4ywOXHrBrgNXuUUfJWIR5lPY5Bm/pOD3jZaTwpluUXVLRWcoWZxkrHBBJ5hLxgnlehbdw==} dependencies: '@hapi/hoek': 9.2.1 '@hapi/topo': 5.1.0 - '@sideway/address': 4.1.2 + '@sideway/address': 4.1.3 '@sideway/formula': 3.0.0 '@sideway/pinpoint': 2.0.0 dev: true @@ -2650,10 +2618,6 @@ packages: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} dev: true - /json-schema-traverse/0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - dev: true - /json-schema/0.4.0: resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} dev: true @@ -3038,11 +3002,11 @@ packages: engines: {node: '>=4'} dev: true - /pinia/2.0.4_typescript@4.5.2+vue@3.2.23: - resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==} + /pinia/2.0.6_typescript@4.5.2+vue@3.2.23: + resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} peerDependencies: '@vue/composition-api': ^1.4.0 - typescript: ^4.4.4 + typescript: '>=4.4.4' vue: ^2.6.14 || ^3.2.0 peerDependenciesMeta: '@vue/composition-api': @@ -3056,11 +3020,11 @@ packages: vue-demi: 0.12.1_vue@3.2.23 dev: false - /pinia/2.0.4_vue@3.2.23: - resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==} + /pinia/2.0.6_vue@3.2.23: + resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} peerDependencies: '@vue/composition-api': ^1.4.0 - typescript: ^4.4.4 + typescript: '>=4.4.4' vue: ^2.6.14 || ^3.2.0 peerDependenciesMeta: '@vue/composition-api': @@ -3285,8 +3249,8 @@ packages: glob: 7.2.0 dev: true - /rollup/2.60.1: - resolution: {integrity: sha512-akwfnpjY0rXEDSn1UTVfKXJhPsEBu+imi1gqBA1ZkHGydUnkV/fWCC90P7rDaLEW8KTwBcS1G3N4893Ndz+jwg==} + /rollup/2.60.2: + resolution: {integrity: sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -3670,12 +3634,6 @@ packages: engines: {node: '>=4'} dev: true - /uri-js/4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - dependencies: - punycode: 2.1.1 - dev: true - /url/0.11.0: resolution: {integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=} dependencies: @@ -3723,7 +3681,7 @@ packages: esbuild: 0.13.15 postcss: 8.4.4 resolve: 1.20.0 - rollup: 2.60.1 + rollup: 2.60.2 optionalDependencies: fsevents: 2.3.2 dev: true @@ -3733,8 +3691,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /vscode-css-languageservice/5.1.8: - resolution: {integrity: sha512-Si1sMykS8U/p8LYgLGPCfZD1YFT0AtvUJQp9XJGw64DZWhtwYo28G2l64USLS9ge4ZPMZpwdpOK7PfbVKfgiiA==} + /vscode-css-languageservice/5.1.9: + resolution: {integrity: sha512-/tFOWeZBL3Oc9Zc+2MAi3rEwiXJTSZsvjB+M7nSjWLbGPUIjukUA7YzLgsBoUfR35sPJYnXWUkL56PdfIYM8GA==} dependencies: vscode-languageserver-textdocument: 1.0.3 vscode-languageserver-types: 3.16.0 @@ -3742,8 +3700,8 @@ packages: vscode-uri: 3.0.2 dev: true - /vscode-html-languageservice/4.1.1: - resolution: {integrity: sha512-rrDyCiOgMwOPgchpPGAeLzjYVVEW/Ror2/a1BWUEI3S9+NQhA9vj4SQkzmH6g2Bq9S9SV0OQeadD+xphOf1N3w==} + /vscode-html-languageservice/4.2.0: + resolution: {integrity: sha512-5ebk/5kMa7PrCPL3JuP27vo8h+coDgSkMP14pSlKz3ISXZxHm+nnCenhVrpy9Ayamtwb28YXeQuN8AqNQH8kVQ==} dependencies: vscode-languageserver-textdocument: 1.0.3 vscode-languageserver-types: 3.16.0 @@ -3796,22 +3754,22 @@ packages: resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} dev: true - /vscode-pug-languageservice/0.29.7: - resolution: {integrity: sha512-OJ5N6Q1CU0uFvF8kSzRIqxsKYNGnexDss54DPSxla0f1E465ddHxxRsdI+bZQ8Va3rnyLBLGmEcM0gRn75DCWA==} + /vscode-pug-languageservice/0.29.8: + resolution: {integrity: sha512-QHYAzDSJLg7GOLxCZ12qsM0dAM0dPeMSS1t4kKfzLsfpErmZpFzkAIXbidVrNMdMffGZMtTuIlcpEyWHbx96Iw==} dependencies: - '@volar/code-gen': 0.29.7 - '@volar/shared': 0.29.7 - '@volar/source-map': 0.29.7 - '@volar/transforms': 0.29.7 + '@volar/code-gen': 0.29.8 + '@volar/shared': 0.29.8 + '@volar/source-map': 0.29.8 + '@volar/transforms': 0.29.8 pug-lexer: 5.0.1 pug-parser: 6.0.0 vscode-languageserver: 8.0.0-next.5 dev: true - /vscode-typescript-languageservice/0.29.7: - resolution: {integrity: sha512-paqAiBPB3alZ/tnPHYf4y35+ob167r3YNZHWS1w7gKHqhnz/pOtdZG6MSya0FmSBRk9XdV//5xo3qZ5zZRCxjg==} + /vscode-typescript-languageservice/0.29.8: + resolution: {integrity: sha512-eecDqHk4WjEvy6VHQ6teHczppQ9yJO2wExCy7yu7WiFj35qbw0h4G6Erv46MvP3ClL8FggFzD7s1qM6vdqJUfw==} dependencies: - '@volar/shared': 0.29.7 + '@volar/shared': 0.29.8 semver: 7.3.5 upath: 2.0.1 vscode-languageserver: 8.0.0-next.5 @@ -3826,27 +3784,27 @@ packages: resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} dev: true - /vscode-vue-languageservice/0.29.7: - resolution: {integrity: sha512-YKIVJMLNmB81/D+z9hNMaSsn/4809bClYk5jk3X78zskGE7nIV9KfjhqY0LiO/SneF1ypvIxz/xJeEBILhDGBg==} + /vscode-vue-languageservice/0.29.8: + resolution: {integrity: sha512-qSJdvW5ttyGUB/8uWDKgo8vnIoFnXYlBP4Z/cn54btsRn6ZMw7IJGJU1381e7p/yGvMTLeGbugD53SghbnSa6g==} dependencies: - '@volar/code-gen': 0.29.7 - '@volar/html2pug': 0.29.7 - '@volar/shared': 0.29.7 - '@volar/source-map': 0.29.7 - '@volar/transforms': 0.29.7 - '@volar/vue-code-gen': 0.29.7 + '@volar/code-gen': 0.29.8 + '@volar/html2pug': 0.29.8 + '@volar/shared': 0.29.8 + '@volar/source-map': 0.29.8 + '@volar/transforms': 0.29.8 + '@volar/vue-code-gen': 0.29.8 '@vscode/emmet-helper': 2.8.2 '@vue/reactivity': 3.2.23 '@vue/shared': 3.2.23 request-light: 0.5.5 upath: 2.0.1 - vscode-css-languageservice: 5.1.8 - vscode-html-languageservice: 4.1.1 + vscode-css-languageservice: 5.1.9 + vscode-html-languageservice: 4.2.0 vscode-json-languageservice: 4.1.10 vscode-languageserver: 8.0.0-next.5 vscode-languageserver-textdocument: 1.0.3 - vscode-pug-languageservice: 0.29.7 - vscode-typescript-languageservice: 0.29.7 + vscode-pug-languageservice: 0.29.8 + vscode-typescript-languageservice: 0.29.8 dev: true /vue-demi/0.12.1_vue@3.2.23: @@ -3873,15 +3831,15 @@ packages: vue: 3.2.23 dev: false - /vue-tsc/0.29.7_typescript@4.5.2: - resolution: {integrity: sha512-8jCGovixOZgV6Qu9nOyoTon3HUNUG9YD8cnMHUCGqdu/H21P5D+4k/d8rHzpGvbUlwq5dP2pFCx6rmRwfTfDmA==} + /vue-tsc/0.29.8_typescript@4.5.2: + resolution: {integrity: sha512-pT0wLRjvRuSmB+J4WJT6uuV9mO0KtSSXEAtaVXZQzyk5+DJdbLIQTbRce/TXSkfqt1l1WogO78RjtOJFiMCgfQ==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/shared': 0.29.7 + '@volar/shared': 0.29.8 typescript: 4.5.2 - vscode-vue-languageservice: 0.29.7 + vscode-vue-languageservice: 0.29.8 dev: true /vue/3.2.23: @@ -3900,7 +3858,7 @@ packages: hasBin: true dependencies: axios: 0.21.4_debug@4.3.2 - joi: 17.4.2 + joi: 17.5.0 lodash: 4.17.21 minimist: 1.2.5 rxjs: 7.4.0 diff --git a/template/base/package.json b/template/base/package.json index f5ffe833..d2b2214f 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -5,10 +5,10 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.23" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "vite": "^2.6.14" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index a14361dc..b4f1a8d6 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "cypress": "^9.1.0", + "cypress": "^9.1.1", "start-server-and-test": "^1.14.0" } } diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index a5bf122d..f75b8afa 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pinia": "^2.0.4" + "pinia": "^2.0.6" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 5e562e44..b525567f 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -4,8 +4,8 @@ "typecheck": "vue-tsc --noEmit" }, "devDependencies": { - "@types/node": "^16.11.10", + "@types/node": "^16.11.11", "typescript": "~4.5.2", - "vue-tsc": "^0.29.6" + "vue-tsc": "^0.29.8" } }