Skip to content

Commit fe31796

Browse files
chore(deps): update all non-major dependencies (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44f833b commit fe31796

File tree

3 files changed

+290
-253
lines changed

3 files changed

+290
-253
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"dependencies": {
142142
"@vue-macros/common": "3.0.0-beta.21",
143143
"@vue/language-core": "^3.0.5",
144-
"ast-walker-scope": "^0.8.1",
144+
"ast-walker-scope": "^0.8.2",
145145
"chokidar": "^4.0.3",
146146
"json5": "^2.2.3",
147147
"local-pkg": "^1.1.1",
@@ -152,7 +152,7 @@
152152
"picomatch": "^4.0.3",
153153
"scule": "^1.3.0",
154154
"tinyglobby": "^0.2.14",
155-
"unplugin": "^2.3.5",
155+
"unplugin": "^2.3.6",
156156
"unplugin-utils": "^0.2.5",
157157
"yaml": "^2.8.1"
158158
},
@@ -170,14 +170,14 @@
170170
"@pinia/colada": "^0.17.1",
171171
"@posva/prompts": "^2.4.4",
172172
"@shikijs/vitepress-twoslash": "3.9.2",
173-
"@tanstack/vue-query": "^5.83.1",
174-
"@types/node": "^22.17.1",
173+
"@tanstack/vue-query": "^5.85.3",
174+
"@types/node": "^22.17.2",
175175
"@types/picomatch": "^4.0.2",
176176
"@vitest/coverage-v8": "^3.2.4",
177177
"@vitest/ui": "^3.2.4",
178178
"@vue/language-core": "^3.0.5",
179179
"@vue/test-utils": "^2.4.6",
180-
"chalk": "^5.5.0",
180+
"chalk": "^5.6.0",
181181
"conventional-changelog-cli": "^5.0.0",
182182
"execa": "^9.6.0",
183183
"firebase": "^12.1.0",
@@ -192,22 +192,22 @@
192192
"rollup": "^4.46.2",
193193
"semver": "^7.7.2",
194194
"ts-expect": "^1.3.0",
195-
"tsdown": "^0.14.0",
195+
"tsdown": "^0.14.1",
196196
"typescript": "^5.9.2",
197197
"unplugin-auto-import": "^20.0.0",
198198
"unplugin-vue-markdown": "^29.1.0",
199199
"unplugin-vue-router": "workspace:*",
200-
"vite": "^7.1.1",
200+
"vite": "^7.1.2",
201201
"vite-plugin-vue-devtools": "^7.7.7",
202202
"vitepress": "^1.6.4",
203-
"vitepress-plugin-llms": "^1.7.2",
203+
"vitepress-plugin-llms": "^1.7.3",
204204
"vitest": "^3.2.4",
205205
"vue": "^3.5.18",
206206
"vue-router": "^4.5.1",
207207
"vue-router-mock": "^2.0.0",
208208
"vue-tsc": "^3.0.5",
209209
"vuefire": "^3.2.2",
210-
"webpack": "^5.101.0",
210+
"webpack": "^5.101.2",
211211
"yorkie": "^2.0.0"
212212
},
213213
"pnpm": {

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@tanstack/vue-query-devtools": "^5.84.0",
10+
"@tanstack/vue-query-devtools": "^5.85.3",
1111
"@vitejs/plugin-vue": "^6.0.1",
1212
"@vue/compiler-sfc": "^3.5.18",
13-
"@vue/tsconfig": "^0.7.0",
13+
"@vue/tsconfig": "^0.8.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
16-
"vite": "^7.1.1"
16+
"vite": "^7.1.2"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.83.1",
19+
"@tanstack/vue-query": "^5.85.3",
2020
"mande": "^2.0.9",
2121
"pinia": "^3.0.3",
2222
"vue": "^3.5.18",

0 commit comments

Comments
 (0)