]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: update all dependencies
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 24 Dec 2021 08:38:44 +0000 (16:38 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 24 Dec 2021 08:38:44 +0000 (16:38 +0800)
39 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/cypress/package.json
template/config/jsx/package.json
template/config/pinia/package.json
template/config/typescript/package.json

index 06c734a89a2db05c4937ac1b74b9187fae9decdc..36e868528bcf73769d25c7ec1dfc945d669bd45c 100644 (file)
@@ -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",
index 5d4d7c31e0b114fa005af4a56912d37bdcf3649c..8a79c468c41e2c6c38f4d6d96dedc300720db9f4 100644 (file)
@@ -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"
   }
 }
index d8670bbe29af6d9b43feec6d1055930e879cb9f0..a540872c7d44b57daec603923a03957ba2c8db10 100644 (file)
     "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"
   }
 }
index 90fb4c4a3e4ad5899110645faea50250315dc9d6..9211ced35783eeae7b86c113317bec38d9be5546 100644 (file)
@@ -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"
   }
 }
index dffa5b72d46ec6be23e1218cb382aa66a1017562..8cd8b52ff7ade2d0acd7fde1ae3e7daa36cac60b 100644 (file)
     "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"
   }
 }
index 1be71daca63a55d940daa918e090db7df00f461a..602a988d40ca365fb81e183bf374a3c7f2409ecb 100644 (file)
@@ -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"
   }
 }
index 9958beeab66bc08ca5f68d2b41fbd8d3d5f75cc9..7aa867409d261298abfa52bcb830a39269c9f839 100644 (file)
     "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"
   }
 }
index 07d47539cb3d37b9681c35f7e5dbf25e95657ec6..b702f5e8bb4911dfcb8ebfb521ed9be585e21a0d 100644 (file)
@@ -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"
   }
 }
index 65181edfc8717bb64b3ac59dd9f6b54238628205..4dd5f58bc5a17b393c1f5639a2b7833e072f7290 100644 (file)
     "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"
   }
 }
index 984c598f5f5affb77be6ee57568a12f439c2db09..f1f0058716962737ccd5d8a9cd4dc630835d5eee 100644 (file)
@@ -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"
   }
 }
index 1882af41c4d8c23ebfeede7a1765d13dcaa58f01..c3ed8408436762cd5457c97d1b8619b02db19a1a 100644 (file)
     "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"
   }
 }
index 9560baf337bb6924fdc33f2d5f6407ee1f55e1f2..874738926836f214cb35820c7051a2187a0382f7 100644 (file)
@@ -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"
   }
 }
index 4d8a20f8f669fbd774ba1d2cc3f7ab0f546f9601..5dd7897359a7142086f0a283652f9b50f6ab84c9 100644 (file)
     "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"
   }
 }
index 720bc607d3479b6d01c5f340ce195c2b2fb3e194..9c752ddac972d20cbec8de5a370af194b108a4ab 100644 (file)
@@ -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"
   }
 }
index aca9bf8cd2630e90e42fed63fda36a5fb7f534b3..186381a853958d5c748e65e9c81be658d307ba28 100644 (file)
     "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"
   }
 }
index 2a7d693627a745e2cf174a66a3e1deb2b0c1a523..ed941b7aaf0322ae31278a1f3558fdfd65da8181 100644 (file)
@@ -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"
   }
 }
index ee47fb4aafb27447ac9b36c86682db61186298e4..9e7b33f1fbb3a54b9c5bcfa612e9685b63779924 100644 (file)
     "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"
   }
 }
index e99345dd3927cadbd4dc771e706dcfe1c16410aa..154ae7d83827980390e30446c5ed7493b4bba338 100644 (file)
@@ -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"
   }
 }
index 9f4924938057a8fd02c0123af11a98f7f12c79fb..6a00b2f487ba0df1ab1a832f15f865f5a5082ab8 100644 (file)
     "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"
   }
 }
