summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-11 11:38:42 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-11 13:38:42 -0500
commit1554a37622babf5486d1201425d39142bc854a62 (patch)
treed8cbc6d3ed635de29780fc3054cbf19e26820792 /examples/framework-react
parent7c49096e864815d63179a467d9d3d89c76ccd523 (diff)
downloadastro-1554a37622babf5486d1201425d39142bc854a62.tar.gz
astro-1554a37622babf5486d1201425d39142bc854a62.tar.zst
astro-1554a37622babf5486d1201425d39142bc854a62.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 568eabdfc..14f1a70cd 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.2.1",
+ "@astrojs/react": "^0.3.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-beta.65"
+ "astro": "^1.0.0-beta.66"
},
"dependencies": {
"react": "^18.1.0",