diff options
author | 2025-03-04 06:40:29 -0800 | |
---|---|---|
committer | 2025-03-04 14:40:29 +0000 | |
commit | c67a35138c4651b7ea9a01375ce30063e3d80244 (patch) | |
tree | ee1a27fcbf86c7e792e8e0be92e98f2ae9ce66f5 /examples/framework-react | |
parent | f61d4420e8f641770091ec96e6809de39f2ceb21 (diff) | |
download | astro-c67a35138c4651b7ea9a01375ce30063e3d80244.tar.gz astro-c67a35138c4651b7ea9a01375ce30063e3d80244.tar.zst astro-c67a35138c4651b7ea9a01375ce30063e3d80244.zip |
[ci] release (#13350)astro@5.4.2@astrojs/vercel@8.1.1@astrojs/partytown@2.1.4@astrojs/db@0.14.8
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 8003274e7..81ef4262a 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.4.1", + "astro": "^5.4.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |