diff options
author | 2024-10-04 20:58:16 +0800 | |
---|---|---|
committer | 2024-10-04 20:58:16 +0800 | |
commit | 423dfc19ad83661b71151f8cec40701c7ced557b (patch) | |
tree | 67131f3fef682882c80fd70259c4a8ab91599229 /packages/integrations/vue | |
parent | 7a1d54a389c510db156e06cc4213509c71c252b3 (diff) | |
download | astro-423dfc19ad83661b71151f8cec40701c7ced557b.tar.gz astro-423dfc19ad83661b71151f8cec40701c7ced557b.tar.zst astro-423dfc19ad83661b71151f8cec40701c7ced557b.zip |
Bump vite to beta (#11979)
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 5fac078bf..1e0154df2 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -55,7 +55,7 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0", "linkedom": "^0.18.5", - "vite": "^5.4.8", + "vite": "6.0.0-beta.2", "vue": "^3.5.10" }, "peerDependencies": { |