diff options
author | 2023-08-14 06:46:22 -0700 | |
---|---|---|
committer | 2023-08-14 08:46:22 -0500 | |
commit | 19f9edf977a24907281ddd7b3423323c3718c20e (patch) | |
tree | bd7d9b37abf041f63f05ba6f2d61f8939d0dfd0e /examples/framework-multiple | |
parent | 2aa6d8ace398a41c2dec5473521d758816b08191 (diff) | |
download | astro-19f9edf977a24907281ddd7b3423323c3718c20e.tar.gz astro-19f9edf977a24907281ddd7b3423323c3718c20e.tar.zst astro-19f9edf977a24907281ddd7b3423323c3718c20e.zip |
[ci] release (beta) (#8067)astro@3.0.0-beta.2@astrojs/vercel@4.0.0-beta.2@astrojs/react@3.0.0-beta.2@astrojs/markdoc@1.0.0-beta.1@astrojs/internal-helpers@0.2.0-beta.1
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 81d19794d..9af1d6cad 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^3.0.0-beta.1", - "@astrojs/react": "^3.0.0-beta.1", + "@astrojs/react": "^3.0.0-beta.2", "@astrojs/solid-js": "^3.0.0-beta.1", "@astrojs/svelte": "^4.0.0-beta.0", "@astrojs/vue": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.1", + "astro": "^3.0.0-beta.2", "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", |