diff options
author | 2024-09-24 02:10:24 -0700 | |
---|---|---|
committer | 2024-09-24 11:10:24 +0200 | |
commit | 7968eabcfca13396fc1884f802d5683ae18a4a15 (patch) | |
tree | 04ce3bc10fb27290ed4a96c8a1a767626d8ad2df /examples/framework-multiple | |
parent | d1e5977533dc0be0c14994beaa2e7a5fdcd31f1d (diff) | |
download | astro-7968eabcfca13396fc1884f802d5683ae18a4a15.tar.gz astro-7968eabcfca13396fc1884f802d5683ae18a4a15.tar.zst astro-7968eabcfca13396fc1884f802d5683ae18a4a15.zip |
[ci] release (beta) (#12017)astro@5.0.0-beta.2@astrojs/vue@5.0.0-beta.0@astrojs/svelte@6.0.0-beta.0
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 43d2b9138..f3ee19e0c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,12 +13,12 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", - "@astrojs/solid-js": "^4.4.1", - "@astrojs/svelte": "^5.7.0", - "@astrojs/vue": "^4.5.0", + "@astrojs/solid-js": "^4.4.2", + "@astrojs/svelte": "^6.0.0-beta.0", + "@astrojs/vue": "^5.0.0-beta.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^5.0.0-beta.1", + "astro": "^5.0.0-beta.2", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", |