Skip to content

Commit f6ac0ea

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 9ebf81a commit f6ac0ea

File tree

3 files changed

+343
-252
lines changed

3 files changed

+343
-252
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.9.1",
44
"type": "module",
5-
"packageManager": "pnpm@9.1.4",
5+
"packageManager": "pnpm@9.2.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -156,19 +156,19 @@
156156
]
157157
},
158158
"dependencies": {
159-
"@babel/types": "^7.24.6",
159+
"@babel/types": "^7.24.7",
160160
"@rollup/pluginutils": "^5.1.0",
161161
"@vue-macros/common": "^1.10.4",
162162
"ast-walker-scope": "^0.6.1",
163163
"chokidar": "^3.6.0",
164164
"fast-glob": "^3.3.2",
165165
"json5": "^2.2.3",
166166
"local-pkg": "^0.5.0",
167-
"mlly": "^1.7.0",
167+
"mlly": "^1.7.1",
168168
"pathe": "^1.1.2",
169169
"scule": "^1.3.0",
170170
"unplugin": "^1.10.1",
171-
"yaml": "^2.4.3"
171+
"yaml": "^2.4.5"
172172
},
173173
"peerDependencies": {
174174
"vue-router": "^4.3.0"
@@ -180,25 +180,25 @@
180180
},
181181
"devDependencies": {
182182
"@pinia/colada": "^0.6.0",
183-
"@shikijs/vitepress-twoslash": "1.6.2",
184-
"@tanstack/vue-query": "^5.40.0",
185-
"@types/node": "^20.14.0",
183+
"@shikijs/vitepress-twoslash": "1.6.3",
184+
"@tanstack/vue-query": "^5.41.0",
185+
"@types/node": "^20.14.2",
186186
"@vitest/coverage-v8": "^1.6.0",
187187
"@vitest/ui": "^1.6.0",
188188
"@volar/vue-language-core": "^1.6.5",
189189
"@vue/test-utils": "^2.4.6",
190190
"chalk": "^5.3.0",
191191
"conventional-changelog-cli": "^5.0.0",
192192
"enquirer": "^2.4.1",
193-
"execa": "^9.1.0",
193+
"execa": "^9.2.0",
194194
"firebase": "^10.12.2",
195195
"happy-dom": "^14.12.0",
196196
"lint-staged": "^15.2.5",
197197
"minimist": "^1.2.8",
198-
"nodemon": "^3.1.2",
198+
"nodemon": "^3.1.3",
199199
"p-series": "^3.0.0",
200200
"pinia": "^2.1.7",
201-
"prettier": "^3.3.0",
201+
"prettier": "^3.3.1",
202202
"rimraf": "^5.0.7",
203203
"rollup": "^4.18.0",
204204
"semver": "^7.6.2",
@@ -208,13 +208,13 @@
208208
"unplugin-auto-import": "^0.17.6",
209209
"unplugin-vue-markdown": "^0.26.2",
210210
"unplugin-vue-router": "workspace:*",
211-
"vite": "^5.2.12",
212-
"vitepress": "1.2.2",
211+
"vite": "^5.2.13",
212+
"vitepress": "1.2.3",
213213
"vitest": "^1.6.0",
214214
"vue": "^3.4.27",
215215
"vue-router": "4.3.2",
216216
"vue-router-mock": "^1.1.0",
217-
"vue-tsc": "^2.0.19",
217+
"vue-tsc": "^2.0.21",
218218
"vuefire": "^3.1.23",
219219
"webpack": "^5.91.0",
220220
"yorkie": "^2.0.0"

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.2.12",
15+
"vite": "^5.2.13",
1616
"vite-plugin-inspect": "^0.8.4",
1717
"vue": "^3.4.27"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.40.0",
20+
"@tanstack/vue-query": "^5.41.0",
2121
"mande": "^2.0.9",
2222
"pinia": "^2.1.7",
2323
"vue": "^3.4.27"

0 commit comments

Comments
 (0)