diff options
author | 2022-04-21 12:19:52 -0400 | |
---|---|---|
committer | 2022-04-21 12:19:52 -0400 | |
commit | 0406bdc35b6858a05a86166c491c64bf1d6041b9 (patch) | |
tree | 90832cd85480653ddc871c3403f45dd62c9c745a /examples/framework-react | |
parent | 8768f23f95840f3b66504fc2ecb39678c986cbe8 (diff) | |
download | astro-0406bdc35b6858a05a86166c491c64bf1d6041b9.tar.gz astro-0406bdc35b6858a05a86166c491c64bf1d6041b9.tar.zst astro-0406bdc35b6858a05a86166c491c64bf1d6041b9.zip |
[ci] release (#3165)@astrojs/react@0.1.1@astrojs/netlify@0.3.2@astrojs/deno@0.1.2
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 b83b78c1d..f0d559673 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "astro": "^1.0.0-beta.15" }, "dependencies": { |