|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.10.0",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "pnpm@9.3.0", |
| 5 | + "packageManager": "pnpm@9.4.0", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "vue-router",
|
|
188 | 188 | },
|
189 | 189 | "devDependencies": {
|
190 | 190 | "@pinia/colada": "^0.6.0",
|
191 |
| - "@shikijs/vitepress-twoslash": "1.6.5", |
| 191 | + "@shikijs/vitepress-twoslash": "1.9.0", |
192 | 192 | "@tanstack/vue-query": "^5.45.0",
|
193 |
| - "@types/node": "^20.14.2", |
| 193 | + "@types/node": "^20.14.8", |
194 | 194 | "@vitest/coverage-v8": "^1.6.0",
|
195 | 195 | "@vitest/ui": "^1.6.0",
|
196 | 196 | "@volar/vue-language-core": "^1.6.5",
|
197 | 197 | "@vue/test-utils": "^2.4.6",
|
198 | 198 | "chalk": "^5.3.0",
|
199 | 199 | "conventional-changelog-cli": "^5.0.0",
|
200 | 200 | "enquirer": "^2.4.1",
|
201 |
| - "execa": "^9.2.0", |
| 201 | + "execa": "^9.3.0", |
202 | 202 | "firebase": "^10.12.2",
|
203 |
| - "happy-dom": "^14.12.0", |
| 203 | + "happy-dom": "^14.12.3", |
204 | 204 | "lint-staged": "^15.2.7",
|
205 | 205 | "minimist": "^1.2.8",
|
206 |
| - "nodemon": "^3.1.3", |
| 206 | + "nodemon": "^3.1.4", |
207 | 207 | "p-series": "^3.0.0",
|
208 | 208 | "pinia": "^2.1.7",
|
209 | 209 | "prettier": "^3.3.2",
|
|
212 | 212 | "semver": "^7.6.2",
|
213 | 213 | "ts-expect": "^1.3.0",
|
214 | 214 | "tsup": "^8.1.0",
|
215 |
| - "typescript": "^5.4.5", |
| 215 | + "typescript": "^5.5.2", |
216 | 216 | "unplugin-auto-import": "^0.17.6",
|
217 | 217 | "unplugin-vue-markdown": "^0.26.2",
|
218 | 218 | "unplugin-vue-router": "workspace:*",
|
219 | 219 | "vite": "^5.3.1",
|
220 | 220 | "vitepress": "1.2.3",
|
221 | 221 | "vitest": "^1.6.0",
|
222 |
| - "vue": "^3.4.29", |
| 222 | + "vue": "^3.4.30", |
223 | 223 | "vue-router": "^4.4.0",
|
224 | 224 | "vue-router-mock": "^1.1.0",
|
225 |
| - "vue-tsc": "^2.0.21", |
| 225 | + "vue-tsc": "^2.0.22", |
226 | 226 | "vuefire": "^3.1.23",
|
227 |
| - "webpack": "^5.92.0", |
| 227 | + "webpack": "^5.92.1", |
228 | 228 | "yorkie": "^2.0.0"
|
229 | 229 | }
|
230 | 230 | }
|
0 commit comments