diff options
author | 2022-08-10 13:54:12 -0700 | |
---|---|---|
committer | 2022-08-10 16:54:12 -0400 | |
commit | 1ee08baf912f4850bd5dc312a752f9eebba971ec (patch) | |
tree | d6c663a439fecee1432ef3358646468f502331a5 /examples/framework-react | |
parent | a9baa45af35abdd3e1930fb49e8b6fb0a4340e2a (diff) | |
download | astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.gz astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.zst astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.zip |
[ci] release (#4228)
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 ce1af197d..04c8f8122 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.1" + "astro": "^1.0.2" }, "dependencies": { "react": "^18.1.0", |