diff options
author | 2025-01-31 09:37:07 -0800 | |
---|---|---|
committer | 2025-01-31 17:37:07 +0000 | |
commit | 7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab (patch) | |
tree | 5c99b10ca1d86f23038206bb9c253d2c09288a05 /examples/framework-react | |
parent | 2a85bd705c1500c8355bff6016ae37676b1677b5 (diff) | |
download | astro-7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab.tar.gz astro-7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab.tar.zst astro-7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab.zip |
[ci] release (#13114)astro@5.2.3
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 0a8f6a66e..a7f0efe81 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.2.2", + "astro": "^5.2.3", "react": "^18.3.1", "react-dom": "^18.3.1" } |