summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-05 21:48:35 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-05 21:48:35 -0700
commit4e4061f485fb25890c286fcea0158b439ae4045d (patch)
tree829dc89c824085ad44b47a7bd0b20bcdf506b46f /examples/framework-react
parent9c3b8d06301313012139644d9ca580ca3d1ff18d (diff)
downloadastro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz
astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst
astro-4e4061f485fb25890c286fcea0158b439ae4045d.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 e0f9e44bc..34008c454 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/react": "^0.4.2",
+ "@astrojs/react": "^0.4.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",