diff options
author | 2023-08-25 09:52:51 -0700 | |
---|---|---|
committer | 2023-08-25 12:52:51 -0400 | |
commit | 2b5d739bd90c5407ae2f92962930a34f0299eb3e (patch) | |
tree | 605bc6661d9ee4a889cdaf1f8bcf5fdf8f2c2811 /examples/framework-multiple | |
parent | 4bd2fac8da4efb7c532d8920077df1f61d6e1953 (diff) | |
download | astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.tar.gz astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.tar.zst astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.zip |
[ci] release (rc) (#8215)astro@3.0.0-rc.6@astrojs/rss@3.0.0-rc.2@astrojs/react@3.0.0-rc.5
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 5f865e6d4..8bc586f59 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^3.0.0-rc.2", - "@astrojs/react": "^3.0.0-rc.4", + "@astrojs/react": "^3.0.0-rc.5", "@astrojs/solid-js": "^3.0.0-rc.3", "@astrojs/svelte": "^4.0.0-rc.2", "@astrojs/vue": "^3.0.0-rc.1", - "astro": "^3.0.0-rc.5", + "astro": "^3.0.0-rc.6", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |