summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 08:46:47 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 11:46:47 -0400
commite5c13881f188f7e67595e3b2c32940b603cc388c (patch)
tree416834f757016f6f4a4df5a2305febf3e20b5c11 /examples/framework-react
parentf50d02c201032b41f75964717b359b90399e9a74 (diff)
downloadastro-e5c13881f188f7e67595e3b2c32940b603cc388c.tar.gz
astro-e5c13881f188f7e67595e3b2c32940b603cc388c.tar.zst
astro-e5c13881f188f7e67595e3b2c32940b603cc388c.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 3b4bd62e0..b9aa7513c 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.0.0-beta.2",
+ "@astrojs/react": "^3.0.0-beta.3",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
- "astro": "^3.0.0-beta.2",
+ "astro": "^3.0.0-beta.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}