diff options
Diffstat (limited to 'examples/framework-vue/package.json')
-rw-r--r-- | examples/framework-vue/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index d7afee280..ae8a1403f 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.2", - "astro": "^4.16.14", + "@astrojs/vue": "^5.0.0-beta.1", + "astro": "^5.0.0-beta.8", "vue": "^3.5.12" } } |