diff options
author | 2024-03-20 01:41:00 -0700 | |
---|---|---|
committer | 2024-03-20 08:41:00 +0000 | |
commit | 17b4991cffb2f16fb3deba5881c54fa67c9ee9ce (patch) | |
tree | 5df1d388f2f104ec7f9d76b41468eb7be832410a /examples/framework-react | |
parent | 48310512601e0c0b2886759e4d81b4091042eb8f (diff) | |
download | astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.tar.gz astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.tar.zst astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.zip |
[ci] release (#10488)create-astro@4.7.5astro@4.5.7@astrojs/node@8.2.5@astrojs/db@0.9.0
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 d3dc4aefc..0f1c3c095 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.1.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.5.6", + "astro": "^4.5.7", "react": "^18.2.0", "react-dom": "^18.2.0" } |