summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-15 07:35:58 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-15 22:35:58 +0800
commit087270c61fd5c91ddd37db5c8fd93a8a0ef41f94 (patch)
treea1727eaa65f5189e2c0e5185b74b3550d53c1362 /examples/framework-react
parenta12027b6af411be39700919ca47e240a335e9887 (diff)
downloadastro-32c0f64020c3235cf171f69e84ac097696f10a9e.tar.gz
astro-32c0f64020c3235cf171f69e84ac097696f10a9e.tar.zst
astro-32c0f64020c3235cf171f69e84ac097696f10a9e.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 95a89076d..c359e3d83 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^2.2.1",
+ "@astrojs/react": "^2.2.2",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
- "astro": "^2.10.7",
+ "astro": "^2.10.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}