diff options
Diffstat (limited to 'examples/framework-vue/package.json')
-rw-r--r-- | examples/framework-vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a7bd3d960..e08fb8f3c 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/vue": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "vue": "^3.2.31" |