diff options
author | 2024-12-03 11:00:43 +0100 | |
---|---|---|
committer | 2024-12-03 11:00:43 +0100 | |
commit | 3a144b1a69679730bb1d721aae2a28008b8a9064 (patch) | |
tree | 3f385ce8140726e47b9a6b9862655748139456e4 /examples/framework-multiple | |
parent | 1dc8f5eb7c515c89aadc85cfa0a300d4f65e8671 (diff) | |
download | astro-3a144b1a69679730bb1d721aae2a28008b8a9064.tar.gz astro-3a144b1a69679730bb1d721aae2a28008b8a9064.tar.zst astro-3a144b1a69679730bb1d721aae2a28008b8a9064.zip |
Update examples for v5 (#12588)
* Revert "chore: downgrade examples to not use beta releases (#12557)"
This reverts commit 6031962ab5f56457de986eb82bd24807e926ba1b.
* Update blog template for new content collections
* Update portfolio template for new content collections
* Update starlog template for new content collections
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 8cb92e051..3b42d4530 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.4", - "@astrojs/react": "^3.6.3", - "@astrojs/solid-js": "^4.4.4", - "@astrojs/svelte": "^6.0.2", - "@astrojs/vue": "^4.5.3", + "@astrojs/preact": "^4.0.0-beta.1", + "@astrojs/react": "^4.0.0-beta.2", + "@astrojs/solid-js": "^5.0.0-beta.1", + "@astrojs/svelte": "^7.0.0-beta.1", + "@astrojs/vue": "^5.0.0-beta.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.16", + "astro": "^5.0.0-beta.12", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", |