diff options
author | 2024-11-21 08:12:29 -0800 | |
---|---|---|
committer | 2024-11-21 11:12:29 -0500 | |
commit | 10beb174e5d0a2747f3a30289f42782892d0dbd5 (patch) | |
tree | 923858db00d541d2bb17f9017238b90a88ef016d /examples/framework-react | |
parent | 23dc937435e0dc89dee5e74e8870464160efb17c (diff) | |
download | astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.gz astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.zst astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.zip |
[ci] release (beta) (#12491)astro@5.0.0-beta.10
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index da22ea880..2c1d587d4 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^3.6.3-beta.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.9", + "astro": "^5.0.0-beta.10", "react": "^18.3.1", "react-dom": "^18.3.1" } |