summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-27 06:34:47 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 14:34:47 +0000
commit218267c0b318fb77736129f657c6c4da53abf64d (patch)
tree312e14f6cffffb6d056c3128e73f253bc4677561 /examples/framework-react
parent5bdc8cd094d834888b57b82162e7b0169d5c4907 (diff)
downloadastro-218267c0b318fb77736129f657c6c4da53abf64d.tar.gz
astro-218267c0b318fb77736129f657c6c4da53abf64d.tar.zst
astro-218267c0b318fb77736129f657c6c4da53abf64d.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react')
-rw-r--r--examples/framework-react/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 2e7bb73c4..420f9b53d 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.7.0-beta.1",
+ "@astrojs/react": "^4.0.0-beta.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}