From: Haoqun Jiang Date: Fri, 24 Dec 2021 08:38:44 +0000 (+0800) Subject: chore: update all dependencies X-Git-Tag: v3.0.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0351c99a40b3999af78b8680f447276eaade35b;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: update all dependencies --- diff --git a/package.json b/package.json index 06c734a8..36e86852 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "devDependencies": { "esbuild": "^0.13.15", "husky": "^7.0.4", - "kolorist": "^1.5.0", - "lint-staged": "^12.1.2", + "kolorist": "^1.5.1", + "lint-staged": "^12.1.3", "minimist": "^1.2.5", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", diff --git a/playground/default/package.json b/playground/default/package.json index 5d4d7c31..8a79c468 100644 --- a/playground/default/package.json +++ b/playground/default/package.json @@ -10,7 +10,7 @@ "vue": "^3.2.26" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "vite": "^2.7.6" } } diff --git a/playground/jsx-pinia-with-tests/package.json b/playground/jsx-pinia-with-tests/package.json index d8670bbe..a540872c 100644 --- a/playground/jsx-pinia-with-tests/package.json +++ b/playground/jsx-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.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/jsx-pinia/package.json b/playground/jsx-pinia/package.json index 90fb4c4a..9211ced3 100644 --- a/playground/jsx-pinia/package.json +++ b/playground/jsx-pinia/package.json @@ -7,12 +7,12 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "vite": "^2.7.6" } } diff --git a/playground/jsx-router-pinia-with-tests/package.json b/playground/jsx-router-pinia-with-tests/package.json index dffa5b72..8cd8b52f 100644 --- a/playground/jsx-router-pinia-with-tests/package.json +++ b/playground/jsx-router-pinia-with-tests/package.json @@ -11,17 +11,17 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/jsx-router-pinia/package.json b/playground/jsx-router-pinia/package.json index 1be71dac..602a988d 100644 --- a/playground/jsx-router-pinia/package.json +++ b/playground/jsx-router-pinia/package.json @@ -7,13 +7,13 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "vite": "^2.7.6" } } diff --git a/playground/jsx-router-with-tests/package.json b/playground/jsx-router-with-tests/package.json index 9958beea..7aa86740 100644 --- a/playground/jsx-router-with-tests/package.json +++ b/playground/jsx-router-with-tests/package.json @@ -15,12 +15,12 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/jsx-router/package.json b/playground/jsx-router/package.json index 07d47539..b702f5e8 100644 --- a/playground/jsx-router/package.json +++ b/playground/jsx-router/package.json @@ -11,8 +11,8 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "vite": "^2.7.6" } } diff --git a/playground/jsx-with-tests/package.json b/playground/jsx-with-tests/package.json index 65181edf..4dd5f58b 100644 --- a/playground/jsx-with-tests/package.json +++ b/playground/jsx-with-tests/package.json @@ -14,12 +14,12 @@ "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/jsx/package.json b/playground/jsx/package.json index 984c598f..f1f00587 100644 --- a/playground/jsx/package.json +++ b/playground/jsx/package.json @@ -10,8 +10,8 @@ "vue": "^3.2.26" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "vite": "^2.7.6" } } diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index 1882af41..c3ed8408 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/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.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/pinia/package.json b/playground/pinia/package.json index 9560baf3..87473892 100644 --- a/playground/pinia/package.json +++ b/playground/pinia/package.json @@ -7,11 +7,11 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "vite": "^2.7.6" } } diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index 4d8a20f8..5dd78973 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/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.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/router-pinia/package.json b/playground/router-pinia/package.json index 720bc607..9c752dda 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "vite": "^2.7.6" } } diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index aca9bf8c..186381a8 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -15,11 +15,11 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/playground/router/package.json b/playground/router/package.json index 2a7d6936..ed941b7a 100644 --- a/playground/router/package.json +++ b/playground/router/package.json @@ -11,7 +11,7 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "vite": "^2.7.6" } } diff --git a/playground/typescript-jsx-pinia-with-tests/package.json b/playground/typescript-jsx-pinia-with-tests/package.json index ee47fb4a..9e7b33f1 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-pinia/package.json b/playground/typescript-jsx-pinia/package.json index e99345dd..154ae7d8 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-pinia-with-tests/package.json b/playground/typescript-jsx-router-pinia-with-tests/package.json index 9f492493..6a00b2f4 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-pinia/package.json b/playground/typescript-jsx-router-pinia/package.json index c326d472..2578ef48 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-with-tests/package.json b/playground/typescript-jsx-router-with-tests/package.json index 5fd034c1..f19f93ca 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -16,15 +16,15 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router/package.json b/playground/typescript-jsx-router/package.json index 8b237818..1532b15a 100644 --- a/playground/typescript-jsx-router/package.json +++ b/playground/typescript-jsx-router/package.json @@ -12,11 +12,11 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index cd8edc8a..de57b542 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -15,15 +15,15 @@ "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx/package.json b/playground/typescript-jsx/package.json index 148f4679..df43c383 100644 --- a/playground/typescript-jsx/package.json +++ b/playground/typescript-jsx/package.json @@ -11,11 +11,11 @@ "vue": "^3.2.26" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "@vitejs/plugin-vue-jsx": "^1.3.1", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "@vitejs/plugin-vue-jsx": "^1.3.3", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index ef88b0d5..baef51f6 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-pinia/package.json b/playground/typescript-pinia/package.json index aba8c0c1..fa2e5029 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index 4bf677a8..0fbb0141 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-pinia/package.json b/playground/typescript-router-pinia/package.json index d01e9e95..f6efd011 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.6", + "pinia": "^2.0.8", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 94dbaaf1..17e54bec 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -16,14 +16,14 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index 9af61953..5230ccff 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -12,10 +12,10 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index 35e89804..54d85c83 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -15,14 +15,14 @@ "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript/package.json b/playground/typescript/package.json index 9ccea272..a46be91d 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -11,10 +11,10 @@ "vue": "^3.2.26" }, "devDependencies": { - "@types/node": "^16.11.12", - "@vitejs/plugin-vue": "^2.0.0", - "typescript": "~4.5.3", - "vite": "^2.7.1", + "@types/node": "^16.11.17", + "@vitejs/plugin-vue": "^2.0.1", + "typescript": "~4.5.4", + "vite": "^2.7.6", "vue-tsc": "^0.29.8" } } diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 7c5dc65f..d37941a8 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -14,11 +14,11 @@ "vue": "^3.2.26" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "@vitejs/plugin-vue": "^2.0.0", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "@vitejs/plugin-vue": "^2.0.1", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.1" + "vite": "^2.7.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb2c6136..bcb7a55e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ importers: specifiers: esbuild: ^0.13.15 husky: ^7.0.4 - kolorist: ^1.5.0 - lint-staged: ^12.1.2 + kolorist: ^1.5.1 + lint-staged: ^12.1.3 minimist: ^1.2.5 npm-run-all: ^4.1.5 prettier: ^2.5.1 @@ -15,8 +15,8 @@ importers: devDependencies: esbuild: 0.13.15 husky: 7.0.4 - kolorist: 1.5.0 - lint-staged: 12.1.2 + kolorist: 1.5.1 + lint-staged: 12.1.3 minimist: 1.2.5 npm-run-all: 4.1.5 prettier: 2.5.1 @@ -24,366 +24,366 @@ importers: playground/default: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + vite: ^2.7.6 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + vite: 2.7.6 playground/jsx: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + vite: ^2.7.6 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + vite: 2.7.6 playground/jsx-pinia: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - pinia: ^2.0.6 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + pinia: ^2.0.8 + vite: ^2.7.6 vue: ^3.2.26 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + vite: 2.7.6 playground/jsx-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/jsx-router: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + vite: 2.7.6 playground/jsx-router-pinia: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - pinia: ^2.0.6 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + pinia: ^2.0.8 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + vite: 2.7.6 playground/jsx-router-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/jsx-router-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/jsx-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/pinia: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - pinia: ^2.0.6 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + pinia: ^2.0.8 + vite: ^2.7.6 vue: ^3.2.26 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + vite: 2.7.6 playground/pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/router: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + vite: 2.7.6 playground/router-pinia: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - pinia: ^2.0.6 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + pinia: ^2.0.8 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + vite: 2.7.6 playground/router-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.6_vue@3.2.26 + pinia: 2.0.8_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/router-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 playground/typescript: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-pinia: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - pinia: ^2.0.6 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + pinia: ^2.0.8 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -391,78 +391,78 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router-pinia: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - pinia: ^2.0.6 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + pinia: ^2.0.8 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -470,96 +470,96 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - '@vitejs/plugin-vue-jsx': ^1.3.1 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - '@vitejs/plugin-vue-jsx': 1.3.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue-jsx': 1.3.3 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-pinia: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - pinia: ^2.0.6 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + pinia: ^2.0.8 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -567,72 +567,72 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router-pinia: specifiers: - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - pinia: ^2.0.6 - typescript: ~4.5.3 - vite: ^2.7.1 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + pinia: ^2.0.8 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router-pinia-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 - pinia: ^2.0.6 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 + pinia: ^2.0.8 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 + pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -640,94 +640,94 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@types/node': ^16.11.12 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@types/node': ^16.11.17 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - typescript: ~4.5.3 - vite: ^2.7.1 + typescript: ~4.5.4 + vite: ^2.7.6 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@types/node': 16.11.12 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@types/node': 16.11.17 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - typescript: 4.5.3 - vite: 2.7.1 - vue-tsc: 0.29.8_typescript@4.5.3 + typescript: 4.5.4 + vite: 2.7.6 + vue-tsc: 0.29.8_typescript@4.5.4 playground/with-tests: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - '@vitejs/plugin-vue': ^2.0.0 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + '@vitejs/plugin-vue': ^2.0.1 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.1 + vite: ^2.7.6 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.1_vite@2.7.1 - '@cypress/vue': 3.0.5_cypress@9.1.1+vue@3.2.26 - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vue': 3.1.0_cypress@9.2.0+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.1 + vite: 2.7.6 template/base: specifiers: - '@vitejs/plugin-vue': ^2.0.0 - vite: ^2.7.1 + '@vitejs/plugin-vue': ^2.0.1 + vite: ^2.7.6 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 - vite: 2.7.1 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + vite: 2.7.6 template/config/cypress: specifiers: - '@cypress/vite-dev-server': ^2.2.1 - '@cypress/vue': ^3.0.5 - cypress: ^9.1.1 + '@cypress/vite-dev-server': ^2.2.2 + '@cypress/vue': ^3.1.0 + cypress: ^9.2.0 start-server-and-test: ^1.14.0 devDependencies: - '@cypress/vite-dev-server': 2.2.1 - '@cypress/vue': 3.0.5_cypress@9.1.1 - cypress: 9.1.1 + '@cypress/vite-dev-server': 2.2.2 + '@cypress/vue': 3.1.0_cypress@9.2.0 + cypress: 9.2.0 start-server-and-test: 1.14.0 template/config/jsx: specifiers: - '@vitejs/plugin-vue-jsx': ^1.3.1 + '@vitejs/plugin-vue-jsx': ^1.3.3 devDependencies: - '@vitejs/plugin-vue-jsx': 1.3.1 + '@vitejs/plugin-vue-jsx': 1.3.3 template/config/pinia: specifiers: - pinia: ^2.0.6 + pinia: ^2.0.8 dependencies: - pinia: 2.0.6 + pinia: 2.0.8 template/config/router: specifiers: @@ -737,13 +737,13 @@ importers: template/config/typescript: specifiers: - '@types/node': ^16.11.12 - typescript: ~4.5.3 + '@types/node': ^16.11.17 + typescript: ~4.5.4 vue-tsc: ^0.29.8 devDependencies: - '@types/node': 16.11.12 - typescript: 4.5.3 - vue-tsc: 0.29.8_typescript@4.5.3 + '@types/node': 16.11.17 + typescript: 4.5.4 + vue-tsc: 0.29.8_typescript@4.5.4 template/config/vuex: specifiers: @@ -765,18 +765,18 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.16.0: - resolution: {integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==} + /@babel/core/7.16.5: + resolution: {integrity: sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.0 - '@babel/generator': 7.16.0 - '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 - '@babel/helper-module-transforms': 7.16.0 - '@babel/helpers': 7.16.3 - '@babel/parser': 7.16.4 + '@babel/generator': 7.16.5 + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5 + '@babel/helper-module-transforms': 7.16.5 + '@babel/helpers': 7.16.5 + '@babel/parser': 7.16.6 '@babel/template': 7.16.0 - '@babel/traverse': 7.16.3 + '@babel/traverse': 7.16.5 '@babel/types': 7.16.0 convert-source-map: 1.8.0 debug: 4.3.3 @@ -788,8 +788,8 @@ packages: - supports-color dev: true - /@babel/generator/7.16.0: - resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==} + /@babel/generator/7.16.5: + resolution: {integrity: sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.16.0 @@ -804,36 +804,44 @@ packages: '@babel/types': 7.16.0 dev: true - /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.5: resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.16.4 - '@babel/core': 7.16.0 + '@babel/core': 7.16.5 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.18.1 + browserslist: 4.19.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.0: - resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==} + /@babel/helper-create-class-features-plugin/7.16.5_@babel+core@7.16.5: + resolution: {integrity: sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.0 + '@babel/core': 7.16.5 '@babel/helper-annotate-as-pure': 7.16.0 + '@babel/helper-environment-visitor': 7.16.5 '@babel/helper-function-name': 7.16.0 - '@babel/helper-member-expression-to-functions': 7.16.0 + '@babel/helper-member-expression-to-functions': 7.16.5 '@babel/helper-optimise-call-expression': 7.16.0 - '@babel/helper-replace-supers': 7.16.0 + '@babel/helper-replace-supers': 7.16.5 '@babel/helper-split-export-declaration': 7.16.0 transitivePeerDependencies: - supports-color dev: true + /@babel/helper-environment-visitor/7.16.5: + resolution: {integrity: sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.0 + dev: true + /@babel/helper-function-name/7.16.0: resolution: {integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==} engines: {node: '>=6.9.0'} @@ -857,8 +865,8 @@ packages: '@babel/types': 7.16.0 dev: true - /@babel/helper-member-expression-to-functions/7.16.0: - resolution: {integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==} + /@babel/helper-member-expression-to-functions/7.16.5: + resolution: {integrity: sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.16.0 @@ -871,17 +879,17 @@ packages: '@babel/types': 7.16.0 dev: true - /@babel/helper-module-transforms/7.16.0: - resolution: {integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==} + /@babel/helper-module-transforms/7.16.5: + resolution: {integrity: sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==} engines: {node: '>=6.9.0'} dependencies: + '@babel/helper-environment-visitor': 7.16.5 '@babel/helper-module-imports': 7.16.0 - '@babel/helper-replace-supers': 7.16.0 '@babel/helper-simple-access': 7.16.0 '@babel/helper-split-export-declaration': 7.16.0 '@babel/helper-validator-identifier': 7.15.7 '@babel/template': 7.16.0 - '@babel/traverse': 7.16.3 + '@babel/traverse': 7.16.5 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -894,18 +902,19 @@ packages: '@babel/types': 7.16.0 dev: true - /@babel/helper-plugin-utils/7.14.5: - resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} + /@babel/helper-plugin-utils/7.16.5: + resolution: {integrity: sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-replace-supers/7.16.0: - resolution: {integrity: sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==} + /@babel/helper-replace-supers/7.16.5: + resolution: {integrity: sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-member-expression-to-functions': 7.16.0 + '@babel/helper-environment-visitor': 7.16.5 + '@babel/helper-member-expression-to-functions': 7.16.5 '@babel/helper-optimise-call-expression': 7.16.0 - '@babel/traverse': 7.16.3 + '@babel/traverse': 7.16.5 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -935,12 +944,12 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helpers/7.16.3: - resolution: {integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==} + /@babel/helpers/7.16.5: + resolution: {integrity: sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.0 - '@babel/traverse': 7.16.3 + '@babel/traverse': 7.16.5 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -955,50 +964,50 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.16.4: - resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==} + /@babel/parser/7.16.6: + resolution: {integrity: sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: true - /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.16.0: - resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==} + /@babel/plugin-syntax-jsx/7.16.5_@babel+core@7.16.5: + resolution: {integrity: sha512-42OGssv9NPk4QHKVgIHlzeLgPOW5rGgfV5jzG90AhcXXIv6hu/eqj63w4VgvRxdvZY3AlYeDgPiSJ3BqAd1Y6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: true - /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: - resolution: {integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==} + /@babel/plugin-syntax-typescript/7.16.5_@babel+core@7.16.5: + resolution: {integrity: sha512-/d4//lZ1Vqb4mZ5xTep3dDK888j7BGM/iKqBmndBaoYAFPlPKrGU608VVBz5JeyAb6YQDjRu1UKqj86UhwWVgw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: true - /@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.0: + /@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.5: resolution: {integrity: sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.0 - '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.0 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 + '@babel/core': 7.16.5 + '@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.16.5 + '@babel/helper-plugin-utils': 7.16.5 + '@babel/plugin-syntax-typescript': 7.16.5_@babel+core@7.16.5 transitivePeerDependencies: - supports-color dev: true @@ -1008,20 +1017,21 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.0 - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@babel/types': 7.16.0 dev: true - /@babel/traverse/7.16.3: - resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==} + /@babel/traverse/7.16.5: + resolution: {integrity: sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.0 - '@babel/generator': 7.16.0 + '@babel/generator': 7.16.5 + '@babel/helper-environment-visitor': 7.16.5 '@babel/helper-function-name': 7.16.0 '@babel/helper-hoist-variables': 7.16.0 '@babel/helper-split-export-declaration': 7.16.0 - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@babel/types': 7.16.0 debug: 4.3.3 globals: 11.12.0 @@ -1065,8 +1075,8 @@ packages: uuid: 8.3.2 dev: true - /@cypress/vite-dev-server/2.2.1: - resolution: {integrity: sha512-WPDqO1uc+cRLnKNlWbggORzFYBsgvbCf19fOIGnQqaPm/SH7w6+mt7Py+PD26G1Fwx9NENXzh3AfwoIk4FePTw==} + /@cypress/vite-dev-server/2.2.2: + resolution: {integrity: sha512-02y/Fm0N+CQjKbSjjRtktPgPbp91kOvtc8+WW2l2odIYQkKlG6IOCpmgc898muW0lBAcCszdEIHR/ItdZDiYPw==} peerDependencies: vite: '>= 2.1.3' dependencies: @@ -1076,20 +1086,20 @@ packages: - supports-color dev: true - /@cypress/vite-dev-server/2.2.1_vite@2.7.1: - resolution: {integrity: sha512-WPDqO1uc+cRLnKNlWbggORzFYBsgvbCf19fOIGnQqaPm/SH7w6+mt7Py+PD26G1Fwx9NENXzh3AfwoIk4FePTw==} + /@cypress/vite-dev-server/2.2.2_vite@2.7.6: + resolution: {integrity: sha512-02y/Fm0N+CQjKbSjjRtktPgPbp91kOvtc8+WW2l2odIYQkKlG6IOCpmgc898muW0lBAcCszdEIHR/ItdZDiYPw==} peerDependencies: vite: '>= 2.1.3' dependencies: debug: 4.3.3 get-port: 5.1.1 - vite: 2.7.1 + vite: 2.7.6 transitivePeerDependencies: - supports-color dev: true - /@cypress/vue/3.0.5_cypress@9.1.1: - resolution: {integrity: sha512-v6uVMEP04mCJGfc9/oH2ZIYPZ3fRwiOSzjtQ7jT0O2Lt2+SkoEWbDymG0pUFMRM1W8oc7Ep1hqEgZjIop7RXgw==} + /@cypress/vue/3.1.0_cypress@9.2.0: + resolution: {integrity: sha512-E2aFQtPvLLW9yKZz7t94VN1SuO53Jx9wN12gi7pvpHId5E6p+8Z+v2zlzzREpA8Gbi2QGNMwK8ciSYcwZG2bXg==} engines: {node: '>=8'} peerDependencies: '@cypress/webpack-dev-server': '*' @@ -1103,12 +1113,12 @@ packages: optional: true dependencies: '@cypress/mount-utils': 1.0.2 - '@vue/test-utils': 2.0.0-rc.17 - cypress: 9.1.1 + '@vue/test-utils': 2.0.0-rc.18 + cypress: 9.2.0 dev: true - /@cypress/vue/3.0.5_cypress@9.1.1+vue@3.2.26: - resolution: {integrity: sha512-v6uVMEP04mCJGfc9/oH2ZIYPZ3fRwiOSzjtQ7jT0O2Lt2+SkoEWbDymG0pUFMRM1W8oc7Ep1hqEgZjIop7RXgw==} + /@cypress/vue/3.1.0_cypress@9.2.0+vue@3.2.26: + resolution: {integrity: sha512-E2aFQtPvLLW9yKZz7t94VN1SuO53Jx9wN12gi7pvpHId5E6p+8Z+v2zlzzREpA8Gbi2QGNMwK8ciSYcwZG2bXg==} engines: {node: '>=8'} peerDependencies: '@cypress/webpack-dev-server': '*' @@ -1122,8 +1132,8 @@ packages: optional: true dependencies: '@cypress/mount-utils': 1.0.2 - '@vue/test-utils': 2.0.0-rc.17_vue@3.2.26 - cypress: 9.1.1 + '@vue/test-utils': 2.0.0-rc.18_vue@3.2.26 + cypress: 9.2.0 vue: 3.2.26 dev: true @@ -1160,8 +1170,8 @@ packages: '@hapi/hoek': 9.2.1 dev: true - /@rollup/pluginutils/4.1.1: - resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} + /@rollup/pluginutils/4.1.2: + resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} engines: {node: '>= 8.0.0'} dependencies: estree-walker: 2.0.2 @@ -1182,12 +1192,12 @@ packages: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} dev: true - /@types/node/14.18.0: - resolution: {integrity: sha512-0GeIl2kmVMXEnx8tg1SlG6Gg8vkqirrW752KqolYo1PHevhhZN3bhJ67qHj+bQaINhX0Ra3TlWwRvMCd9iEfNQ==} + /@types/node/14.18.2: + resolution: {integrity: sha512-fqtSN5xn/bBzDxMT77C1rJg6CsH/R49E7qsGuvdPJa20HtV5zSTuLJPNfnlyVH3wauKnkHdLggTVkOW/xP9oQg==} dev: true - /@types/node/16.11.12: - resolution: {integrity: sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==} + /@types/node/16.11.17: + resolution: {integrity: sha512-C1vTZME8cFo8uxY2ui41xcynEotVkczIVI5AjLmy5pkpBv/FtG+jhtOlfcPysI8VRVwoOMv6NJm44LGnoMSWkw==} dev: true /@types/sinonjs__fake-timers/6.0.4: @@ -1202,32 +1212,32 @@ packages: resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} requiresBuild: true dependencies: - '@types/node': 14.18.0 + '@types/node': 14.18.2 dev: true optional: true - /@vitejs/plugin-vue-jsx/1.3.1: - resolution: {integrity: sha512-Ku0pnlG0CuFfkvwOe3TEHS7noqBIBR61JbdvH6F6i3IqJv8+0+tcyusR+EoFwi7YrA2vdP26oorWyGv3wDt5kg==} + /@vitejs/plugin-vue-jsx/1.3.3: + resolution: {integrity: sha512-VSBXVqMcxbgX85rgJC1eMWuZ9hzOJhWPvGYlKxyymPokE/i3Gykh5ljkCoNdxnKgIyFqv4WutYoYY93fgjbTxA==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.16.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.0 - '@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.0 - '@rollup/pluginutils': 4.1.1 - '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.0 + '@babel/core': 7.16.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.5 + '@rollup/pluginutils': 4.1.2 + '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.5 hash-sum: 2.0.0 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/2.0.0_vite@2.7.1+vue@3.2.26: - resolution: {integrity: sha512-4Xn1h9OcaAf7KYrvz2oEi52fCCCLcCzyr3pDOrzYTWrs0DrzNOXt9fT5IiGb1f/uoNTdX3aAkXVGNXrGkzF/zw==} + /@vitejs/plugin-vue/2.0.1_vite@2.7.6+vue@3.2.26: + resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.7.1 + vite: 2.7.6 vue: 3.2.26 dev: true @@ -1252,7 +1262,7 @@ packages: dependencies: upath: 2.0.1 vscode-jsonrpc: 8.0.0-next.4 - vscode-uri: 3.0.2 + vscode-uri: 3.0.3 dev: true /@volar/source-map/0.29.8: @@ -1280,10 +1290,10 @@ packages: upath: 2.0.1 dev: true - /@vscode/emmet-helper/2.8.2: - resolution: {integrity: sha512-A/+pkBYQq2JTow1A2flfTmEOmiF780KpdkoX7VBjQ7wujeA+CFUPd17YdeIa9aim20+J5Jp7SFujPDwVFiQucQ==} + /@vscode/emmet-helper/2.8.3: + resolution: {integrity: sha512-dkTSL+BaBBS8gFgPm/GMOU+XfxaMyI+Fl1IUYxEi8Iv24RfHf9/q2eCpV2hs7sncLcoKWEbMYe5gv4Ppmp2Oxw==} dependencies: - emmet: 2.3.4 + emmet: 2.3.5 jsonc-parser: 2.3.1 vscode-languageserver-textdocument: 1.0.3 vscode-languageserver-types: 3.16.0 @@ -1295,13 +1305,13 @@ packages: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.16.0: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.16.5: resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} dependencies: '@babel/helper-module-imports': 7.16.0 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.0 + '@babel/plugin-syntax-jsx': 7.16.5_@babel+core@7.16.5 '@babel/template': 7.16.0 - '@babel/traverse': 7.16.3 + '@babel/traverse': 7.16.5 '@babel/types': 7.16.0 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.2.1 @@ -1315,7 +1325,7 @@ packages: /@vue/compiler-core/3.2.26: resolution: {integrity: sha512-N5XNBobZbaASdzY9Lga2D9Lul5vdCIOXvUMd6ThcN8zgqQhPKfCV+wfAJNNJKQkSHudnYRO2gEB+lp0iN3g2Tw==} dependencies: - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@vue/shared': 3.2.26 estree-walker: 2.0.2 source-map: 0.6.1 @@ -1329,7 +1339,7 @@ packages: /@vue/compiler-sfc/3.2.26: resolution: {integrity: sha512-ePpnfktV90UcLdsDQUh2JdiTuhV0Skv2iYXxfNMOK/F3Q+2BO0AulcVcfoksOpTJGmhhfosWfMyEaEf0UaWpIw==} dependencies: - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@vue/compiler-core': 3.2.26 '@vue/compiler-dom': 3.2.26 '@vue/compiler-ssr': 3.2.26 @@ -1337,7 +1347,7 @@ packages: '@vue/shared': 3.2.26 estree-walker: 2.0.2 magic-string: 0.25.7 - postcss: 8.4.4 + postcss: 8.4.5 source-map: 0.6.1 dev: false @@ -1348,14 +1358,14 @@ packages: '@vue/shared': 3.2.26 dev: false - /@vue/devtools-api/6.0.0-beta.20.1: - resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} + /@vue/devtools-api/6.0.0-beta.21.1: + resolution: {integrity: sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==} dev: false /@vue/reactivity-transform/3.2.26: resolution: {integrity: sha512-XKMyuCmzNA7nvFlYhdKwD78rcnmPb7q46uoR00zkX6yZrUmcCQ5OikiwUEVbvNhL5hBJuvbSO95jB5zkUon+eQ==} dependencies: - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@vue/compiler-core': 3.2.26 '@vue/shared': 3.2.26 estree-walker: 2.0.2 @@ -1395,14 +1405,14 @@ packages: /@vue/shared/3.2.26: resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==} - /@vue/test-utils/2.0.0-rc.17: - resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} + /@vue/test-utils/2.0.0-rc.18: + resolution: {integrity: sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==} peerDependencies: vue: ^3.0.1 dev: true - /@vue/test-utils/2.0.0-rc.17_vue@3.2.26: - resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} + /@vue/test-utils/2.0.0-rc.18_vue@3.2.26: + resolution: {integrity: sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==} peerDependencies: vue: ^3.0.1 dependencies: @@ -1560,13 +1570,13 @@ packages: fill-range: 7.0.1 dev: true - /browserslist/4.18.1: - resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==} + /browserslist/4.19.1: + resolution: {integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001286 - electron-to-chromium: 1.4.16 + caniuse-lite: 1.0.30001292 + electron-to-chromium: 1.4.28 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -1593,8 +1603,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001286: - resolution: {integrity: sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==} + /caniuse-lite/1.0.30001292: + resolution: {integrity: sha512-jnT4Tq0Q4ma+6nncYQVe7d73kmDmE9C3OGTx3MvW7lBM/eY1S1DZTMBON7dqV481RhNiS5OxD7k9JQvmDOTirw==} dev: true /caseless/0.12.0: @@ -1732,7 +1742,7 @@ packages: /constantinople/4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@babel/types': 7.16.0 dev: true @@ -1770,15 +1780,15 @@ packages: resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==} dev: false - /cypress/9.1.1: - resolution: {integrity: sha512-yWcYD8SEQ8F3okFbRPqSDj5V0xhrZBT5QRIH+P1J2vYvtEmZ4KGciHE7LCcZZLILOrs7pg4WNCqkj/XRvReQlQ==} + /cypress/9.2.0: + resolution: {integrity: sha512-Jn26Tprhfzh/a66Sdj9SoaYlnNX6Mjfmj5PHu2a7l3YHXhrgmavM368wjCmgrxC6KHTOv9SpMQGhAJn+upDViA==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true dependencies: '@cypress/request': 2.88.10 '@cypress/xvfb': 1.2.4 - '@types/node': 14.18.0 + '@types/node': 14.18.2 '@types/sinonjs__fake-timers': 6.0.4 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -1940,12 +1950,12 @@ packages: safer-buffer: 2.1.2 dev: true - /electron-to-chromium/1.4.16: - resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==} + /electron-to-chromium/1.4.28: + resolution: {integrity: sha512-Gzbf0wUtKfyPaqf0Plz+Ctinf9eQIzxEqBHwSvbGfeOm9GMNdLxyu1dNiCUfM+x6r4BE0xUJNh3Nmg9gfAtTmg==} dev: true - /emmet/2.3.4: - resolution: {integrity: sha512-3IqSwmO+N2ZGeuhDyhV/TIOJFUbkChi53bcasSNRE7Yd+4eorbbYz4e53TpMECt38NtYkZNupQCZRlwdAYA42A==} + /emmet/2.3.5: + resolution: {integrity: sha512-LcWfTamJnXIdMfLvJEC5Ld3hY5/KHXgv1L1bp6I7eEvB0ZhacHZ1kX0BYovJ8FroEsreLcq7n7kZhRMsf6jkXQ==} dependencies: '@emmetio/abbreviation': 2.2.2 '@emmetio/css-abbreviation': 2.1.4 @@ -2005,7 +2015,7 @@ packages: is-shared-array-buffer: 1.0.1 is-string: 1.0.7 is-weakref: 1.0.2 - object-inspect: 1.11.1 + object-inspect: 1.12.0 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 @@ -2767,8 +2777,8 @@ packages: engines: {node: '>=6'} dev: true - /kolorist/1.5.0: - resolution: {integrity: sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==} + /kolorist/1.5.1: + resolution: {integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==} dev: true /lazy-ass/1.6.0: @@ -2781,8 +2791,8 @@ packages: engines: {node: '>=10'} dev: true - /lint-staged/12.1.2: - resolution: {integrity: sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==} + /lint-staged/12.1.3: + resolution: {integrity: sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -2790,16 +2800,36 @@ packages: colorette: 2.0.16 commander: 8.3.0 debug: 4.3.3_supports-color@9.2.1 - enquirer: 2.3.6 execa: 5.1.1 lilconfig: 2.0.4 - listr2: 3.13.5_enquirer@2.3.6 + listr2: 3.13.5 micromatch: 4.0.4 normalize-path: 3.0.0 - object-inspect: 1.11.1 + object-inspect: 1.12.0 string-argv: 0.3.1 supports-color: 9.2.1 yaml: 1.10.2 + transitivePeerDependencies: + - enquirer + dev: true + + /listr2/3.13.5: + resolution: {integrity: sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==} + engines: {node: '>=10.0.0'} + peerDependencies: + enquirer: '>= 2.3.0 < 3' + peerDependenciesMeta: + enquirer: + optional: true + dependencies: + cli-truncate: 2.1.0 + colorette: 2.0.16 + log-update: 4.0.0 + p-map: 4.0.0 + rfdc: 1.3.0 + rxjs: 7.4.0 + through: 2.3.8 + wrap-ansi: 7.0.0 dev: true /listr2/3.13.5_enquirer@2.3.6: @@ -2982,8 +3012,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /object-inspect/1.11.1: - resolution: {integrity: sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA==} + /object-inspect/1.12.0: + resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==} dev: true /object-keys/1.1.1: @@ -3097,8 +3127,8 @@ packages: engines: {node: '>=4'} dev: true - /pinia/2.0.6: - resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} + /pinia/2.0.8: + resolution: {integrity: sha512-g8EC+RNrusQTxdOWLJBBmr3I0W1U+nm0ZJRMTG///xyWKhoeJ19KVD/LEWb6InVWPoBUtHmGwjNcUMg8cEq2Xw==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3109,12 +3139,12 @@ packages: typescript: optional: true dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 vue-demi: 0.12.1 dev: false - /pinia/2.0.6_typescript@4.5.3+vue@3.2.26: - resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} + /pinia/2.0.8_typescript@4.5.4+vue@3.2.26: + resolution: {integrity: sha512-g8EC+RNrusQTxdOWLJBBmr3I0W1U+nm0ZJRMTG///xyWKhoeJ19KVD/LEWb6InVWPoBUtHmGwjNcUMg8cEq2Xw==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3125,14 +3155,14 @@ packages: typescript: optional: true dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 - typescript: 4.5.3 + '@vue/devtools-api': 6.0.0-beta.21.1 + typescript: 4.5.4 vue: 3.2.26 vue-demi: 0.12.1_vue@3.2.26 dev: false - /pinia/2.0.6_vue@3.2.26: - resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} + /pinia/2.0.8_vue@3.2.26: + resolution: {integrity: sha512-g8EC+RNrusQTxdOWLJBBmr3I0W1U+nm0ZJRMTG///xyWKhoeJ19KVD/LEWb6InVWPoBUtHmGwjNcUMg8cEq2Xw==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3143,13 +3173,13 @@ packages: typescript: optional: true dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 vue: 3.2.26 vue-demi: 0.12.1_vue@3.2.26 dev: false - /postcss/8.4.4: - resolution: {integrity: sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==} + /postcss/8.4.5: + resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.1.30 @@ -3360,8 +3390,8 @@ packages: glob: 7.2.0 dev: true - /rollup/2.61.1: - resolution: {integrity: sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==} + /rollup/2.62.0: + resolution: {integrity: sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -3437,7 +3467,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.11.1 + object-inspect: 1.12.0 dev: true /signal-exit/3.0.6: @@ -3715,8 +3745,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.5.3: - resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==} + /typescript/4.5.4: + resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -3773,8 +3803,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite/2.7.1: - resolution: {integrity: sha512-TDXXhcu5lyQ6uosK4ZWaOyB4VzOiizk0biitRzDzaEtgSUi8rVYPc4k1xgOjLSf0OuceDJmojFKXHOX9DB1WuQ==} + /vite/2.7.6: + resolution: {integrity: sha512-PBNoc87rDYLtkpFU9dbVeGdbcyKzz6c34oScqivE3FEa3BhVa4ASupCzcz0eDIiSECovfLcQnLUJt9vhiEU08g==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -3790,9 +3820,9 @@ packages: optional: true dependencies: esbuild: 0.13.15 - postcss: 8.4.4 + postcss: 8.4.5 resolve: 1.20.0 - rollup: 2.61.1 + rollup: 2.62.0 optionalDependencies: fsevents: 2.3.2 dev: true @@ -3808,16 +3838,16 @@ packages: vscode-languageserver-textdocument: 1.0.3 vscode-languageserver-types: 3.16.0 vscode-nls: 5.0.0 - vscode-uri: 3.0.2 + vscode-uri: 3.0.3 dev: true - /vscode-html-languageservice/4.2.0: - resolution: {integrity: sha512-5ebk/5kMa7PrCPL3JuP27vo8h+coDgSkMP14pSlKz3ISXZxHm+nnCenhVrpy9Ayamtwb28YXeQuN8AqNQH8kVQ==} + /vscode-html-languageservice/4.2.1: + resolution: {integrity: sha512-PgaToZVXJ44nFWEBuSINdDgVV6EnpC3MnXBsysR3O5TKcAfywbYeRGRy+Y4dVR7YeUgDvtb+JkJoSkaYC0mxXQ==} dependencies: vscode-languageserver-textdocument: 1.0.3 vscode-languageserver-types: 3.16.0 vscode-nls: 5.0.0 - vscode-uri: 3.0.2 + vscode-uri: 3.0.3 dev: true /vscode-json-languageservice/4.1.10: @@ -3827,7 +3857,7 @@ packages: vscode-languageserver-textdocument: 1.0.3 vscode-languageserver-types: 3.16.0 vscode-nls: 5.0.0 - vscode-uri: 3.0.2 + vscode-uri: 3.0.3 dev: true /vscode-jsonrpc/8.0.0-next.4: @@ -3891,8 +3921,8 @@ packages: resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==} dev: true - /vscode-uri/3.0.2: - resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} + /vscode-uri/3.0.3: + resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==} dev: true /vscode-vue-languageservice/0.29.8: @@ -3904,13 +3934,13 @@ packages: '@volar/source-map': 0.29.8 '@volar/transforms': 0.29.8 '@volar/vue-code-gen': 0.29.8 - '@vscode/emmet-helper': 2.8.2 + '@vscode/emmet-helper': 2.8.3 '@vue/reactivity': 3.2.26 '@vue/shared': 3.2.26 request-light: 0.5.5 upath: 2.0.1 vscode-css-languageservice: 5.1.9 - vscode-html-languageservice: 4.2.0 + vscode-html-languageservice: 4.2.1 vscode-json-languageservice: 4.1.10 vscode-languageserver: 8.0.0-next.5 vscode-languageserver-textdocument: 1.0.3 @@ -3951,7 +3981,7 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 dev: false /vue-router/4.0.12_vue@3.2.26: @@ -3959,18 +3989,18 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 vue: 3.2.26 dev: false - /vue-tsc/0.29.8_typescript@4.5.3: + /vue-tsc/0.29.8_typescript@4.5.4: resolution: {integrity: sha512-pT0wLRjvRuSmB+J4WJT6uuV9mO0KtSSXEAtaVXZQzyk5+DJdbLIQTbRce/TXSkfqt1l1WogO78RjtOJFiMCgfQ==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/shared': 0.29.8 - typescript: 4.5.3 + typescript: 4.5.4 vscode-vue-languageservice: 0.29.8 dev: true @@ -3989,7 +4019,7 @@ packages: peerDependencies: vue: ^3.0.2 dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 dev: false /wait-on/6.0.0_debug@4.3.2: @@ -4035,7 +4065,7 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.6 '@babel/types': 7.16.0 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 diff --git a/template/base/package.json b/template/base/package.json index 1dfbe516..dfe48fd6 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -8,7 +8,7 @@ "vue": "^3.2.26" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", - "vite": "^2.7.1" + "@vitejs/plugin-vue": "^2.0.1", + "vite": "^2.7.6" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index b4f1a8d6..6f233c13 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -6,9 +6,9 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.2.1", - "@cypress/vue": "^3.0.5", - "cypress": "^9.1.1", + "@cypress/vite-dev-server": "^2.2.2", + "@cypress/vue": "^3.1.0", + "cypress": "^9.2.0", "start-server-and-test": "^1.14.0" } } diff --git a/template/config/jsx/package.json b/template/config/jsx/package.json index 7c23f894..35badad4 100644 --- a/template/config/jsx/package.json +++ b/template/config/jsx/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "@vitejs/plugin-vue-jsx": "^1.3.1" + "@vitejs/plugin-vue-jsx": "^1.3.3" } } diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index f75b8afa..02b7023f 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pinia": "^2.0.6" + "pinia": "^2.0.8" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 1a5dfbbe..78aea8b3 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.12", - "typescript": "~4.5.3", + "@types/node": "^16.11.17", + "typescript": "~4.5.4", "vue-tsc": "^0.29.8" } }