summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2024-12-03 11:00:43 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-03 11:00:43 +0100
commit3a144b1a69679730bb1d721aae2a28008b8a9064 (patch)
tree3f385ce8140726e47b9a6b9862655748139456e4 /examples/framework-vue
parent1dc8f5eb7c515c89aadc85cfa0a300d4f65e8671 (diff)
downloadastro-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-vue')
-rw-r--r--examples/framework-vue/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d64a43611..7c89c8af2 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.5.3",
- "astro": "^4.16.16",
+ "@astrojs/vue": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.12",
"vue": "^3.5.12"
}
}