summaryrefslogtreecommitdiff
path: root/examples/framework-vue/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-vue/package.json')
-rw-r--r--examples/framework-vue/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index ea4b96d58..3d9686f09 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -5,14 +5,13 @@
"private": true,
"scripts": {
"dev": "astro dev",
- "start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.5.3",
- "astro": "^4.16.16",
- "vue": "^3.5.13"
+ "@astrojs/vue": "^5.0.0-beta.2",
+ "astro": "^5.0.0-beta.11",
+ "vue": "^3.5.12"
}
}