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/react | |
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/react')
-rw-r--r-- | packages/integrations/react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index b1513832e..3e358a539 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -66,7 +66,7 @@ "cheerio": "1.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "vite": "6.0.0-beta.2" + "vite": "6.0.0-beta.6" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21", |