diff options
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index dcb79a2d2..c65758a1f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,6 +12,6 @@ "dependencies": { "@astrojs/vue": "^5.0.0-beta.0", "astro": "^5.0.0-beta.4", - "vue": "^3.5.11" + "vue": "^3.5.12" } } |