diff options
author | 2025-04-04 00:53:39 -0700 | |
---|---|---|
committer | 2025-04-04 08:53:39 +0100 | |
commit | 9520a23d9dbad41988a1b3a56feddb689f6b481e (patch) | |
tree | 422c50635d25cbadd185d142424e015106b9ba10 /examples/framework-react | |
parent | 5af40dc157f54cfb0f1256d4bff8003bf45114b3 (diff) | |
download | astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.tar.gz astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.tar.zst astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.zip |
[ci] release (#13554)astro@5.6.1
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 42fdcb6ff..80f141c73 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.6.0", + "astro": "^5.6.1", "react": "^18.3.1", "react-dom": "^18.3.1" } |