diff options
author | 2025-02-24 05:49:05 -0800 | |
---|---|---|
committer | 2025-02-24 14:49:05 +0100 | |
commit | 4cb33770d3f5c9c2ff658e2ba8067a72d9487564 (patch) | |
tree | 5e2a60ff4737889b2abf0dc226587488a644ce69 /examples/framework-react | |
parent | 467e88e48735883abc188db5d9f82d744f2a2fc6 (diff) | |
download | astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.gz astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.zst astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.zip |
[ci] release (#13244)create-astro@4.11.1astro@5.3.1@astrojs/vue@5.0.7@astrojs/vercel@8.0.8@astrojs/node@9.1.1@astrojs/netlify@6.2.1@astrojs/cloudflare@12.2.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 871759c75..e34457936 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.3.0", + "astro": "^5.3.1", "react": "^18.3.1", "react-dom": "^18.3.1" } |