Skip to content

Commit 8e5f6ff

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

File tree

3 files changed

+552
-1025
lines changed

3 files changed

+552
-1025
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
]
165165
},
166166
"dependencies": {
167-
"@babel/types": "^7.24.9",
167+
"@babel/types": "^7.25.2",
168168
"@rollup/pluginutils": "^5.1.0",
169-
"@vue-macros/common": "^1.10.4",
169+
"@vue-macros/common": "^1.11.0",
170170
"ast-walker-scope": "^0.6.1",
171171
"chokidar": "^3.6.0",
172172
"fast-glob": "^3.3.2",
@@ -175,8 +175,8 @@
175175
"mlly": "^1.7.1",
176176
"pathe": "^1.1.2",
177177
"scule": "^1.3.0",
178-
"unplugin": "^1.11.0",
179-
"yaml": "^2.4.5"
178+
"unplugin": "^1.12.0",
179+
"yaml": "^2.5.0"
180180
},
181181
"peerDependencies": {
182182
"vue-router": "^4.4.0"
@@ -188,11 +188,11 @@
188188
},
189189
"devDependencies": {
190190
"@pinia/colada": "^0.7.0",
191-
"@shikijs/vitepress-twoslash": "1.11.0",
192-
"@tanstack/vue-query": "^5.51.9",
193-
"@types/node": "^20.14.11",
194-
"@vitest/coverage-v8": "^2.0.3",
195-
"@vitest/ui": "^2.0.3",
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",
196196
"@volar/vue-language-core": "^1.6.5",
197197
"@vue/test-utils": "^2.4.6",
198198
"chalk": "^5.3.0",
@@ -208,22 +208,22 @@
208208
"pinia": "^2.2.0",
209209
"prettier": "^3.3.3",
210210
"rimraf": "^6.0.1",
211-
"rollup": "^4.19.0",
211+
"rollup": "^4.19.1",
212212
"semver": "^7.6.3",
213213
"ts-expect": "^1.3.0",
214-
"tsup": "^8.2.1",
214+
"tsup": "^8.2.3",
215215
"typescript": "^5.5.4",
216-
"unplugin-auto-import": "^0.18.0",
216+
"unplugin-auto-import": "^0.18.2",
217217
"unplugin-vue-markdown": "^0.26.2",
218218
"unplugin-vue-router": "workspace:*",
219-
"vite": "^5.3.4",
220-
"vite-plugin-vue-devtools": "^7.3.6",
219+
"vite": "^5.3.5",
220+
"vite-plugin-vue-devtools": "^7.3.7",
221221
"vitepress": "1.3.1",
222-
"vitest": "^2.0.3",
223-
"vue": "^3.4.33",
222+
"vitest": "^2.0.4",
223+
"vue": "^3.4.34",
224224
"vue-router": "^4.4.0",
225225
"vue-router-mock": "^1.1.0",
226-
"vue-tsc": "^2.0.26",
226+
"vue-tsc": "^2.0.29",
227227
"vuefire": "^3.1.24",
228228
"webpack": "^5.93.0",
229229
"yorkie": "^2.0.0"

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@vitejs/plugin-vue": "^5.0.5",
11-
"@vue/compiler-sfc": "^3.4.33",
10+
"@vitejs/plugin-vue": "^5.1.1",
11+
"@vue/compiler-sfc": "^3.4.34",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.3.4",
15+
"vite": "^5.3.5",
1616
"vite-plugin-inspect": "^0.8.5"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.51.9",
19+
"@tanstack/vue-query": "^5.51.15",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.2.0",
22-
"vue": "^3.4.33",
22+
"vue": "^3.4.34",
2323
"vue-router": "^4.4.0"
2424
}
2525
}

0 commit comments

Comments
 (0)