summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-10-04 20:58:16 +0800
committerGravatar GitHub <noreply@github.com> 2024-10-04 20:58:16 +0800
commit423dfc19ad83661b71151f8cec40701c7ced557b (patch)
tree67131f3fef682882c80fd70259c4a8ab91599229 /packages/integrations/react
parent7a1d54a389c510db156e06cc4213509c71c252b3 (diff)
downloadastro-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.json2
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",