Skip to content

Commit 4e5015e

Browse files
chore(deps): update all non-major dependencies (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d20014 commit 4e5015e

File tree

3 files changed

+461
-259
lines changed

3 files changed

+461
-259
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
]
140140
},
141141
"dependencies": {
142-
"@vue-macros/common": "3.0.0-beta.20",
142+
"@vue-macros/common": "3.0.0-beta.21",
143143
"@vue/language-core": "^3.0.5",
144144
"ast-walker-scope": "^0.8.1",
145145
"chokidar": "^4.0.3",
@@ -153,8 +153,8 @@
153153
"scule": "^1.3.0",
154154
"tinyglobby": "^0.2.14",
155155
"unplugin": "^2.3.5",
156-
"unplugin-utils": "^0.2.4",
157-
"yaml": "^2.8.0"
156+
"unplugin-utils": "^0.2.5",
157+
"yaml": "^2.8.1"
158158
},
159159
"peerDependencies": {
160160
"@vue/compiler-sfc": "^3.5.17",
@@ -171,7 +171,7 @@
171171
"@posva/prompts": "^2.4.4",
172172
"@shikijs/vitepress-twoslash": "3.9.2",
173173
"@tanstack/vue-query": "^5.83.1",
174-
"@types/node": "^22.17.0",
174+
"@types/node": "^22.17.1",
175175
"@types/picomatch": "^4.0.2",
176176
"@vitest/coverage-v8": "^3.2.4",
177177
"@vitest/ui": "^3.2.4",
@@ -180,9 +180,9 @@
180180
"chalk": "^5.5.0",
181181
"conventional-changelog-cli": "^5.0.0",
182182
"execa": "^9.6.0",
183-
"firebase": "^12.0.0",
183+
"firebase": "^12.1.0",
184184
"happy-dom": "^18.0.1",
185-
"lint-staged": "^16.1.4",
185+
"lint-staged": "^16.1.5",
186186
"minimist": "^1.2.8",
187187
"nodemon": "^3.1.10",
188188
"p-series": "^3.0.0",
@@ -192,14 +192,14 @@
192192
"rollup": "^4.46.2",
193193
"semver": "^7.7.2",
194194
"ts-expect": "^1.3.0",
195-
"tsdown": "^0.13.2",
195+
"tsdown": "^0.14.0",
196196
"typescript": "^5.9.2",
197197
"unplugin-auto-import": "^19.3.0",
198198
"unplugin-vue-markdown": "^29.1.0",
199199
"unplugin-vue-router": "workspace:*",
200-
"vite": "^7.0.6",
200+
"vite": "^7.1.1",
201201
"vite-plugin-vue-devtools": "^7.7.7",
202-
"vitepress": "^1.6.3",
202+
"vitepress": "^1.6.4",
203203
"vitepress-plugin-llms": "^1.7.2",
204204
"vitest": "^3.2.4",
205205
"vue": "^3.5.18",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
16-
"vite": "^7.0.6"
16+
"vite": "^7.1.1"
1717
},
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.83.1",

0 commit comments

Comments
 (0)