diff options
author | 2022-06-21 12:47:04 -0400 | |
---|---|---|
committer | 2022-06-21 12:47:04 -0400 | |
commit | b4db008e53867386542aa6e74c9649f574045dc9 (patch) | |
tree | cd57aa5f4dd6b2d3394ffb006245bdfd5e5edec9 /examples/framework-react | |
parent | 0d3a7de527e6b82de8257ef4cbed52714477fd97 (diff) | |
download | astro-b4db008e53867386542aa6e74c9649f574045dc9.tar.gz astro-b4db008e53867386542aa6e74c9649f574045dc9.tar.zst astro-b4db008e53867386542aa6e74c9649f574045dc9.zip |
[ci] release (#3664)astro@1.0.0-beta.50
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 9081c0b91..795d137fe 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.1.3", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.49" + "astro": "^1.0.0-beta.50" }, "dependencies": { "react": "^18.1.0", |