diff options
author | 2024-10-17 05:58:23 -0700 | |
---|---|---|
committer | 2024-10-17 13:58:23 +0100 | |
commit | d6f17044d3873df77cfbc73230cb3194b5a7d82a (patch) | |
tree | 9f8c647dddfeab6e3cc0154c0247d096eb536e70 /examples/framework-react | |
parent | c5cd5be36a81af2040461359ae5fd8d5028d00a8 (diff) | |
download | astro-d6f17044d3873df77cfbc73230cb3194b5a7d82a.tar.gz astro-d6f17044d3873df77cfbc73230cb3194b5a7d82a.tar.zst astro-d6f17044d3873df77cfbc73230cb3194b5a7d82a.zip |
[ci] release (#12240)astro@4.16.6
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 ce1d63c1a..bd21c833d 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", - "astro": "^4.16.5", + "astro": "^4.16.6", "react": "^18.3.1", "react-dom": "^18.3.1" } |