|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.15.0",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.15.0", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "unplugin",
|
|
140 | 140 | },
|
141 | 141 | "dependencies": {
|
142 | 142 | "@vue-macros/common": "3.0.0-beta.21",
|
143 |
| - "@vue/language-core": "^3.0.5", |
| 143 | + "@vue/language-core": "^3.0.6", |
144 | 144 | "ast-walker-scope": "^0.8.2",
|
145 | 145 | "chokidar": "^4.0.3",
|
146 | 146 | "json5": "^2.2.3",
|
147 |
| - "local-pkg": "^1.1.1", |
148 |
| - "magic-string": "^0.30.17", |
149 |
| - "mlly": "^1.7.4", |
| 147 | + "local-pkg": "^1.1.2", |
| 148 | + "magic-string": "^0.30.18", |
| 149 | + "mlly": "^1.8.0", |
150 | 150 | "muggle-string": "^0.4.1",
|
151 | 151 | "pathe": "^2.0.3",
|
152 | 152 | "picomatch": "^4.0.3",
|
153 | 153 | "scule": "^1.3.0",
|
154 | 154 | "tinyglobby": "^0.2.14",
|
155 |
| - "unplugin": "^2.3.6", |
156 |
| - "unplugin-utils": "^0.2.5", |
| 155 | + "unplugin": "^2.3.8", |
| 156 | + "unplugin-utils": "^0.3.0", |
157 | 157 | "yaml": "^2.8.1"
|
158 | 158 | },
|
159 | 159 | "peerDependencies": {
|
|
169 | 169 | "@babel/types": "^7.28.2",
|
170 | 170 | "@pinia/colada": "^0.17.1",
|
171 | 171 | "@posva/prompts": "^2.4.4",
|
172 |
| - "@shikijs/vitepress-twoslash": "3.9.2", |
173 |
| - "@tanstack/vue-query": "^5.85.3", |
| 172 | + "@shikijs/vitepress-twoslash": "3.11.0", |
| 173 | + "@tanstack/vue-query": "^5.85.5", |
174 | 174 | "@types/node": "^22.17.2",
|
175 | 175 | "@types/picomatch": "^4.0.2",
|
176 | 176 | "@vitest/coverage-v8": "^3.2.4",
|
177 | 177 | "@vitest/ui": "^3.2.4",
|
178 |
| - "@vue/language-core": "^3.0.5", |
| 178 | + "@vue/language-core": "^3.0.6", |
179 | 179 | "@vue/test-utils": "^2.4.6",
|
180 | 180 | "chalk": "^5.6.0",
|
181 | 181 | "conventional-changelog-cli": "^5.0.0",
|
|
189 | 189 | "pinia": "^3.0.3",
|
190 | 190 | "prettier": "^3.6.2",
|
191 | 191 | "rimraf": "^6.0.1",
|
192 |
| - "rollup": "^4.46.2", |
| 192 | + "rollup": "^4.48.0", |
193 | 193 | "semver": "^7.7.2",
|
194 | 194 | "ts-expect": "^1.3.0",
|
195 | 195 | "tsdown": "^0.14.1",
|
196 | 196 | "typescript": "^5.9.2",
|
197 | 197 | "unplugin-auto-import": "^20.0.0",
|
198 | 198 | "unplugin-vue-markdown": "^29.1.0",
|
199 | 199 | "unplugin-vue-router": "workspace:*",
|
200 |
| - "vite": "^7.1.2", |
| 200 | + "vite": "^7.1.3", |
201 | 201 | "vite-plugin-vue-devtools": "^7.7.7",
|
202 | 202 | "vitepress": "^1.6.4",
|
203 | 203 | "vitepress-plugin-llms": "^1.7.3",
|
204 | 204 | "vitest": "^3.2.4",
|
205 |
| - "vue": "^3.5.18", |
| 205 | + "vue": "^3.5.19", |
206 | 206 | "vue-router": "^4.5.1",
|
207 | 207 | "vue-router-mock": "^2.0.0",
|
208 |
| - "vue-tsc": "^3.0.5", |
| 208 | + "vue-tsc": "^3.0.6", |
209 | 209 | "vuefire": "^3.2.2",
|
210 |
| - "webpack": "^5.101.2", |
| 210 | + "webpack": "^5.101.3", |
211 | 211 | "yorkie": "^2.0.0"
|
212 | 212 | },
|
213 | 213 | "pnpm": {
|
|
0 commit comments