diff options
author | 2024-12-16 09:40:13 -0800 | |
---|---|---|
committer | 2024-12-16 12:40:13 -0500 | |
commit | d891d5dff5de9b5381d6c74deddcba3d833db458 (patch) | |
tree | 73f5efcbca1f4add85a367777fb2ddbd7242321d /examples/framework-react | |
parent | a7935578aff9c3b29d1e0b62769d951bc2872c61 (diff) | |
download | astro-d891d5dff5de9b5381d6c74deddcba3d833db458.tar.gz astro-d891d5dff5de9b5381d6c74deddcba3d833db458.tar.zst astro-d891d5dff5de9b5381d6c74deddcba3d833db458.zip |
[ci] release (#12748)astro@5.0.7
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 506ee0233..ba9133a69 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.1.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.6", + "astro": "^5.0.7", "react": "^18.3.1", "react-dom": "^18.3.1" } |