summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-11-27 18:00:35 +0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 18:00:35 +0800
commit9f440196dc39f36fce0198bf4c97131160e5bcc1 (patch)
treeabffe1350064663af8a46c86d819f6429087faac /packages/integrations/react
parenta2f90ced77c18757883a4a060d2b321764a0c60f (diff)
downloadastro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.gz
astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.zst
astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.zip
Update Vite to 6.0.0 (#12524)
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index eeb5ca4ab..5ffb1975a 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -49,9 +49,9 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
- "@vitejs/plugin-react": "^4.3.3",
+ "@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
- "vite": "6.0.0-beta.6"
+ "vite": "^6.0.1"
},
"devDependencies": {
"@types/react": "^18.3.12",