diff options
author | 2022-06-27 10:40:35 -0400 | |
---|---|---|
committer | 2022-06-27 10:40:35 -0400 | |
commit | 0ae1365533909b403eddcf77b47895c8e3f5dfb2 (patch) | |
tree | 9677aef066c8e663bd2257312c38f94b11933233 /examples/framework-react | |
parent | ab3aa3099b30bd6ee20120e188c252e30bbaaf38 (diff) | |
download | astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.tar.gz astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.tar.zst astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.zip |
[ci] release (#3726)astro@1.0.0-beta.57
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 aede2e7f5..c951c3523 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.2.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.56" + "astro": "^1.0.0-beta.57" }, "dependencies": { "react": "^18.1.0", |