diff options
author | 2025-03-18 06:50:34 -0700 | |
---|---|---|
committer | 2025-03-18 13:50:34 +0000 | |
commit | da71558808625f1e5eddf4a8a1cf74148a1444cd (patch) | |
tree | cb3068823a6e5bac6f4ab6df94d859dfe18c2896 /examples/framework-react | |
parent | 94ada2ab835e2d8b1185d29480ab86e818ae4470 (diff) | |
download | astro-da71558808625f1e5eddf4a8a1cf74148a1444cd.tar.gz astro-da71558808625f1e5eddf4a8a1cf74148a1444cd.tar.zst astro-da71558808625f1e5eddf4a8a1cf74148a1444cd.zip |
[ci] release (#13449)astro@5.5.3
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 bd297802e..7152e78b8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.5.2", + "astro": "^5.5.3", "react": "^18.3.1", "react-dom": "^18.3.1" } |