Skip to content

Commit fb50ba1

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

File tree

3 files changed

+666
-366
lines changed

3 files changed

+666
-366
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
]
165165
},
166166
"dependencies": {
167-
"@babel/types": "^7.24.7",
167+
"@babel/types": "^7.24.9",
168168
"@rollup/pluginutils": "^5.1.0",
169169
"@vue-macros/common": "^1.10.4",
170170
"ast-walker-scope": "^0.6.1",
@@ -189,8 +189,8 @@
189189
"devDependencies": {
190190
"@pinia/colada": "^0.6.0",
191191
"@shikijs/vitepress-twoslash": "1.10.3",
192-
"@tanstack/vue-query": "^5.51.0",
193-
"@types/node": "^20.14.10",
192+
"@tanstack/vue-query": "^5.51.5",
193+
"@types/node": "^20.14.11",
194194
"@vitest/coverage-v8": "^1.6.0",
195195
"@vitest/ui": "^1.6.0",
196196
"@volar/vue-language-core": "^1.6.5",
@@ -209,23 +209,23 @@
209209
"prettier": "^3.3.3",
210210
"rimraf": "^6.0.1",
211211
"rollup": "^4.18.1",
212-
"semver": "^7.6.2",
212+
"semver": "^7.6.3",
213213
"ts-expect": "^1.3.0",
214-
"tsup": "^8.1.0",
214+
"tsup": "^8.1.2",
215215
"typescript": "^5.5.3",
216-
"unplugin-auto-import": "^0.17.6",
216+
"unplugin-auto-import": "^0.18.0",
217217
"unplugin-vue-markdown": "^0.26.2",
218218
"unplugin-vue-router": "workspace:*",
219-
"vite": "^5.3.3",
220-
"vite-plugin-vue-devtools": "^7.3.5",
221-
"vitepress": "1.3.0",
219+
"vite": "^5.3.4",
220+
"vite-plugin-vue-devtools": "^7.3.6",
221+
"vitepress": "1.3.1",
222222
"vitest": "^1.6.0",
223-
"vue": "^3.4.31",
223+
"vue": "^3.4.32",
224224
"vue-router": "^4.4.0",
225225
"vue-router-mock": "^1.1.0",
226226
"vue-tsc": "^2.0.26",
227-
"vuefire": "^3.1.23",
228-
"webpack": "^5.92.1",
227+
"vuefire": "^3.1.24",
228+
"webpack": "^5.93.0",
229229
"yorkie": "^2.0.0"
230230
}
231231
}

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.5",
11-
"@vue/compiler-sfc": "^3.4.31",
11+
"@vue/compiler-sfc": "^3.4.32",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.3.3",
16-
"vite-plugin-inspect": "^0.8.4"
15+
"vite": "^5.3.4",
16+
"vite-plugin-inspect": "^0.8.5"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.51.0",
19+
"@tanstack/vue-query": "^5.51.5",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.1.7",
22-
"vue": "^3.4.31",
22+
"vue": "^3.4.32",
2323
"vue-router": "^4.4.0"
2424
}
2525
}

0 commit comments

Comments
 (0)