diff options
author | 2024-08-30 13:12:25 -0700 | |
---|---|---|
committer | 2024-08-30 16:12:25 -0400 | |
commit | 534d3edff86115d1fc84f37666a74f35b32bae59 (patch) | |
tree | fa07335adf652c6dd8d03db8c102066d508e703c /examples/framework-react | |
parent | 01b48a466e9ab58a2ad3603a2e8ed787f550b031 (diff) | |
download | astro-534d3edff86115d1fc84f37666a74f35b32bae59.tar.gz astro-534d3edff86115d1fc84f37666a74f35b32bae59.tar.zst astro-534d3edff86115d1fc84f37666a74f35b32bae59.zip |
[ci] release (alpha) (#11853)astro@5.0.0-alpha.2
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 c8a80cbdc..ff56a9151 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", - "astro": "^5.0.0-alpha.1", + "astro": "^5.0.0-alpha.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |