diff options
author | 2025-04-03 03:03:43 -0700 | |
---|---|---|
committer | 2025-04-03 11:03:43 +0100 | |
commit | 90b0ac1fe1f782adafec07c9c396b829c347686c (patch) | |
tree | 90994b8cdeb53cce3b93406925dbc9b80cde04f5 /examples/framework-react | |
parent | c38102469d867d9d354620fad19cc51f9087223a (diff) | |
download | astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.gz astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.zst astro-90b0ac1fe1f782adafec07c9c396b829c347686c.zip |
[ci] release (#13540)astro@5.6.0
Co-authored-by: github-actions[bot] <41898282+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 eac4eb9d0..42fdcb6ff 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.3", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", - "astro": "^5.5.6", + "astro": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1" } |