diff options
author | 2023-11-21 12:09:19 +0800 | |
---|---|---|
committer | 2023-11-21 12:09:19 +0800 | |
commit | abf601233f8188d118a8cb063c777478d8d9f1a3 (patch) | |
tree | 357fc25bc46528a4420b098b33caf062ae0d4af0 /examples/framework-react | |
parent | 6201bbe96c2a083fb201e4a43a9bd88499821a3e (diff) | |
download | astro-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 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 79b09fc45..c1a1487bf 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/react": "^3.0.5", - "@types/react": "^18.2.21", - "@types/react-dom": "^18.2.7", + "@types/react": "^18.2.37", + "@types/react-dom": "^18.2.15", "astro": "^3.5.5", "react": "^18.2.0", "react-dom": "^18.2.0" |