summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-12 08:40:35 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:40:35 -0500
commit02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch)
tree02b6d6724d69c4bc8e44bd47d246705dc0e99145 /examples/framework-react
parent1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff)
downloadastro-02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7.tar.gz
astro-02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7.tar.zst
astro-02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7.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 135c612d1..3c07599e5 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.0-beta.1",
+ "astro": "^2.0.0-beta.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
- "@astrojs/react": "^1.2.2",
+ "@astrojs/react": "^2.0.0-beta.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}