Skip to content

Commit 6d5e569

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 73d39d2 commit 6d5e569

File tree

3 files changed

+553
-671
lines changed

3 files changed

+553
-671
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@
155155
]
156156
},
157157
"dependencies": {
158-
"@babel/types": "^7.24.0",
158+
"@babel/types": "^7.24.5",
159159
"@rollup/pluginutils": "^5.1.0",
160-
"@vue-macros/common": "^1.10.2",
160+
"@vue-macros/common": "^1.10.3",
161161
"ast-walker-scope": "^0.6.1",
162162
"chokidar": "^3.6.0",
163163
"fast-glob": "^3.3.2",
164164
"json5": "^2.2.3",
165165
"local-pkg": "^0.5.0",
166-
"mlly": "^1.6.1",
166+
"mlly": "^1.7.0",
167167
"pathe": "^1.1.2",
168168
"scule": "^1.3.0",
169169
"unplugin": "^1.10.1",
@@ -179,11 +179,11 @@
179179
},
180180
"devDependencies": {
181181
"@pinia/colada": "^0.6.0",
182-
"@shikijs/vitepress-twoslash": "1.3.0",
183-
"@tanstack/vue-query": "^5.32.0",
184-
"@types/node": "^20.12.7",
185-
"@vitest/coverage-v8": "^1.5.2",
186-
"@vitest/ui": "^1.5.2",
182+
"@shikijs/vitepress-twoslash": "1.4.0",
183+
"@tanstack/vue-query": "^5.34.2",
184+
"@types/node": "^20.12.8",
185+
"@vitest/coverage-v8": "^1.6.0",
186+
"@vitest/ui": "^1.6.0",
187187
"@volar/vue-language-core": "^1.6.5",
188188
"@vue/test-utils": "^2.4.5",
189189
"chalk": "^5.3.0",
@@ -199,21 +199,21 @@
199199
"pinia": "^2.1.7",
200200
"prettier": "^3.2.5",
201201
"rimraf": "^5.0.5",
202-
"rollup": "^4.17.0",
202+
"rollup": "^4.17.2",
203203
"semver": "^7.6.0",
204204
"ts-expect": "^1.3.0",
205205
"tsup": "^8.0.2",
206206
"typescript": "^5.4.5",
207207
"unplugin-auto-import": "^0.17.5",
208208
"unplugin-vue-markdown": "^0.26.2",
209209
"unplugin-vue-router": "workspace:*",
210-
"vite": "^5.2.10",
210+
"vite": "^5.2.11",
211211
"vitepress": "1.1.4",
212-
"vitest": "^1.5.2",
213-
"vue": "^3.4.25",
212+
"vitest": "^1.6.0",
213+
"vue": "^3.4.26",
214214
"vue-router": "4.3.2",
215215
"vue-router-mock": "^1.1.0",
216-
"vue-tsc": "^2.0.14",
216+
"vue-tsc": "^2.0.16",
217217
"vuefire": "^3.1.23",
218218
"webpack": "^5.91.0",
219219
"yorkie": "^2.0.0"

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.0.4",
11-
"@vue/compiler-sfc": "^3.4.25",
11+
"@vue/compiler-sfc": "^3.4.26",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.2.10",
15+
"vite": "^5.2.11",
1616
"vite-plugin-inspect": "^0.8.4",
17-
"vue": "^3.4.25"
17+
"vue": "^3.4.26"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.32.0",
20+
"@tanstack/vue-query": "^5.34.2",
2121
"mande": "^2.0.8",
2222
"pinia": "^2.1.7",
23-
"vue": "^3.4.25"
23+
"vue": "^3.4.26"
2424
}
2525
}

0 commit comments

Comments
 (0)