summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-25 09:52:51 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-25 12:52:51 -0400
commit2b5d739bd90c5407ae2f92962930a34f0299eb3e (patch)
tree605bc6661d9ee4a889cdaf1f8bcf5fdf8f2c2811 /examples/framework-react
parent4bd2fac8da4efb7c532d8920077df1f61d6e1953 (diff)
downloadastro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.tar.gz
astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.tar.zst
astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.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 9f4263003..ef9536e0d 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-rc.4",
+ "@astrojs/react": "^3.0.0-rc.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
- "astro": "^3.0.0-rc.5",
+ "astro": "^3.0.0-rc.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}