diff options
author | 2022-07-01 13:56:49 -0700 | |
---|---|---|
committer | 2022-07-01 15:56:49 -0500 | |
commit | 08d068496d7598188b8f428d8d13afe756c1056f (patch) | |
tree | 70486f3e38725c5ae4c7a6133e57a2c7c498fc72 /examples/framework-react | |
parent | 3cc6fb81da368c82b9d0d18b2ba9de2135fe266b (diff) | |
download | astro-08d068496d7598188b8f428d8d13afe756c1056f.tar.gz astro-08d068496d7598188b8f428d8d13afe756c1056f.tar.zst astro-08d068496d7598188b8f428d8d13afe756c1056f.zip |
[ci] release (#3800)astro@1.0.0-beta.63
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 4105059a4..4e638320a 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.62" + "astro": "^1.0.0-beta.63" }, "dependencies": { "react": "^18.1.0", |