Skip to content

Commit aacc03d

Browse files
renovate[bot]zhangmo8
authored andcommitted
chore(deps): update all non-major dependencies
1 parent fb2fb88 commit aacc03d

File tree

3 files changed

+661
-791
lines changed

3 files changed

+661
-791
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.10.7",
44
"type": "module",
5-
"packageManager": "pnpm@9.7.1",
5+
"packageManager": "pnpm@9.8.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -164,7 +164,7 @@
164164
]
165165
},
166166
"dependencies": {
167-
"@babel/types": "^7.25.2",
167+
"@babel/types": "^7.25.4",
168168
"@rollup/pluginutils": "^5.1.0",
169169
"@vue-macros/common": "^1.12.2",
170170
"ast-walker-scope": "^0.6.2",
@@ -188,9 +188,9 @@
188188
}
189189
},
190190
"devDependencies": {
191-
"@pinia/colada": "^0.8.1",
191+
"@pinia/colada": "^0.8.2",
192192
"@shikijs/vitepress-twoslash": "1.14.1",
193-
"@tanstack/vue-query": "^5.51.21",
193+
"@tanstack/vue-query": "^5.52.0",
194194
"@types/node": "^20.16.1",
195195
"@vitest/coverage-v8": "^2.0.5",
196196
"@vitest/ui": "^2.0.5",
@@ -217,16 +217,16 @@
217217
"unplugin-auto-import": "^0.18.2",
218218
"unplugin-vue-markdown": "^0.26.2",
219219
"unplugin-vue-router": "workspace:*",
220-
"vite": "^5.4.1",
221-
"vite-plugin-vue-devtools": "^7.3.8",
222-
"vitepress": "1.3.3",
220+
"vite": "^5.4.2",
221+
"vite-plugin-vue-devtools": "^7.3.9",
222+
"vitepress": "1.3.4",
223223
"vitest": "^2.0.5",
224224
"vue": "^3.4.38",
225225
"vue-router": "^4.4.3",
226226
"vue-router-mock": "^1.1.0",
227227
"vue-tsc": "^2.0.29",
228228
"vuefire": "^3.2.0",
229-
"webpack": "^5.93.0",
229+
"webpack": "^5.94.0",
230230
"yorkie": "^2.0.0"
231231
}
232232
}

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.1",
16-
"vite-plugin-inspect": "^0.8.5"
15+
"vite": "^5.4.2",
16+
"vite-plugin-inspect": "^0.8.7"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.51.21",
19+
"@tanstack/vue-query": "^5.52.0",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.2.2",
2222
"vue": "^3.4.38",

0 commit comments

Comments
 (0)