diff options
author | 2025-03-11 13:51:35 +0000 | |
---|---|---|
committer | 2025-03-11 13:51:35 +0000 | |
commit | 725bc0d71b6e00453591ae09f0b1292df135d0aa (patch) | |
tree | 087e2f51a663d7e7f940925e714570e9085d86b4 /packages/integrations/vue | |
parent | b68f216851051d8726b6b03d25632b3cf316ee4e (diff) | |
download | astro-725bc0d71b6e00453591ae09f0b1292df135d0aa.tar.gz astro-725bc0d71b6e00453591ae09f0b1292df135d0aa.tar.zst astro-725bc0d71b6e00453591ae09f0b1292df135d0aa.zip |
fix(deps): update all non-major dependencies (#13387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 1212f10a5..7fccefd82 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,7 +45,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.2.0", + "vite": "^6.2.1", "vite-plugin-vue-devtools": "^7.7.2" }, "devDependencies": { |