]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: dependency maintenance
authorHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 26 Dec 2021 12:44:07 +0000 (20:44 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 26 Dec 2021 12:44:07 +0000 (20:44 +0800)
36 files changed:
package.json
playground/default/package.json
playground/jsx-pinia-with-tests/package.json
playground/jsx-pinia/package.json
playground/jsx-router-pinia-with-tests/package.json
playground/jsx-router-pinia/package.json
playground/jsx-router-with-tests/package.json
playground/jsx-router/package.json
playground/jsx-with-tests/package.json
playground/jsx/package.json
playground/pinia-with-tests/package.json
playground/pinia/package.json
playground/router-pinia-with-tests/package.json
playground/router-pinia/package.json
playground/router-with-tests/package.json
playground/router/package.json
playground/typescript-jsx-pinia-with-tests/package.json
playground/typescript-jsx-pinia/package.json
playground/typescript-jsx-router-pinia-with-tests/package.json
playground/typescript-jsx-router-pinia/package.json
playground/typescript-jsx-router-with-tests/package.json
playground/typescript-jsx-router/package.json
playground/typescript-jsx-with-tests/package.json
playground/typescript-jsx/package.json
playground/typescript-pinia-with-tests/package.json
playground/typescript-pinia/package.json
playground/typescript-router-pinia-with-tests/package.json
playground/typescript-router-pinia/package.json
playground/typescript-router-with-tests/package.json
playground/typescript-router/package.json
playground/typescript-with-tests/package.json
playground/typescript/package.json
playground/with-tests/package.json
pnpm-lock.yaml
template/base/package.json
template/config/pinia/package.json

index 36e868528bcf73769d25c7ec1dfc945d669bd45c..4256091387619557056850bf15f3a6968c675e4e 100644 (file)
@@ -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",
index 8a79c468c41e2c6c38f4d6d96dedc300720db9f4..39b4e4a94f1a71a3841b973d6820eed363dbd971 100644 (file)
@@ -11,6 +11,6 @@
   },
   "devDependencies": {
     "@vitejs/plugin-vue": "^2.0.1",
-    "vite": "^2.7.6"
+    "vite": "^2.7.7"
   }
 }
index a540872c7d44b57daec603923a03957ba2c8db10..420d6c884c351fb0a688deb4efd00ecb66b0258a 100644 (file)
@@ -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"
   }
 }
index 9211ced35783eeae7b86c113317bec38d9be5546..70d594c1ef9e11f1f997c9763bca6e2715decef4 100644 (file)
@@ -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"
   }
 }
index 8cd8b52ff7ade2d0acd7fde1ae3e7daa36cac60b..6b7aee58c9a9441af1e9e13948cf50e0e50cf72e 100644 (file)
@@ -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"
   }
 }
index 602a988d40ca365fb81e183bf374a3c7f2409ecb..b3cceae0bccadd6798e330b1bdaa5de4bdce48cd 100644 (file)
@@ -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"
   }
 }
index 7aa867409d261298abfa52bcb830a39269c9f839..673b7581d625d2e22a3abc7b456cd8c0102fcc96 100644 (file)
@@ -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"
   }
 }
index b702f5e8bb4911dfcb8ebfb521ed9be585e21a0d..4174cb2605e2ca49dc5b1ff691c881666dffc096 100644 (file)
@@ -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"
   }
 }
index 4dd5f58bc5a17b393c1f5639a2b7833e072f7290..a9b40c910bd54b584bc0e49c013c2576a270aa87 100644 (file)
@@ -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"
   }
 }
index f1f0058716962737ccd5d8a9cd4dc630835d5eee..0ea937c8cfc32d1d0412d67bb117ea7b575c397f 100644 (file)
@@ -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"
   }
 }
index c3ed8408436762cd5457c97d1b8619b02db19a1a..eedc098ecb9ded931c6c6f9c19d48504ed9aefad 100644 (file)
@@ -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"
   }
 }
index 874738926836f214cb35820c7051a2187a0382f7..2a5ce3660f2303c649436fba00d287420f9a8a16 100644 (file)
@@ -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"
   }
 }
index 5dd7897359a7142086f0a283652f9b50f6ab84c9..b7eff1b06f98ecf95fa3d1ab5e5dc9685f0033bf 100644 (file)
@@ -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"
   }
 }
index 9c752ddac972d20cbec8de5a370af194b108a4ab..02fc31a246b8a4bc105a021bef5957424d6519ca 100644 (file)
@@ -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"
   }
 }
index 186381a853958d5c748e65e9c81be658d307ba28..5e70d7dd2490469f1661b5e3f8eee22f48a6597e 100644 (file)
@@ -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"
   }
 }
