diff options
author | 2025-04-28 13:26:33 -0700 | |
---|---|---|
committer | 2025-04-28 22:26:33 +0200 | |
commit | 3bdc7af2247d67993a9ad0642a07e4edded780fd (patch) | |
tree | 901b0b2f86cd0f1a7ab88bb5b8f3a36edc01acb6 /examples/framework-react | |
parent | b32dffab6e16388c87fb5e8bb423ed02d88586bb (diff) | |
download | astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.tar.gz astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.tar.zst astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.zip |
[ci] release (#13716)astro@5.7.8
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 d50fd5aea..acb9336ed 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.5", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.7", + "astro": "^5.7.8", "react": "^18.3.1", "react-dom": "^18.3.1" } |