Skip to content

Commit bc773ab

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 4efd888 commit bc773ab

File tree

3 files changed

+582
-433
lines changed

3 files changed

+582
-433
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.10.0",
44
"type": "module",
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@9.6.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -188,8 +188,8 @@
188188
},
189189
"devDependencies": {
190190
"@pinia/colada": "^0.6.0",
191-
"@shikijs/vitepress-twoslash": "1.10.3",
192-
"@tanstack/vue-query": "^5.51.5",
191+
"@shikijs/vitepress-twoslash": "1.11.0",
192+
"@tanstack/vue-query": "^5.51.9",
193193
"@types/node": "^20.14.11",
194194
"@vitest/coverage-v8": "^2.0.3",
195195
"@vitest/ui": "^2.0.3",
@@ -199,7 +199,7 @@
199199
"conventional-changelog-cli": "^5.0.0",
200200
"enquirer": "^2.4.1",
201201
"execa": "^9.3.0",
202-
"firebase": "^10.12.3",
202+
"firebase": "^10.12.4",
203203
"happy-dom": "^14.12.3",
204204
"lint-staged": "^15.2.7",
205205
"minimist": "^1.2.8",
@@ -208,10 +208,10 @@
208208
"pinia": "^2.1.7",
209209
"prettier": "^3.3.3",
210210
"rimraf": "^6.0.1",
211-
"rollup": "^4.18.1",
211+
"rollup": "^4.19.0",
212212
"semver": "^7.6.3",
213213
"ts-expect": "^1.3.0",
214-
"tsup": "^8.1.2",
214+
"tsup": "^8.2.1",
215215
"typescript": "^5.5.3",
216216
"unplugin-auto-import": "^0.18.0",
217217
"unplugin-vue-markdown": "^0.26.2",
@@ -220,7 +220,7 @@
220220
"vite-plugin-vue-devtools": "^7.3.6",
221221
"vitepress": "1.3.1",
222222
"vitest": "^2.0.3",
223-
"vue": "^3.4.32",
223+
"vue": "^3.4.33",
224224
"vue-router": "^4.4.0",
225225
"vue-router-mock": "^1.1.0",
226226
"vue-tsc": "^2.0.26",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.0.5",
11-
"@vue/compiler-sfc": "^3.4.32",
11+
"@vue/compiler-sfc": "^3.4.33",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
1515
"vite": "^5.3.4",
1616
"vite-plugin-inspect": "^0.8.5"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.51.5",
19+
"@tanstack/vue-query": "^5.51.9",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.1.7",
22-
"vue": "^3.4.32",
22+
"vue": "^3.4.33",
2323
"vue-router": "^4.4.0"
2424
}
2525
}

0 commit comments

Comments
 (0)