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/react | |
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/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 a41c18919..7b2f0b37d 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": "^5.4.8" + "vite": "6.0.0-beta.2" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21", |