|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.9.0",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "[email protected].3", |
| 5 | + "packageManager": "[email protected].4", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "vue-router",
|
|
168 | 168 | "pathe": "^1.1.2",
|
169 | 169 | "scule": "^1.3.0",
|
170 | 170 | "unplugin": "^1.10.1",
|
171 |
| - "yaml": "^2.4.2" |
| 171 | + "yaml": "^2.4.3" |
172 | 172 | },
|
173 | 173 | "peerDependencies": {
|
174 | 174 | "vue-router": "^4.3.0"
|
|
180 | 180 | },
|
181 | 181 | "devDependencies": {
|
182 | 182 | "@pinia/colada": "^0.6.0",
|
183 |
| - "@shikijs/vitepress-twoslash": "1.6.0", |
184 |
| - "@tanstack/vue-query": "^5.38.0", |
185 |
| - "@types/node": "^20.12.12", |
| 183 | + "@shikijs/vitepress-twoslash": "1.6.2", |
| 184 | + "@tanstack/vue-query": "^5.40.0", |
| 185 | + "@types/node": "^20.14.0", |
186 | 186 | "@vitest/coverage-v8": "^1.6.0",
|
187 | 187 | "@vitest/ui": "^1.6.0",
|
188 | 188 | "@volar/vue-language-core": "^1.6.5",
|
|
191 | 191 | "conventional-changelog-cli": "^5.0.0",
|
192 | 192 | "enquirer": "^2.4.1",
|
193 | 193 | "execa": "^9.1.0",
|
194 |
| - "firebase": "^10.12.1", |
195 |
| - "happy-dom": "^14.11.0", |
| 194 | + "firebase": "^10.12.2", |
| 195 | + "happy-dom": "^14.12.0", |
196 | 196 | "lint-staged": "^15.2.5",
|
197 | 197 | "minimist": "^1.2.8",
|
198 |
| - "nodemon": "^3.1.1", |
| 198 | + "nodemon": "^3.1.2", |
199 | 199 | "p-series": "^3.0.0",
|
200 | 200 | "pinia": "^2.1.7",
|
201 |
| - "prettier": "^3.2.5", |
| 201 | + "prettier": "^3.3.0", |
202 | 202 | "rimraf": "^5.0.7",
|
203 | 203 | "rollup": "^4.18.0",
|
204 | 204 | "semver": "^7.6.2",
|
205 | 205 | "ts-expect": "^1.3.0",
|
206 |
| - "tsup": "^8.0.2", |
| 206 | + "tsup": "^8.1.0", |
207 | 207 | "typescript": "^5.4.5",
|
208 | 208 | "unplugin-auto-import": "^0.17.6",
|
209 | 209 | "unplugin-vue-markdown": "^0.26.2",
|
210 | 210 | "unplugin-vue-router": "workspace:*",
|
211 |
| - "vite": "^5.2.11", |
| 211 | + "vite": "^5.2.12", |
212 | 212 | "vitepress": "1.2.2",
|
213 | 213 | "vitest": "^1.6.0",
|
214 | 214 | "vue": "^3.4.27",
|
|
0 commit comments