diff options
author | 2023-07-04 23:48:04 -0700 | |
---|---|---|
committer | 2023-07-05 14:48:04 +0800 | |
commit | f820bb3f0be34da60f3674205b2f24e512c48f76 (patch) | |
tree | 8046f63bfed002150e38009ada81adc97a7124e4 /examples/framework-react | |
parent | 6dc251334f612bfe59d845ca4ce95a1fb958cccf (diff) | |
download | astro-f820bb3f0be34da60f3674205b2f24e512c48f76.tar.gz astro-f820bb3f0be34da60f3674205b2f24e512c48f76.tar.zst astro-f820bb3f0be34da60f3674205b2f24e512c48f76.zip |
[ci] release (#7559)astro@2.7.4
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 b55b29637..415d7830a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^2.2.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "astro": "^2.7.3", + "astro": "^2.7.4", "react": "^18.2.0", "react-dom": "^18.2.0" } |