summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-20 09:39:13 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-20 17:39:13 +0000
commit97342d218e0c2d616005af6f6f54308115b89ec1 (patch)
tree8deda9035455ce0e3f6f80c6d897e635d07163f5 /examples/framework-react
parent19169db1f1574d36cc284fd9a0319d9b1e92b49a (diff)
downloadastro-@astrojs/node@7.0.2.tar.gz
astro-@astrojs/node@7.0.2.tar.zst
astro-@astrojs/node@7.0.2.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 e99e4e698..bf1e2ee34 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.0.7",
+ "@astrojs/react": "^3.0.8",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
- "astro": "^4.0.6",
+ "astro": "^4.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}