diff options
author | 2023-08-24 16:34:33 +0800 | |
---|---|---|
committer | 2023-08-24 16:34:33 +0800 | |
commit | 048846fd537442639cc7ded4799928bd3e784771 (patch) | |
tree | 20912d3438704c14f1f09daf828575ce9cebd0af /examples/framework-react | |
parent | cb95aa5f8e0b04eba1a56e3e4a7901d40f1c854b (diff) | |
download | astro-048846fd537442639cc7ded4799928bd3e784771.tar.gz astro-048846fd537442639cc7ded4799928bd3e784771.tar.zst astro-048846fd537442639cc7ded4799928bd3e784771.zip |
Update breaking dependencies (#8201)
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cff6a2c00..9f4263003 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^3.0.0-rc.4", - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "astro": "^3.0.0-rc.5", "react": "^18.2.0", |