From 1e7ba34a5822261e61e1a0d13547973e18be8dc6 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 26 Dec 2021 20:44:07 +0800 Subject: [PATCH] chore: dependency maintenance --- package.json | 2 +- playground/default/package.json | 2 +- playground/jsx-pinia-with-tests/package.json | 4 +- playground/jsx-pinia/package.json | 4 +- .../jsx-router-pinia-with-tests/package.json | 4 +- playground/jsx-router-pinia/package.json | 4 +- playground/jsx-router-with-tests/package.json | 2 +- playground/jsx-router/package.json | 2 +- playground/jsx-with-tests/package.json | 2 +- playground/jsx/package.json | 2 +- playground/pinia-with-tests/package.json | 4 +- playground/pinia/package.json | 4 +- .../router-pinia-with-tests/package.json | 4 +- playground/router-pinia/package.json | 4 +- playground/router-with-tests/package.json | 2 +- playground/router/package.json | 2 +- .../package.json | 4 +- playground/typescript-jsx-pinia/package.json | 4 +- .../package.json | 4 +- .../typescript-jsx-router-pinia/package.json | 4 +- .../package.json | 2 +- playground/typescript-jsx-router/package.json | 2 +- .../typescript-jsx-with-tests/package.json | 2 +- playground/typescript-jsx/package.json | 2 +- .../typescript-pinia-with-tests/package.json | 4 +- playground/typescript-pinia/package.json | 4 +- .../package.json | 4 +- .../typescript-router-pinia/package.json | 4 +- .../typescript-router-with-tests/package.json | 2 +- playground/typescript-router/package.json | 2 +- playground/typescript-with-tests/package.json | 2 +- playground/typescript/package.json | 2 +- playground/with-tests/package.json | 2 +- pnpm-lock.yaml | 330 +++++++++--------- template/base/package.json | 2 +- template/config/pinia/package.json | 2 +- 36 files changed, 216 insertions(+), 216 deletions(-) diff --git a/package.json b/package.json index 36e86852..42560913 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "esbuild": "^0.13.15", "husky": "^7.0.4", "kolorist": "^1.5.1", - "lint-staged": "^12.1.3", + "lint-staged": "^12.1.4", "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 8a79c468..39b4e4a9 100644 --- a/playground/default/package.json +++ b/playground/default/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-pinia-with-tests/package.json b/playground/jsx-pinia-with-tests/package.json index a540872c..420d6c88 100644 --- a/playground/jsx-pinia-with-tests/package.json +++ b/playground/jsx-pinia-with-tests/package.json @@ -11,7 +11,7 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { @@ -21,6 +21,6 @@ "@vitejs/plugin-vue-jsx": "^1.3.3", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-pinia/package.json b/playground/jsx-pinia/package.json index 9211ced3..70d594c1 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.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-router-pinia-with-tests/package.json b/playground/jsx-router-pinia-with-tests/package.json index 8cd8b52f..6b7aee58 100644 --- a/playground/jsx-router-pinia-with-tests/package.json +++ b/playground/jsx-router-pinia-with-tests/package.json @@ -11,7 +11,7 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, @@ -22,6 +22,6 @@ "@vitejs/plugin-vue-jsx": "^1.3.3", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-router-pinia/package.json b/playground/jsx-router-pinia/package.json index 602a988d..b3cceae0 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.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-router-with-tests/package.json b/playground/jsx-router-with-tests/package.json index 7aa86740..673b7581 100644 --- a/playground/jsx-router-with-tests/package.json +++ b/playground/jsx-router-with-tests/package.json @@ -21,6 +21,6 @@ "@vitejs/plugin-vue-jsx": "^1.3.3", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-router/package.json b/playground/jsx-router/package.json index b702f5e8..4174cb26 100644 --- a/playground/jsx-router/package.json +++ b/playground/jsx-router/package.json @@ -13,6 +13,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx-with-tests/package.json b/playground/jsx-with-tests/package.json index 4dd5f58b..a9b40c91 100644 --- a/playground/jsx-with-tests/package.json +++ b/playground/jsx-with-tests/package.json @@ -20,6 +20,6 @@ "@vitejs/plugin-vue-jsx": "^1.3.3", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/jsx/package.json b/playground/jsx/package.json index f1f00587..0ea937c8 100644 --- a/playground/jsx/package.json +++ b/playground/jsx/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index c3ed8408..eedc098e 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/pinia-with-tests/package.json @@ -11,7 +11,7 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { @@ -20,6 +20,6 @@ "@vitejs/plugin-vue": "^2.0.1", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/pinia/package.json b/playground/pinia/package.json index 87473892..2a5ce366 100644 --- a/playground/pinia/package.json +++ b/playground/pinia/package.json @@ -7,11 +7,11 @@ "preview": "vite preview --port 5050" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index 5dd78973..b7eff1b0 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/router-pinia-with-tests/package.json @@ -11,7 +11,7 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, @@ -21,6 +21,6 @@ "@vitejs/plugin-vue": "^2.0.1", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/router-pinia/package.json b/playground/router-pinia/package.json index 9c752dda..02fc31a2 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.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index 186381a8..5e70d7dd 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -20,6 +20,6 @@ "@vitejs/plugin-vue": "^2.0.1", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/router/package.json b/playground/router/package.json index ed941b7a..a1a05dfc 100644 --- a/playground/router/package.json +++ b/playground/router/package.json @@ -12,6 +12,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/playground/typescript-jsx-pinia-with-tests/package.json b/playground/typescript-jsx-pinia-with-tests/package.json index 9e7b33f1..bb60a620 100644 --- a/playground/typescript-jsx-pinia-with-tests/package.json +++ b/playground/typescript-jsx-pinia-with-tests/package.json @@ -12,7 +12,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { @@ -24,7 +24,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-pinia/package.json b/playground/typescript-jsx-pinia/package.json index 154ae7d8..088c0f89 100644 --- a/playground/typescript-jsx-pinia/package.json +++ b/playground/typescript-jsx-pinia/package.json @@ -8,7 +8,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { @@ -16,7 +16,7 @@ "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "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 6a00b2f4..4c7cf449 100644 --- a/playground/typescript-jsx-router-pinia-with-tests/package.json +++ b/playground/typescript-jsx-router-pinia-with-tests/package.json @@ -12,7 +12,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, @@ -25,7 +25,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router-pinia/package.json b/playground/typescript-jsx-router-pinia/package.json index 2578ef48..321b0d90 100644 --- a/playground/typescript-jsx-router-pinia/package.json +++ b/playground/typescript-jsx-router-pinia/package.json @@ -8,7 +8,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, @@ -17,7 +17,7 @@ "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "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 f19f93ca..1041a03c 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -24,7 +24,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-router/package.json b/playground/typescript-jsx-router/package.json index 1532b15a..014c2a7f 100644 --- a/playground/typescript-jsx-router/package.json +++ b/playground/typescript-jsx-router/package.json @@ -16,7 +16,7 @@ "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index de57b542..2220ef45 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -23,7 +23,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-jsx/package.json b/playground/typescript-jsx/package.json index df43c383..5ff441fb 100644 --- a/playground/typescript-jsx/package.json +++ b/playground/typescript-jsx/package.json @@ -15,7 +15,7 @@ "@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue-jsx": "^1.3.3", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index baef51f6..e70b97ed 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -12,7 +12,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { @@ -23,7 +23,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-pinia/package.json b/playground/typescript-pinia/package.json index fa2e5029..7aba6755 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.8", + "pinia": "^2.0.9", "vue": "^3.2.26" }, "devDependencies": { "@types/node": "^16.11.17", "@vitejs/plugin-vue": "^2.0.1", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "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 0fbb0141..a78cd728 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -12,7 +12,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, @@ -24,7 +24,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-pinia/package.json b/playground/typescript-router-pinia/package.json index f6efd011..8faaa367 100644 --- a/playground/typescript-router-pinia/package.json +++ b/playground/typescript-router-pinia/package.json @@ -8,7 +8,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "pinia": "^2.0.8", + "pinia": "^2.0.9", "vue": "^3.2.26", "vue-router": "^4.0.12" }, @@ -16,7 +16,7 @@ "@types/node": "^16.11.17", "@vitejs/plugin-vue": "^2.0.1", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 17e54bec..d3984850 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -23,7 +23,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index 5230ccff..fed99c44 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -15,7 +15,7 @@ "@types/node": "^16.11.17", "@vitejs/plugin-vue": "^2.0.1", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index 54d85c83..c4a81c48 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -22,7 +22,7 @@ "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/typescript/package.json b/playground/typescript/package.json index a46be91d..d702b1bf 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -14,7 +14,7 @@ "@types/node": "^16.11.17", "@vitejs/plugin-vue": "^2.0.1", "typescript": "~4.5.4", - "vite": "^2.7.6", + "vite": "^2.7.7", "vue-tsc": "^0.29.8" } } diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index d37941a8..a66f99fb 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -19,6 +19,6 @@ "@vitejs/plugin-vue": "^2.0.1", "cypress": "^9.2.0", "start-server-and-test": "^1.14.0", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bcb7a55e..da362af8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ importers: esbuild: ^0.13.15 husky: ^7.0.4 kolorist: ^1.5.1 - lint-staged: ^12.1.3 + lint-staged: ^12.1.4 minimist: ^1.2.5 npm-run-all: ^4.1.5 prettier: ^2.5.1 @@ -16,7 +16,7 @@ importers: esbuild: 0.13.15 husky: 7.0.4 kolorist: 1.5.1 - lint-staged: 12.1.3 + lint-staged: 12.1.4 minimist: 1.2.5 npm-run-all: 4.1.5 prettier: 2.5.1 @@ -25,41 +25,41 @@ importers: playground/default: specifiers: '@vitejs/plugin-vue': ^2.0.1 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 - vite: 2.7.6 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 + vite: 2.7.7 playground/jsx: specifiers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 - vite: 2.7.6 + vite: 2.7.7 playground/jsx-pinia: specifiers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - pinia: ^2.0.8 - vite: ^2.7.6 + pinia: ^2.0.9 + vite: ^2.7.7 vue: ^3.2.26 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 - vite: 2.7.6 + vite: 2.7.7 playground/jsx-pinia-with-tests: specifiers: @@ -68,53 +68,53 @@ importers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.6 + vite: 2.7.7 playground/jsx-router: specifiers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - vite: ^2.7.6 + vite: ^2.7.7 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.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 - vite: 2.7.6 + vite: 2.7.7 playground/jsx-router-pinia: specifiers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - pinia: ^2.0.8 - vite: ^2.7.6 + pinia: ^2.0.9 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 - vite: 2.7.6 + vite: 2.7.7 playground/jsx-router-pinia-with-tests: specifiers: @@ -123,23 +123,23 @@ importers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.6 + vite: 2.7.7 playground/jsx-router-with-tests: specifiers: @@ -149,20 +149,20 @@ importers: '@vitejs/plugin-vue-jsx': ^1.3.3 cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 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.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.6 + vite: 2.7.7 playground/jsx-with-tests: specifiers: @@ -172,31 +172,31 @@ importers: '@vitejs/plugin-vue-jsx': ^1.3.3 cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.6 + vite: 2.7.7 playground/pinia: specifiers: '@vitejs/plugin-vue': ^2.0.1 - pinia: ^2.0.8 - vite: ^2.7.6 + pinia: ^2.0.9 + vite: ^2.7.7 vue: ^3.2.26 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 - vite: 2.7.6 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 + vite: 2.7.7 playground/pinia-with-tests: specifiers: @@ -204,48 +204,48 @@ importers: '@cypress/vue': ^3.1.0 '@vitejs/plugin-vue': ^2.0.1 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.6 + vite: 2.7.7 playground/router: specifiers: '@vitejs/plugin-vue': ^2.0.1 - vite: ^2.7.6 + vite: ^2.7.7 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.1_vite@2.7.6+vue@3.2.26 - vite: 2.7.6 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 + vite: 2.7.7 playground/router-pinia: specifiers: '@vitejs/plugin-vue': ^2.0.1 - pinia: ^2.0.8 - vite: ^2.7.6 + pinia: ^2.0.9 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 - vite: 2.7.6 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 + vite: 2.7.7 playground/router-pinia-with-tests: specifiers: @@ -253,22 +253,22 @@ importers: '@cypress/vue': ^3.1.0 '@vitejs/plugin-vue': ^2.0.1 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 dependencies: - pinia: 2.0.8_vue@3.2.26 + pinia: 2.0.9_vue@3.2.26 vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.6 + vite: 2.7.7 playground/router-with-tests: specifiers: @@ -277,35 +277,35 @@ importers: '@vitejs/plugin-vue': ^2.0.1 cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 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.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.6 + vite: 2.7.7 playground/typescript: specifiers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: '@types/node': 16.11.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx: @@ -314,17 +314,17 @@ importers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: '@types/node': 16.11.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-pinia: @@ -332,20 +332,20 @@ importers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - pinia: ^2.0.8 + pinia: ^2.0.9 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: '@types/node': 16.11.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-pinia-with-tests: @@ -356,25 +356,25 @@ importers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router: @@ -383,7 +383,7 @@ importers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -392,10 +392,10 @@ importers: vue-router: 4.0.12_vue@3.2.26 devDependencies: '@types/node': 16.11.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router-pinia: @@ -403,22 +403,22 @@ importers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 - pinia: ^2.0.8 + pinia: ^2.0.9 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_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.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 '@vitejs/plugin-vue-jsx': 1.3.3 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router-pinia-with-tests: @@ -429,27 +429,27 @@ importers: '@vitejs/plugin-vue': ^2.0.1 '@vitejs/plugin-vue-jsx': ^1.3.3 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_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.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-router-with-tests: @@ -462,7 +462,7 @@ importers: cypress: ^9.2.0 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -470,15 +470,15 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-jsx-with-tests: @@ -491,40 +491,40 @@ importers: cypress: ^9.2.0 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+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.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-pinia: specifiers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 - pinia: ^2.0.8 + pinia: ^2.0.9 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: '@types/node': 16.11.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-pinia-with-tests: @@ -534,24 +534,24 @@ importers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_typescript@4.5.4+vue@3.2.26 vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router: @@ -559,7 +559,7 @@ importers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -568,30 +568,30 @@ importers: vue-router: 4.0.12_vue@3.2.26 devDependencies: '@types/node': 16.11.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router-pinia: specifiers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 - pinia: ^2.0.8 + pinia: ^2.0.9 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_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.17 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router-pinia-with-tests: @@ -601,26 +601,26 @@ importers: '@types/node': ^16.11.17 '@vitejs/plugin-vue': ^2.0.1 cypress: ^9.2.0 - pinia: ^2.0.8 + pinia: ^2.0.9 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 dependencies: - pinia: 2.0.8_typescript@4.5.4+vue@3.2.26 + pinia: 2.0.9_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.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-router-with-tests: @@ -632,7 +632,7 @@ importers: cypress: ^9.2.0 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-router: ^4.0.12 vue-tsc: ^0.29.8 @@ -640,14 +640,14 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/typescript-with-tests: @@ -659,20 +659,20 @@ importers: cypress: ^9.2.0 start-server-and-test: ^1.14.0 typescript: ~4.5.4 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 vue-tsc: ^0.29.8 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 typescript: 4.5.4 - vite: 2.7.6 + vite: 2.7.7 vue-tsc: 0.29.8_typescript@4.5.4 playground/with-tests: @@ -682,28 +682,28 @@ importers: '@vitejs/plugin-vue': ^2.0.1 cypress: ^9.2.0 start-server-and-test: ^1.14.0 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@cypress/vite-dev-server': 2.2.2_vite@2.7.6 + '@cypress/vite-dev-server': 2.2.2_vite@2.7.7 '@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': 2.0.1_vite@2.7.7+vue@3.2.26 cypress: 9.2.0 start-server-and-test: 1.14.0 - vite: 2.7.6 + vite: 2.7.7 template/base: specifiers: '@vitejs/plugin-vue': ^2.0.1 - vite: ^2.7.6 + vite: ^2.7.7 vue: ^3.2.26 dependencies: vue: 3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 - vite: 2.7.6 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.7+vue@3.2.26 + vite: 2.7.7 template/config/cypress: specifiers: @@ -725,9 +725,9 @@ importers: template/config/pinia: specifiers: - pinia: ^2.0.8 + pinia: ^2.0.9 dependencies: - pinia: 2.0.8 + pinia: 2.0.9 template/config/router: specifiers: @@ -1086,14 +1086,14 @@ packages: - supports-color dev: true - /@cypress/vite-dev-server/2.2.2_vite@2.7.6: + /@cypress/vite-dev-server/2.2.2_vite@2.7.7: 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.6 + vite: 2.7.7 transitivePeerDependencies: - supports-color dev: true @@ -1230,14 +1230,14 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue/2.0.1_vite@2.7.6+vue@3.2.26: + /@vitejs/plugin-vue/2.0.1_vite@2.7.7+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.6 + vite: 2.7.7 vue: 3.2.26 dev: true @@ -2791,8 +2791,8 @@ packages: engines: {node: '>=10'} dev: true - /lint-staged/12.1.3: - resolution: {integrity: sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==} + /lint-staged/12.1.4: + resolution: {integrity: sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -3127,8 +3127,8 @@ packages: engines: {node: '>=4'} dev: true - /pinia/2.0.8: - resolution: {integrity: sha512-g8EC+RNrusQTxdOWLJBBmr3I0W1U+nm0ZJRMTG///xyWKhoeJ19KVD/LEWb6InVWPoBUtHmGwjNcUMg8cEq2Xw==} + /pinia/2.0.9: + resolution: {integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3143,8 +3143,8 @@ packages: vue-demi: 0.12.1 dev: false - /pinia/2.0.8_typescript@4.5.4+vue@3.2.26: - resolution: {integrity: sha512-g8EC+RNrusQTxdOWLJBBmr3I0W1U+nm0ZJRMTG///xyWKhoeJ19KVD/LEWb6InVWPoBUtHmGwjNcUMg8cEq2Xw==} + /pinia/2.0.9_typescript@4.5.4+vue@3.2.26: + resolution: {integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3161,8 +3161,8 @@ packages: vue-demi: 0.12.1_vue@3.2.26 dev: false - /pinia/2.0.8_vue@3.2.26: - resolution: {integrity: sha512-g8EC+RNrusQTxdOWLJBBmr3I0W1U+nm0ZJRMTG///xyWKhoeJ19KVD/LEWb6InVWPoBUtHmGwjNcUMg8cEq2Xw==} + /pinia/2.0.9_vue@3.2.26: + resolution: {integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3803,8 +3803,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite/2.7.6: - resolution: {integrity: sha512-PBNoc87rDYLtkpFU9dbVeGdbcyKzz6c34oScqivE3FEa3BhVa4ASupCzcz0eDIiSECovfLcQnLUJt9vhiEU08g==} + /vite/2.7.7: + resolution: {integrity: sha512-Nm4ingl//gMSj/p1aCBHuTc5Fd8W8Mwdci/HUvqCVq8xaJqF7z08S/LRq1M9kS0jRfJk1/f/CwUyQAr6YgsOLw==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: diff --git a/template/base/package.json b/template/base/package.json index dfe48fd6..6bd31e61 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", - "vite": "^2.7.6" + "vite": "^2.7.7" } } diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index 02b7023f..fe0b6605 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pinia": "^2.0.8" + "pinia": "^2.0.9" } } -- 2.39.5