index c326d472d6a4ce34da7cbbcf2102ac8bd580af2f..2578ef482b97b6b7d1e1bf2ae85c81cb0575c674 100644 (file)
@@ -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"
   }
 }
index 5fd034c1eb14efdcdee181150ab311952d635dfa..f19f93ca41b7374f79027b166bd6fb70350723eb 100644 (file)
     "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"
   }
 }
index 8b2378185c486fc9537e4c7665e038e8bfe0dcf2..1532b15ab198a5c66455945bb785b2e72fac20dd 100644 (file)
     "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"
   }
 }
index cd8edc8a60f8a5ec98008008d3d6834a1a9aaa00..de57b5428455ccda2ac9006216dc51d64b3768b4 100644 (file)
     "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"
   }
 }
index 148f4679872afb1db389fcdad76ad3498b83258c..df43c3837625786c62c4d7384a83cbfa612921c1 100644 (file)
     "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"
   }
 }
index ef88b0d59634162624d852ffaa700127bb0abfa9..baef51f6f87399a85a8778ab2931e3dcfb6a6778 100644 (file)
     "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"
   }
 }
index aba8c0c193d0329d07052b186ed4662c75f77c6a..fa2e50296cd09b52566d0ffdfca9b8a04491d5eb 100644 (file)
@@ -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"
   }
 }
index 4bf677a882697a67d7572836b7f10b79ed388cd0..0fbb0141cb63b250a967c2f7030314f9e6447909 100644 (file)
     "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"
   }
 }
index d01e9e951f294689128c8eb96f26f4e86a7378ee..f6efd011497498b36b9c3ae488c58db4a6993279 100644 (file)
@@ -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"
   }
 }
index 94dbaaf16597b031b358c01cf55d05dbb1131517..17e54bec668df0f03ca2134f56ec4f5e37b52df2 100644 (file)
     "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"
   }
 }
index 9af619539d91711185bbf154c0eba05b9d60d240..5230ccffee8a42a846648c3a166054d655cd4a01 100644 (file)
     "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"
   }
 }
index 35e89804371d3a98bae5318a9179533e1be205cc..54d85c83f23fef71afa48cc269d2dc4fb4be04b3 100644 (file)
     "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"
   }
 }
index 9ccea2729f5920a5e0c13410cae4dce638c686f1..a46be91db8218b3db13c9c01cc2adc5d203a5f40 100644 (file)
     "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"
   }
 }
index 7c5dc65f03f385827fdcedc4aaa3b9ea8f437021..d37941a86bc9a067347017f6e689d65792459646 100644 (file)
     "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"
   }
 }
index eb2c613626ea4edce2a7818d3ab8a65e893ae18a..bcb7a55ec48e9f2e33753358790e31b527445ff3 100644 (file)
@@ -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
index 1dfbe516c2f53daf0a3db72e17b722b82960b798..dfe48fd62c8eb5296d0c5f9966927813a769e40e 100644 (file)
@@ -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"
   }
 }
index b4f1a8d6d8f09e7dee646e0164991ce80fcdec7d..6f233c13925bb8f097f20bfdf46c78c64af13736 100644 (file)
@@ -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"
   }
 }
index 7c23f894d64ba8a9edb56c5c7fec37b0c4f7c33c..35badad409fa3af2ca0939f6b7a0d0c986265b82 100644 (file)
@@ -1,5 +1,5 @@
 {
   "devDependencies": {
-    "@vitejs/plugin-vue-jsx": "^1.3.1"
+    "@vitejs/plugin-vue-jsx": "^1.3.3"
   }
 }
index f75b8afac4b37787660914a8cf15e5428878f44b..02b7023fc8ff788fc658a40a96c2421a46dc8ed4 100644 (file)
@@ -1,5 +1,5 @@
 {
   "dependencies": {
-    "pinia": "^2.0.6"
+    "pinia": "^2.0.8"
   }
 }
index 1a5dfbbe3fe65f0830cdbfec2fef238f9a7816fd..78aea8b37f85e7d59ac348d4fe5466ad9ea33e68 100644 (file)
@@ -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"
   }
 }