diff options
author | 2024-08-08 04:52:00 -0700 | |
---|---|---|
committer | 2024-08-08 07:52:00 -0400 | |
commit | 6b99523c3f674a055ecb395752a3c784484e74d5 (patch) | |
tree | 306103b8de1b66c17893f0bdf86274efd26fd2f6 /examples/framework-react | |
parent | 589d35158da1a2136387d0ad76609f5c8535c03a (diff) | |
download | astro-6b99523c3f674a055ecb395752a3c784484e74d5.tar.gz astro-6b99523c3f674a055ecb395752a3c784484e74d5.tar.zst astro-6b99523c3f674a055ecb395752a3c784484e74d5.zip |
[ci] release (#11602)astro@4.13.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 3d49b5952..33b13f7ee 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.13.1", + "astro": "^4.13.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |