|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue-router",
|
3 |
| - "version": "0.10.1", |
| 3 | + "version": "0.10.2", |
4 | 4 | "type": "module",
|
5 | 5 | "packageManager": "[email protected]",
|
6 | 6 | "description": "File based typed routing for Vue Router",
|
|
141 | 141 | "build": "pnpm run build:core && pnpm run build:runtime",
|
142 | 142 | "build:core": "tsup",
|
143 | 143 | "build:runtime": "tsup --config tsup-runtime.config.ts",
|
144 |
| - "dev": "pnpm run test", |
| 144 | + "dev": "pnpm run test --ui", |
145 | 145 | "docs": "vitepress dev docs",
|
146 | 146 | "docs:build": "vitepress build docs",
|
147 | 147 | "lint": "prettier -c '{src,examples,playground}/**/*.{ts,vue}'",
|
|
150 | 150 | "play:build": "npm -C playground run build",
|
151 | 151 | "release": "node scripts/release.mjs",
|
152 | 152 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
|
153 |
| - "test": "vitest --typecheck --ui" |
| 153 | + "test": "vitest --typecheck" |
154 | 154 | },
|
155 | 155 | "gitHooks": {
|
156 | 156 | "pre-commit": "lint-staged",
|
|
165 | 165 | ]
|
166 | 166 | },
|
167 | 167 | "dependencies": {
|
168 |
| - "@babel/types": "^7.24.9", |
| 168 | + "@babel/types": "^7.25.2", |
169 | 169 | "@rollup/pluginutils": "^5.1.0",
|
170 |
| - "@vue-macros/common": "^1.10.4", |
| 170 | + "@vue-macros/common": "^1.11.0", |
171 | 171 | "ast-walker-scope": "^0.6.1",
|
172 | 172 | "chokidar": "^3.6.0",
|
173 | 173 | "fast-glob": "^3.3.2",
|
|
176 | 176 | "mlly": "^1.7.1",
|
177 | 177 | "pathe": "^1.1.2",
|
178 | 178 | "scule": "^1.3.0",
|
179 |
| - "unplugin": "^1.11.0", |
180 |
| - "yaml": "^2.4.5" |
| 179 | + "unplugin": "^1.12.0", |
| 180 | + "yaml": "^2.5.0" |
181 | 181 | },
|
182 | 182 | "peerDependencies": {
|
183 | 183 | "vue-router": "^4.4.0"
|
|
188 | 188 | }
|
189 | 189 | },
|
190 | 190 | "devDependencies": {
|
191 |
| - "@pinia/colada": "^0.6.0", |
192 |
| - "@shikijs/vitepress-twoslash": "1.11.0", |
193 |
| - "@tanstack/vue-query": "^5.51.9", |
194 |
| - "@types/node": "^20.14.11", |
195 |
| - "@vitest/coverage-v8": "^2.0.3", |
196 |
| - "@vitest/ui": "^2.0.3", |
| 191 | + "@pinia/colada": "^0.7.0", |
| 192 | + "@shikijs/vitepress-twoslash": "1.12.0", |
| 193 | + "@tanstack/vue-query": "^5.51.15", |
| 194 | + "@types/node": "^20.14.13", |
| 195 | + "@vitest/coverage-v8": "^2.0.4", |
| 196 | + "@vitest/ui": "^2.0.4", |
197 | 197 | "@volar/vue-language-core": "^1.6.5",
|
198 | 198 | "@vue/test-utils": "^2.4.6",
|
199 | 199 | "chalk": "^5.3.0",
|
|
206 | 206 | "minimist": "^1.2.8",
|
207 | 207 | "nodemon": "^3.1.4",
|
208 | 208 | "p-series": "^3.0.0",
|
209 |
| - "pinia": "^2.1.7", |
| 209 | + "pinia": "^2.2.0", |
210 | 210 | "prettier": "^3.3.3",
|
211 | 211 | "rimraf": "^6.0.1",
|
212 |
| - "rollup": "^4.19.0", |
| 212 | + "rollup": "^4.19.1", |
213 | 213 | "semver": "^7.6.3",
|
214 | 214 | "ts-expect": "^1.3.0",
|
215 |
| - "tsup": "^8.2.1", |
216 |
| - "typescript": "^5.5.3", |
217 |
| - "unplugin-auto-import": "^0.18.0", |
| 215 | + "tsup": "^8.2.3", |
| 216 | + "typescript": "^5.5.4", |
| 217 | + "unplugin-auto-import": "^0.18.2", |
218 | 218 | "unplugin-vue-markdown": "^0.26.2",
|
219 | 219 | "unplugin-vue-router": "workspace:*",
|
220 |
| - "vite": "^5.3.4", |
221 |
| - "vite-plugin-vue-devtools": "^7.3.6", |
| 220 | + "vite": "^5.3.5", |
| 221 | + "vite-plugin-vue-devtools": "^7.3.7", |
222 | 222 | "vitepress": "1.3.1",
|
223 |
| - "vitest": "^2.0.3", |
224 |
| - "vue": "^3.4.33", |
| 223 | + "vitest": "^2.0.4", |
| 224 | + "vue": "^3.4.34", |
225 | 225 | "vue-router": "^4.4.0",
|
226 | 226 | "vue-router-mock": "^1.1.0",
|
227 |
| - "vue-tsc": "^2.0.26", |
| 227 | + "vue-tsc": "^2.0.29", |
228 | 228 | "vuefire": "^3.1.24",
|
229 | 229 | "webpack": "^5.93.0",
|
230 | 230 | "yorkie": "^2.0.0"
|
|
0 commit comments