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/svelte | |
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/svelte')
-rw-r--r-- | packages/integrations/svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 922429ff3..ef7d79ef5 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -41,7 +41,7 @@ "dependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "svelte2tsx": "^0.7.34", - "vite": "^6.0.11" + "vite": "^6.2.0" }, "devDependencies": { "astro": "workspace:*", |