summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-08-24 16:34:33 +0800
committerGravatar GitHub <noreply@github.com> 2023-08-24 16:34:33 +0800
commit048846fd537442639cc7ded4799928bd3e784771 (patch)
tree20912d3438704c14f1f09daf828575ce9cebd0af /examples/framework-react
parentcb95aa5f8e0b04eba1a56e3e4a7901d40f1c854b (diff)
downloadastro-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.json2
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",