diff options
author | 2022-06-24 16:05:02 -0400 | |
---|---|---|
committer | 2022-06-24 16:05:02 -0400 | |
commit | 67b5aa4ca48b7dc3441cb83cbbf598affe5b640f (patch) | |
tree | c680a4ef8a88356eadeae1df2643f0379af50b89 /examples/framework-react | |
parent | 47c81effa69fb5d7f1e576f88c27d5071f1888e3 (diff) | |
download | astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.tar.gz astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.tar.zst astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.zip |
[ci] release (#3701)astro@1.0.0-beta.55@astrojs/cloudflare@0.2.1
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 a9378a304..0d8533e4e 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.54" + "astro": "^1.0.0-beta.55" }, "dependencies": { "react": "^18.1.0", |