summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-30 09:38:31 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-30 12:38:31 -0500
commitd9787a6ff696fd1198d16226277e0662c3a2cb8c (patch)
treeca1313ff4646ef3de06125014bb62eef1a076f60 /examples/framework-react
parente779c6242418d1d4102e683ca5b851b764c89688 (diff)
downloadastro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.gz
astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.zst
astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.zip
[ci] release (#5995)
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 a0cec7698..aeb1206b1 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.2",
+ "astro": "^2.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
- "@astrojs/react": "^2.0.1",
+ "@astrojs/react": "^2.0.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}