Skip to content

Commit 4633e35

Browse files
chore(deps): update all non-major dependencies
1 parent 1b90eaa commit 4633e35

File tree

3 files changed

+946
-835
lines changed

3 files changed

+946
-835
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"pathe": "^2.0.3",
144144
"picomatch": "^4.0.2",
145145
"scule": "^1.3.0",
146-
"unplugin": "^2.3.4",
146+
"unplugin": "^2.3.5",
147147
"unplugin-utils": "^0.2.4",
148148
"yaml": "^2.8.0"
149149
},
@@ -156,48 +156,48 @@
156156
}
157157
},
158158
"devDependencies": {
159-
"@babel/types": "^7.27.1",
160-
"@pinia/colada": "^0.15.3",
159+
"@babel/types": "^7.27.3",
160+
"@pinia/colada": "^0.16.1",
161161
"@posva/prompts": "^2.4.4",
162162
"@shikijs/vitepress-twoslash": "3.4.2",
163-
"@tanstack/vue-query": "^5.76.0",
164-
"@types/node": "^22.15.19",
163+
"@tanstack/vue-query": "^5.79.0",
164+
"@types/node": "^22.15.27",
165165
"@types/picomatch": "^4.0.0",
166-
"@vitest/coverage-v8": "^3.1.3",
167-
"@vitest/ui": "^3.1.3",
166+
"@vitest/coverage-v8": "^3.1.4",
167+
"@vitest/ui": "^3.1.4",
168168
"@vue/language-core": "^2.2.10",
169169
"@vue/test-utils": "^2.4.6",
170170
"chalk": "^5.4.1",
171171
"conventional-changelog-cli": "^5.0.0",
172-
"execa": "^9.5.3",
173-
"firebase": "^11.7.3",
174-
"happy-dom": "^17.4.7",
175-
"lint-staged": "^16.0.0",
172+
"execa": "^9.6.0",
173+
"firebase": "^11.8.1",
174+
"happy-dom": "^17.5.6",
175+
"lint-staged": "^16.1.0",
176176
"minimist": "^1.2.8",
177177
"nodemon": "^3.1.10",
178178
"p-series": "^3.0.0",
179179
"pinia": "^3.0.2",
180180
"prettier": "^3.5.3",
181181
"rimraf": "^6.0.1",
182-
"rollup": "^4.41.0",
182+
"rollup": "^4.41.1",
183183
"semver": "^7.7.2",
184184
"ts-expect": "^1.3.0",
185-
"tsdown": "^0.11.11",
185+
"tsdown": "^0.12.4",
186186
"typescript": "^5.8.3",
187-
"unplugin-auto-import": "^19.2.0",
187+
"unplugin-auto-import": "^19.3.0",
188188
"unplugin-vue-markdown": "^28.3.1",
189189
"unplugin-vue-router": "workspace:*",
190190
"vite": "^6.3.5",
191191
"vite-plugin-vue-devtools": "^7.7.6",
192192
"vitepress": "^1.6.3",
193-
"vitepress-plugin-llms": "^1.2.0",
194-
"vitest": "^3.1.3",
195-
"vue": "^3.5.14",
193+
"vitepress-plugin-llms": "^1.3.4",
194+
"vitest": "^3.1.4",
195+
"vue": "^3.5.16",
196196
"vue-router": "^4.5.1",
197197
"vue-router-mock": "^1.1.0",
198198
"vue-tsc": "^2.2.10",
199199
"vuefire": "^3.2.1",
200-
"webpack": "^5.99.8",
200+
"webpack": "^5.99.9",
201201
"yorkie": "^2.0.0"
202202
}
203203
}

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@tanstack/vue-query-devtools": "^5.76.0",
10+
"@tanstack/vue-query-devtools": "^5.79.0",
1111
"@vitejs/plugin-vue": "^5.2.4",
12-
"@vue/compiler-sfc": "^3.5.14",
12+
"@vue/compiler-sfc": "^3.5.16",
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
1616
"vite": "^6.3.5",
17-
"vite-plugin-inspect": "^11.0.1"
17+
"vite-plugin-inspect": "^11.1.0"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.76.0",
20+
"@tanstack/vue-query": "^5.79.0",
2121
"mande": "^2.0.9",
2222
"pinia": "^3.0.2",
23-
"vue": "^3.5.14",
23+
"vue": "^3.5.16",
2424
"vue-router": "^4.5.1"
2525
}
2626
}

0 commit comments

Comments
 (0)