diff options
author | 2025-04-18 05:13:02 -0700 | |
---|---|---|
committer | 2025-04-18 14:13:02 +0200 | |
commit | aca5efe74b936b2c38fce560803006d9fd696096 (patch) | |
tree | 8341ba4d12090aa865bb91228c6de21d2258fe6c /examples/framework-react | |
parent | d75cac45de8790331aad134ae91bfeb1943cd458 (diff) | |
download | astro-aca5efe74b936b2c38fce560803006d9fd696096.tar.gz astro-aca5efe74b936b2c38fce560803006d9fd696096.tar.zst astro-aca5efe74b936b2c38fce560803006d9fd696096.zip |
[ci] release (#13648)astro@5.7.4
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 b4b07face..55f05a97a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.4", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.3", + "astro": "^5.7.4", "react": "^18.3.1", "react-dom": "^18.3.1" } |