Skip to content

Commit af290b9

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 601e6bc commit af290b9

File tree

3 files changed

+738
-533
lines changed

3 files changed

+738
-533
lines changed

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"dependencies": {
167167
"@babel/types": "^7.25.2",
168168
"@rollup/pluginutils": "^5.1.0",
169-
"@vue-macros/common": "^1.11.0",
169+
"@vue-macros/common": "^1.12.2",
170170
"ast-walker-scope": "^0.6.1",
171171
"chokidar": "^3.6.0",
172172
"fast-glob": "^3.3.2",
@@ -187,41 +187,41 @@
187187
}
188188
},
189189
"devDependencies": {
190-
"@pinia/colada": "^0.7.0",
191-
"@shikijs/vitepress-twoslash": "1.12.0",
192-
"@tanstack/vue-query": "^5.51.15",
193-
"@types/node": "^20.14.13",
194-
"@vitest/coverage-v8": "^2.0.4",
195-
"@vitest/ui": "^2.0.4",
190+
"@pinia/colada": "^0.7.1",
191+
"@shikijs/vitepress-twoslash": "1.12.1",
192+
"@tanstack/vue-query": "^5.51.21",
193+
"@types/node": "^20.14.14",
194+
"@vitest/coverage-v8": "^2.0.5",
195+
"@vitest/ui": "^2.0.5",
196196
"@volar/vue-language-core": "^1.6.5",
197197
"@vue/test-utils": "^2.4.6",
198198
"chalk": "^5.3.0",
199199
"conventional-changelog-cli": "^5.0.0",
200200
"enquirer": "^2.4.1",
201201
"execa": "^9.3.0",
202-
"firebase": "^10.12.4",
202+
"firebase": "^10.12.5",
203203
"happy-dom": "^14.12.3",
204-
"lint-staged": "^15.2.7",
204+
"lint-staged": "^15.2.8",
205205
"minimist": "^1.2.8",
206206
"nodemon": "^3.1.4",
207207
"p-series": "^3.0.0",
208208
"pinia": "^2.2.0",
209209
"prettier": "^3.3.3",
210210
"rimraf": "^6.0.1",
211-
"rollup": "^4.19.1",
211+
"rollup": "^4.20.0",
212212
"semver": "^7.6.3",
213213
"ts-expect": "^1.3.0",
214-
"tsup": "^8.2.3",
214+
"tsup": "^8.2.4",
215215
"typescript": "^5.5.4",
216216
"unplugin-auto-import": "^0.18.2",
217217
"unplugin-vue-markdown": "^0.26.2",
218218
"unplugin-vue-router": "workspace:*",
219219
"vite": "^5.3.5",
220220
"vite-plugin-vue-devtools": "^7.3.7",
221221
"vitepress": "1.3.1",
222-
"vitest": "^2.0.4",
223-
"vue": "^3.4.34",
224-
"vue-router": "^4.4.0",
222+
"vitest": "^2.0.5",
223+
"vue": "^3.4.35",
224+
"vue-router": "^4.4.2",
225225
"vue-router-mock": "^1.1.0",
226226
"vue-tsc": "^2.0.29",
227227
"vuefire": "^3.1.24",

Diff for: playground/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@vitejs/plugin-vue": "^5.1.1",
11-
"@vue/compiler-sfc": "^3.4.34",
10+
"@vitejs/plugin-vue": "^5.1.2",
11+
"@vue/compiler-sfc": "^3.4.35",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
1515
"vite": "^5.3.5",
1616
"vite-plugin-inspect": "^0.8.5"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.51.15",
19+
"@tanstack/vue-query": "^5.51.21",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.2.0",
22-
"vue": "^3.4.34",
23-
"vue-router": "^4.4.0"
22+
"vue": "^3.4.35",
23+
"vue-router": "^4.4.2"
2424
}
2525
}

0 commit comments

Comments
 (0)