summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-11-21 12:09:19 +0800
committerGravatar GitHub <noreply@github.com> 2023-11-21 12:09:19 +0800
commitabf601233f8188d118a8cb063c777478d8d9f1a3 (patch)
tree357fc25bc46528a4420b098b33caf062ae0d4af0 /packages/integrations/react
parent6201bbe96c2a083fb201e4a43a9bd88499821a3e (diff)
downloadastro-abf601233f8188d118a8cb063c777478d8d9f1a3.tar.gz
astro-abf601233f8188d118a8cb063c777478d8d9f1a3.tar.zst
astro-abf601233f8188d118a8cb063c777478d8d9f1a3.zip
Update all dependencies (#9138)
Co-authored-by: delucis <delucis@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 21e86e811..911acc34a 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -49,8 +49,8 @@
"ultrahtml": "^1.3.0"
},
"devDependencies": {
- "@types/react": "^18.2.21",
- "@types/react-dom": "^18.2.7",
+ "@types/react": "^18.2.37",
+ "@types/react-dom": "^18.2.15",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"chai": "^4.3.7",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index cf7b2b057..e7b7ac5d9 100644
--- a/packages/integrations/react/test/fixtures/react-component/package.json
+++ b/packages/integrations/react/test/fixtures/react-component/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.1.0",
"react-dom": "^18.1.0",
- "vue": "^3.3.4"
+ "vue": "^3.3.8"
}
}