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-multiple | |
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-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c106fb494..c61c25426 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/lit": "^0.1.2", "@astrojs/preact": "^0.1.1", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.3", |