Skip to content

Commit f7f29e4

Browse files
committed
chore(deps): update all non-major dependencies
1 parent e43c5f5 commit f7f29e4

File tree

3 files changed

+642
-626
lines changed

3 files changed

+642
-626
lines changed

package.json

Lines changed: 11 additions & 11 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": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -176,7 +176,7 @@
176176
"mlly": "^1.7.1",
177177
"pathe": "^1.1.2",
178178
"scule": "^1.3.0",
179-
"unplugin": "^1.12.1",
179+
"unplugin": "^1.12.2",
180180
"yaml": "^2.5.0"
181181
},
182182
"peerDependencies": {
@@ -189,18 +189,18 @@
189189
},
190190
"devDependencies": {
191191
"@pinia/colada": "^0.8.1",
192-
"@shikijs/vitepress-twoslash": "1.12.1",
192+
"@shikijs/vitepress-twoslash": "1.14.1",
193193
"@tanstack/vue-query": "^5.51.21",
194-
"@types/node": "^20.14.15",
194+
"@types/node": "^20.16.1",
195195
"@vitest/coverage-v8": "^2.0.5",
196196
"@vitest/ui": "^2.0.5",
197197
"@volar/vue-language-core": "^1.6.5",
198198
"@vue/test-utils": "^2.4.6",
199199
"chalk": "^5.3.0",
200200
"conventional-changelog-cli": "^5.0.0",
201201
"enquirer": "^2.4.1",
202-
"execa": "^9.3.0",
203-
"firebase": "^10.12.5",
202+
"execa": "^9.3.1",
203+
"firebase": "^10.13.0",
204204
"happy-dom": "^14.12.3",
205205
"lint-staged": "^15.2.9",
206206
"minimist": "^1.2.8",
@@ -209,23 +209,23 @@
209209
"pinia": "^2.2.2",
210210
"prettier": "^3.3.3",
211211
"rimraf": "^6.0.1",
212-
"rollup": "^4.20.0",
212+
"rollup": "^4.21.0",
213213
"semver": "^7.6.3",
214214
"ts-expect": "^1.3.0",
215215
"tsup": "^8.2.4",
216216
"typescript": "^5.5.4",
217217
"unplugin-auto-import": "^0.18.2",
218218
"unplugin-vue-markdown": "^0.26.2",
219219
"unplugin-vue-router": "workspace:*",
220-
"vite": "^5.4.0",
220+
"vite": "^5.4.1",
221221
"vite-plugin-vue-devtools": "^7.3.8",
222-
"vitepress": "1.3.2",
222+
"vitepress": "1.3.3",
223223
"vitest": "^2.0.5",
224-
"vue": "^3.4.37",
224+
"vue": "^3.4.38",
225225
"vue-router": "^4.4.3",
226226
"vue-router-mock": "^1.1.0",
227227
"vue-tsc": "^2.0.29",
228-
"vuefire": "^3.1.24",
228+
"vuefire": "^3.2.0",
229229
"webpack": "^5.93.0",
230230
"yorkie": "^2.0.0"
231231
}

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.1.2",
11-
"@vue/compiler-sfc": "^3.4.37",
11+
"@vue/compiler-sfc": "^3.4.38",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.0",
15+
"vite": "^5.4.1",
1616
"vite-plugin-inspect": "^0.8.5"
1717
},
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.51.21",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.2.2",
22-
"vue": "^3.4.37",
22+
"vue": "^3.4.38",
2323
"vue-router": "^4.4.3"
2424
}
2525
}

0 commit comments

Comments
 (0)