diff options
author | 2022-08-03 23:14:04 -0700 | |
---|---|---|
committer | 2022-08-03 23:14:04 -0700 | |
commit | 7300f094fd2dab7dbf631d69c1bb3e38e603e7bb (patch) | |
tree | 1603c699cf42f70759be54d30c0c78efa9ff3810 /examples/framework-react | |
parent | 65f2d3b4b1d31411ee2ea450478349413d8f4cf6 (diff) | |
download | astro-7300f094fd2dab7dbf631d69c1bb3e38e603e7bb.tar.gz astro-7300f094fd2dab7dbf631d69c1bb3e38e603e7bb.tar.zst astro-7300f094fd2dab7dbf631d69c1bb3e38e603e7bb.zip |
[ci] release (#4133)astro@1.0.0-rc.5@astrojs/mdx@0.6.0@astrojs/image@0.3.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 48cb92d02..adc13511c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.4.2", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-rc.4" + "astro": "^1.0.0-rc.5" }, "dependencies": { "react": "^18.1.0", |