diff options
author | 2022-08-02 14:50:21 -0700 | |
---|---|---|
committer | 2022-08-02 14:50:21 -0700 | |
commit | 077d78fddc499483ed0b571711744af23d9001fe (patch) | |
tree | ec3569bb3502240d1cf4127212f1659c6348b71e /examples/framework-react | |
parent | 2ee8e881d47abecf24eeb25e7caac6f4616629ab (diff) | |
download | astro-077d78fddc499483ed0b571711744af23d9001fe.tar.gz astro-077d78fddc499483ed0b571711744af23d9001fe.tar.zst astro-077d78fddc499483ed0b571711744af23d9001fe.zip |
[ci] release (#4116)astro@1.0.0-rc.4@astrojs/prism@0.7.0@astrojs/mdx@0.5.0@astrojs/markdown-remark@0.14.0
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 dc346a27a..48cb92d02 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.3" + "astro": "^1.0.0-rc.4" }, "dependencies": { "react": "^18.1.0", |