diff options
author | 2025-02-27 10:44:13 +0000 | |
---|---|---|
committer | 2025-02-27 10:44:13 +0000 | |
commit | 80926fadc06492fcae55f105582b9dc8279da6b3 (patch) | |
tree | 27f40f282a2f475c817ccb26f63767ce7b4ca9f4 /packages/integrations/vue | |
parent | 5b6df02c8802bd963b4a466f2785fe0992ab722a (diff) | |
download | astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.gz astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.zst astro-80926fadc06492fcae55f105582b9dc8279da6b3.zip |
chore(deps): update `esbuild` and `vite` versions (#13323)
Co-authored-by: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com>
Co-authored-by: natemoo-re <7118177+natemoo-re@users.noreply.github.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@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 406cf18ed..38cd7c501 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.0.11", + "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.1" }, "devDependencies": { |