summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-21 04:45:51 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-21 12:45:51 +0000
commita9ce785146d78595fb4d52e1d39dc6ed01d04d66 (patch)
treead98feb9ac29cb440b0bdd9163285f3c67a6b479 /examples/framework-react
parent285c6e3598eac81632057a37ad74459cc65c357d (diff)
downloadastro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.tar.gz
astro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.tar.zst
astro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.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 b0541cba7..da22ea880 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.6.2",
+ "@astrojs/react": "^3.6.3-beta.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.8",
+ "astro": "^5.0.0-beta.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
alt='Gravatar' /> Jarred Sumner 1-11/+52 2022-10-05We need to explicitly flush nowGravatar Jarred Sumner 1-1/+1 2022-10-05Add a test for simultaneous requestsGravatar Jarred Sumner 1-0/+42 2022-10-05handle values from native in streamsGravatar Jarred Sumner 1-7/+6 2022-10-05Fix bug with next dev showing raw html instead of the rendered pageGravatar Jarred Sumner 1-4/+21 2022-10-05docs(thread_pool): comment readability improvements (#1241)Gravatar Ryan Russell 1-6/+6 2022-10-05fix: console.log handle circular correctly (#1293)Gravatar zhiyuang 2-0/+8 2022-10-03Fix DotEnv Loader ignoring error log levelGravatar Jarred Sumner 1-1/+4