diff options
author | 2024-11-06 22:51:55 +0800 | |
---|---|---|
committer | 2024-11-06 22:51:55 +0800 | |
commit | c280655655cc6c22121f32c5f7c76836adf17230 (patch) | |
tree | d3237a986b4dce46f0e94d3b62a7c0d883eaf1f9 /packages/integrations/vue | |
parent | 94f4fe8180f02cf19fb617dde7d67d4f7bee8dac (diff) | |
download | astro-c280655655cc6c22121f32c5f7c76836adf17230.tar.gz astro-c280655655cc6c22121f32c5f7c76836adf17230.tar.zst astro-c280655655cc6c22121f32c5f7c76836adf17230.zip |
Update to Vite 6.0.0-beta.6 (#12323)
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 a0982db15..5a96f9495 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": "6.0.0-beta.2", + "vite": "6.0.0-beta.6", "vue": "^3.5.12" }, "peerDependencies": { |