summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Stefano <stefano.cislaghi@aexp.com> 2025-01-13 15:19:44 +0000
committerGravatar GitHub <noreply@github.com> 2025-01-13 23:19:44 +0800
commit3d89e6282235a8da45d9ddfe02bcf7ec78056941 (patch)
tree3f12a8d22cf708207a4b8bae11f7e3b4385077dc /packages/integrations/react
parent6c68269c0e562c2c2536e933c79a1a249e02a4eb (diff)
downloadastro-3d89e6282235a8da45d9ddfe02bcf7ec78056941.tar.gz
astro-3d89e6282235a8da45d9ddfe02bcf7ec78056941.tar.zst
astro-3d89e6282235a8da45d9ddfe02bcf7ec78056941.zip
fix: align esbuild to vite (#12361)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
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 c4e4ef643..afe55fa9a 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -51,7 +51,7 @@
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
- "vite": "^6.0.5"
+ "vite": "^6.0.7"
},
"devDependencies": {
"@types/react": "^18.3.12",