summaryrefslogtreecommitdiff
path: root/examples/framework-react/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-04-14 01:42:24 -0700
committerGravatar GitHub <noreply@github.com> 2025-04-14 09:42:24 +0100
commit159b5348a956238bdef8bc8cc2aeb8a1af32e2e4 (patch)
treec4801715659dd1f9e1c1566d8bc0b1a07355f7bf /examples/framework-react/package.json
parent884c57d1a977d4ec770c0069170d608b67fd0565 (diff)
downloadastro-159b5348a956238bdef8bc8cc2aeb8a1af32e2e4.tar.gz
astro-159b5348a956238bdef8bc8cc2aeb8a1af32e2e4.tar.zst
astro-159b5348a956238bdef8bc8cc2aeb8a1af32e2e4.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react/package.json')
-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 36127da9a..7dafc6ba0 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^4.2.3",
+ "@astrojs/react": "^4.2.4",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
- "astro": "^5.6.1",
+ "astro": "^5.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}