diff options
author | 2024-03-05 16:26:25 -0800 | |
---|---|---|
committer | 2024-03-05 16:26:25 -0800 | |
commit | dd3935b31cbe637a5354e76706c860848512b658 (patch) | |
tree | e31d25e0bc11b0e36dfb80d0a69c0fce34fa9211 /examples/framework-react | |
parent | d6a6b7dff249bdf0b427a58ff8551e70c5e14ba2 (diff) | |
download | astro-dd3935b31cbe637a5354e76706c860848512b658.tar.gz astro-dd3935b31cbe637a5354e76706c860848512b658.tar.zst astro-dd3935b31cbe637a5354e76706c860848512b658.zip |
[ci] release (#10332)
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 6de73ac84..4c61ad019 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.10", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.4.11", + "astro": "^4.4.12", "react": "^18.2.0", "react-dom": "^18.2.0" } |