|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-router", |
3 | 3 | "version": "0.8.6", |
4 | | - "packageManager": "[email protected].6", |
| 4 | + "packageManager": "[email protected].7", |
5 | 5 | "description": "File based typed routing for Vue Router", |
6 | 6 | "keywords": [ |
7 | 7 | "vue-router", |
|
179 | 179 | }, |
180 | 180 | "devDependencies": { |
181 | 181 | "@pinia/colada": "^0.6.0", |
182 | | - "@shikijs/vitepress-twoslash": "1.2.4", |
| 182 | + "@shikijs/vitepress-twoslash": "1.3.0", |
183 | 183 | "@tanstack/vue-query": "^5.29.0", |
184 | | - "@types/node": "^20.12.5", |
185 | | - "@vitest/coverage-v8": "^1.4.0", |
186 | | - "@vitest/ui": "^1.4.0", |
| 184 | + "@types/node": "^20.12.7", |
| 185 | + "@vitest/coverage-v8": "^1.5.0", |
| 186 | + "@vitest/ui": "^1.5.0", |
187 | 187 | "@volar/vue-language-core": "^1.6.5", |
188 | 188 | "@vue/test-utils": "^2.4.5", |
189 | 189 | "chalk": "^5.3.0", |
190 | 190 | "conventional-changelog-cli": "^4.1.0", |
191 | 191 | "enquirer": "^2.4.1", |
192 | 192 | "execa": "^8.0.1", |
193 | | - "firebase": "^10.10.0", |
| 193 | + "firebase": "^10.11.0", |
194 | 194 | "happy-dom": "^14.7.1", |
195 | 195 | "lint-staged": "^15.2.2", |
196 | 196 | "minimist": "^1.2.8", |
|
199 | 199 | "pinia": "^2.1.7", |
200 | 200 | "prettier": "^3.2.5", |
201 | 201 | "rimraf": "^5.0.5", |
202 | | - "rollup": "^4.14.1", |
| 202 | + "rollup": "^4.14.2", |
203 | 203 | "semver": "^7.6.0", |
204 | 204 | "ts-expect": "^1.3.0", |
205 | 205 | "tsup": "^8.0.2", |
206 | | - "typescript": "^5.4.4", |
| 206 | + "typescript": "^5.4.5", |
207 | 207 | "unplugin-auto-import": "^0.17.5", |
208 | | - "unplugin-vue-markdown": "^0.26.0", |
| 208 | + "unplugin-vue-markdown": "^0.26.1", |
209 | 209 | "unplugin-vue-router": "workspace:*", |
210 | 210 | "vite": "^5.2.8", |
211 | | - "vitepress": "1.0.2", |
212 | | - "vitest": "^1.4.0", |
| 211 | + "vitepress": "1.1.0", |
| 212 | + "vitest": "^1.5.0", |
213 | 213 | "vue": "^3.4.21", |
214 | 214 | "vue-router": "4.3.0", |
215 | 215 | "vue-router-mock": "^1.1.0", |
216 | | - "vue-tsc": "^2.0.11", |
| 216 | + "vue-tsc": "^2.0.13", |
217 | 217 | "vuefire": "^3.1.23", |
218 | 218 | "webpack": "^5.91.0", |
219 | 219 | "yorkie": "^2.0.0" |
|
0 commit comments