diff options
author | 2022-08-13 10:09:17 -0700 | |
---|---|---|
committer | 2022-08-13 10:09:17 -0700 | |
commit | 16edf0c7730d273771f75f959c9f8015a4f69238 (patch) | |
tree | b8d360d1139e9db7a1b644376180ae4317a38bee /examples/framework-react | |
parent | b429aff2ad94f48bb4864706974ab774d2822041 (diff) | |
download | astro-16edf0c7730d273771f75f959c9f8015a4f69238.tar.gz astro-16edf0c7730d273771f75f959c9f8015a4f69238.tar.zst astro-16edf0c7730d273771f75f959c9f8015a4f69238.zip |
[ci] release (#4296)astro@1.0.5
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 385b5ef8b..1085365f0 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^1.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.4" + "astro": "^1.0.5" }, "dependencies": { "react": "^18.1.0", |