Skip to content

Commit c278024

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 5324bf7 commit c278024

File tree

3 files changed

+507
-315
lines changed

3 files changed

+507
-315
lines changed

package.json

Lines changed: 10 additions & 10 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.3.0",
5+
"packageManager": "pnpm@9.4.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -188,22 +188,22 @@
188188
},
189189
"devDependencies": {
190190
"@pinia/colada": "^0.6.0",
191-
"@shikijs/vitepress-twoslash": "1.6.5",
191+
"@shikijs/vitepress-twoslash": "1.9.0",
192192
"@tanstack/vue-query": "^5.45.0",
193-
"@types/node": "^20.14.2",
193+
"@types/node": "^20.14.8",
194194
"@vitest/coverage-v8": "^1.6.0",
195195
"@vitest/ui": "^1.6.0",
196196
"@volar/vue-language-core": "^1.6.5",
197197
"@vue/test-utils": "^2.4.6",
198198
"chalk": "^5.3.0",
199199
"conventional-changelog-cli": "^5.0.0",
200200
"enquirer": "^2.4.1",
201-
"execa": "^9.2.0",
201+
"execa": "^9.3.0",
202202
"firebase": "^10.12.2",
203-
"happy-dom": "^14.12.0",
203+
"happy-dom": "^14.12.3",
204204
"lint-staged": "^15.2.7",
205205
"minimist": "^1.2.8",
206-
"nodemon": "^3.1.3",
206+
"nodemon": "^3.1.4",
207207
"p-series": "^3.0.0",
208208
"pinia": "^2.1.7",
209209
"prettier": "^3.3.2",
@@ -212,19 +212,19 @@
212212
"semver": "^7.6.2",
213213
"ts-expect": "^1.3.0",
214214
"tsup": "^8.1.0",
215-
"typescript": "^5.4.5",
215+
"typescript": "^5.5.2",
216216
"unplugin-auto-import": "^0.17.6",
217217
"unplugin-vue-markdown": "^0.26.2",
218218
"unplugin-vue-router": "workspace:*",
219219
"vite": "^5.3.1",
220220
"vitepress": "1.2.3",
221221
"vitest": "^1.6.0",
222-
"vue": "^3.4.29",
222+
"vue": "^3.4.30",
223223
"vue-router": "^4.4.0",
224224
"vue-router-mock": "^1.1.0",
225-
"vue-tsc": "^2.0.21",
225+
"vue-tsc": "^2.0.22",
226226
"vuefire": "^3.1.23",
227-
"webpack": "^5.92.0",
227+
"webpack": "^5.92.1",
228228
"yorkie": "^2.0.0"
229229
}
230230
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.0.5",
11-
"@vue/compiler-sfc": "^3.4.29",
11+
"@vue/compiler-sfc": "^3.4.30",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
@@ -19,7 +19,7 @@
1919
"@tanstack/vue-query": "^5.45.0",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.1.7",
22-
"vue": "^3.4.29",
22+
"vue": "^3.4.30",
2323
"vue-router": "^4.4.0"
2424
}
2525
}

0 commit comments

Comments
 (0)