summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-13 14:16:24 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-13 17:16:24 -0400
commit056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4 (patch)
tree82c2ef8dc3bd7938bd5b6f2ee83309b1fc69602f /examples/framework-react
parentb48767985359bd359df8071324952ea5f2bc0d86 (diff)
downloadastro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.tar.gz
astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.tar.zst
astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.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 f1dbbd30c..6ba36e951 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.3.1",
+ "@astrojs/react": "^0.4.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-beta.69"
+ "astro": "^1.0.0-beta.70"
},
"dependencies": {
"react": "^18.1.0",