index ed941b7aaf0322ae31278a1f3558fdfd65da8181..a1a05dfc97d6256c02acad163e6c2efdfb2a6cc7 100644 (file)
@@ -12,6 +12,6 @@
   },
   "devDependencies": {
     "@vitejs/plugin-vue": "^2.0.1",
-    "vite": "^2.7.6"
+    "vite": "^2.7.7"
   }
 }
index 9e7b33f1fbb3a54b9c5bcfa612e9685b63779924..bb60a62038c274b650082b68818fd51ccb6ffd95 100644 (file)
@@ -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"
   }
 }
index 154ae7d83827980390e30446c5ed7493b4bba338..088c0f89f9111f043a9aab65139f3afcbf8df32b 100644 (file)
@@ -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"
   }
 }
index 6a00b2f487ba0df1ab1a832f15f865f5a5082ab8..4c7cf449dce4692cc3a62bdd36c58bff40e55582 100644 (file)
@@ -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"
   }
 }
index 2578ef482b97b6b7d1e1bf2ae85c81cb0575c674..321b0d90ad50a1f5b7251ea7b2a11c69ff406bba 100644 (file)
@@ -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"
   }
 }
index f19f93ca41b7374f79027b166bd6fb70350723eb..1041a03c1800ca48c8fe8475358b6b6cbe6d4898 100644 (file)
@@ -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"
   }
 }
index 1532b15ab198a5c66455945bb785b2e72fac20dd..014c2a7fbb194555cd04136f378165ecfac9f058 100644 (file)
@@ -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"
   }
 }
index de57b5428455ccda2ac9006216dc51d64b3768b4..2220ef452ee784e2ae1f829b4453915112cf568a 100644 (file)
@@ -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"
   }
 }
index df43c3837625786c62c4d7384a83cbfa612921c1..5ff441fb421a8ffb7887305996f776ce50216ce0 100644 (file)
@@ -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"
   }
 }
index baef51f6f87399a85a8778ab2931e3dcfb6a6778..e70b97edd46ed56d7047a6e22a606bbaa3fed2c6 100644 (file)
@@ -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"
   }
 }
index fa2e50296cd09b52566d0ffdfca9b8a04491d5eb..7aba67556b80c10351d20b2be072cbfa3e8c4328 100644 (file)
@@ -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"
   }
 }
index 0fbb0141cb63b250a967c2f7030314f9e6447909..a78cd7283b729e0ada8c8270393f16467f9b0189 100644 (file)
@@ -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"
   }
 }
index f6efd011497498b36b9c3ae488c58db4a6993279..8faaa367aeac5fb89cb86dec8026fc55ae44a4ac 100644 (file)
@@ -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"
   }
 }
index 17e54bec668df0f03ca2134f56ec4f5e37b52df2..d39848507f7734d17cff27d2a3971cb703cbd993 100644 (file)
@@ -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"
   }
 }
index 5230ccffee8a42a846648c3a166054d655cd4a01..fed99c44d0edff06f06db9dcfcff60fe2837fcde 100644 (file)
@@ -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"
   }
 }
index 54d85c83f23fef71afa48cc269d2dc4fb4be04b3..c4a81c48cc89f59942cfac84f9ae30ad65f18b3e 100644 (file)
@@ -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"
   }
 }
index a46be91db8218b3db13c9c01cc2adc5d203a5f40..d702b1bf81f4e699164f1bcd96634cbcb42345a3 100644 (file)
@@ -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"
   }
 }
index d37941a86bc9a067347017f6e689d65792459646..a66f99fb1b900bb9ee811a82dd73bafbedba4c9e 100644 (file)
@@ -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"
   }
 }
index bcb7a55ec48e9f2e33753358790e31b527445ff3..da362af8ec0da72076c4f0ce9ca33815fc02f501 100644 (file)
@@ -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:
index dfe48fd62c8eb5296d0c5f9966927813a769e40e..6bd31e6125a14fc5f3bd09aae0c27def3383a4c2 100644 (file)
@@ -9,6 +9,6 @@
   },
   "devDependencies": {
     "@vitejs/plugin-vue": "^2.0.1",
-    "vite": "^2.7.6"
+    "vite": "^2.7.7"
   }
 }
index 02b7023fc8ff788fc658a40a96c2421a46dc8ed4..fe0b66055df4bfa486b2d46e2c5d40e73fc4e07b 100644 (file)
@@ -1,5 +1,5 @@
 {
   "dependencies": {
-    "pinia": "^2.0.8"
+    "pinia": "^2.0.9"
   }
 }