diff options
author | 2024-09-02 04:19:39 -0700 | |
---|---|---|
committer | 2024-09-02 13:19:39 +0200 | |
commit | 60d8e30008baef46ff46559450e5cd9c1f2500f6 (patch) | |
tree | 5e46317f67c4f35766fe0cbb670d41801a6f5752 /examples/framework-react | |
parent | 80b4a181a077266c44065a737e61cc7cff6bc6d7 (diff) | |
download | astro-60d8e30008baef46ff46559450e5cd9c1f2500f6.tar.gz astro-60d8e30008baef46ff46559450e5cd9c1f2500f6.tar.zst astro-60d8e30008baef46ff46559450e5cd9c1f2500f6.zip |
[ci] release (#11883)astro@4.15.2
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 e26dd6c79..8316eb256 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.1", + "astro": "^4.15.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |