Skip to content

Commit 6a569d7

Browse files
chore(deps): update all non-major dependencies
1 parent f9b0f2d commit 6a569d7

File tree

3 files changed

+845
-495
lines changed

3 files changed

+845
-495
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.12.0",
44
"type": "module",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.11.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"unplugin",
@@ -143,9 +143,9 @@
143143
"pathe": "^2.0.3",
144144
"picomatch": "^4.0.2",
145145
"scule": "^1.3.0",
146-
"unplugin": "^2.3.3",
146+
"unplugin": "^2.3.4",
147147
"unplugin-utils": "^0.2.4",
148-
"yaml": "^2.7.1"
148+
"yaml": "^2.8.0"
149149
},
150150
"peerDependencies": {
151151
"vue-router": "^4.4.0"
@@ -159,9 +159,9 @@
159159
"@babel/types": "^7.27.1",
160160
"@pinia/colada": "^0.15.3",
161161
"@posva/prompts": "^2.4.4",
162-
"@shikijs/vitepress-twoslash": "3.4.0",
162+
"@shikijs/vitepress-twoslash": "3.4.2",
163163
"@tanstack/vue-query": "^5.76.0",
164-
"@types/node": "^22.15.17",
164+
"@types/node": "^22.15.19",
165165
"@types/picomatch": "^4.0.0",
166166
"@vitest/coverage-v8": "^3.1.3",
167167
"@vitest/ui": "^3.1.3",
@@ -170,7 +170,7 @@
170170
"chalk": "^5.4.1",
171171
"conventional-changelog-cli": "^5.0.0",
172172
"execa": "^9.5.3",
173-
"firebase": "^11.7.1",
173+
"firebase": "^11.7.3",
174174
"happy-dom": "^17.4.7",
175175
"lint-staged": "^16.0.0",
176176
"minimist": "^1.2.8",
@@ -179,10 +179,10 @@
179179
"pinia": "^3.0.2",
180180
"prettier": "^3.5.3",
181181
"rimraf": "^6.0.1",
182-
"rollup": "^4.40.2",
182+
"rollup": "^4.41.0",
183183
"semver": "^7.7.2",
184184
"ts-expect": "^1.3.0",
185-
"tsdown": "^0.11.7",
185+
"tsdown": "^0.11.11",
186186
"typescript": "^5.8.3",
187187
"unplugin-auto-import": "^19.2.0",
188188
"unplugin-vue-markdown": "^28.3.1",
@@ -191,7 +191,7 @@
191191
"vite-plugin-vue-devtools": "^7.7.6",
192192
"vitepress": "1.6.3",
193193
"vitest": "^3.1.3",
194-
"vue": "^3.5.13",
194+
"vue": "^3.5.14",
195195
"vue-router": "^4.5.1",
196196
"vue-router-mock": "^1.1.0",
197197
"vue-tsc": "^2.2.10",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@tanstack/vue-query-devtools": "^5.76.0",
1111
"@vitejs/plugin-vue": "^5.2.4",
12-
"@vue/compiler-sfc": "^3.5.13",
12+
"@vue/compiler-sfc": "^3.5.14",
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
@@ -20,7 +20,7 @@
2020
"@tanstack/vue-query": "^5.76.0",
2121
"mande": "^2.0.9",
2222
"pinia": "^3.0.2",
23-
"vue": "^3.5.13",
23+
"vue": "^3.5.14",
2424
"vue-router": "^4.5.1"
2525
}
2626
}

0 commit comments

Comments
 (0)