|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.8.5",
|
4 |
| - "packageManager": "[email protected].4", |
| 4 | + "packageManager": "[email protected].5", |
5 | 5 | "description": "File based typed routing for Vue Router",
|
6 | 6 | "keywords": [
|
7 | 7 | "vue-router",
|
|
158 | 158 | "@babel/types": "^7.24.0",
|
159 | 159 | "@rollup/pluginutils": "^5.1.0",
|
160 | 160 | "@vue-macros/common": "^1.10.1",
|
161 |
| - "ast-walker-scope": "^0.6.0", |
| 161 | + "ast-walker-scope": "^0.6.1", |
162 | 162 | "chokidar": "^3.6.0",
|
163 | 163 | "fast-glob": "^3.3.2",
|
164 | 164 | "json5": "^2.2.3",
|
165 | 165 | "local-pkg": "^0.5.0",
|
166 | 166 | "mlly": "^1.6.1",
|
167 | 167 | "pathe": "^1.1.2",
|
168 | 168 | "scule": "^1.3.0",
|
169 |
| - "unplugin": "^1.9.0", |
| 169 | + "unplugin": "^1.10.0", |
170 | 170 | "yaml": "^2.4.1"
|
171 | 171 | },
|
172 | 172 | "peerDependencies": {
|
|
179 | 179 | },
|
180 | 180 | "devDependencies": {
|
181 | 181 | "@pinia/colada": "^0.5.3",
|
182 |
| - "@shikijs/vitepress-twoslash": "1.1.7", |
183 |
| - "@tanstack/vue-query": "^5.26.3", |
184 |
| - "@types/node": "^20.11.25", |
185 |
| - "@vitest/coverage-v8": "^1.3.1", |
186 |
| - "@vitest/ui": "^1.3.1", |
| 182 | + "@shikijs/vitepress-twoslash": "1.2.0", |
| 183 | + "@tanstack/vue-query": "^5.28.4", |
| 184 | + "@types/node": "^20.11.28", |
| 185 | + "@vitest/coverage-v8": "^1.4.0", |
| 186 | + "@vitest/ui": "^1.4.0", |
187 | 187 | "@volar/vue-language-core": "^1.6.5",
|
188 |
| - "@vue/test-utils": "^2.4.4", |
| 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.8.1", |
194 |
| - "happy-dom": "^13.7.3", |
| 193 | + "firebase": "^10.9.0", |
| 194 | + "happy-dom": "^13.9.0", |
195 | 195 | "lint-staged": "^15.2.2",
|
196 | 196 | "minimist": "^1.2.8",
|
197 | 197 | "nodemon": "^3.1.0",
|
198 | 198 | "p-series": "^3.0.0",
|
199 | 199 | "pinia": "^2.1.7",
|
200 | 200 | "prettier": "^3.2.5",
|
201 | 201 | "rimraf": "^5.0.5",
|
202 |
| - "rollup": "^4.12.1", |
| 202 | + "rollup": "^4.13.0", |
203 | 203 | "semver": "^7.6.0",
|
204 | 204 | "ts-expect": "^1.3.0",
|
205 | 205 | "tsup": "^8.0.2",
|
|
209 | 209 | "unplugin-vue-router": "workspace:*",
|
210 | 210 | "vite": "^5.1.6",
|
211 | 211 | "vitepress": "1.0.0-rc.45",
|
212 |
| - "vitest": "^1.3.1", |
| 212 | + "vitest": "^1.4.0", |
213 | 213 | "vue": "^3.4.21",
|
214 | 214 | "vue-router": "4.3.0",
|
215 | 215 | "vue-router-mock": "^1.1.0",
|
|
0 commit comments