diff options
author | 2024-10-01 11:21:48 +0800 | |
---|---|---|
committer | 2024-10-01 11:21:48 +0800 | |
commit | e748c480a7a023ab0c6b46b0d3f6653cc0e52945 (patch) | |
tree | 0f91df5401781aa193d880cee462609e8e959e44 /examples/framework-vue | |
parent | 8679954bf647529e0f2134053866fc507e64c5e3 (diff) | |
parent | 12dae50c776474748a80cb65c8bf1c67f0825cb0 (diff) | |
download | astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.tar.gz astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.tar.zst astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.zip |
Merge branch 'main' into next
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 2976c90fb..7433a67b8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^5.0.0-beta.0", "astro": "^5.0.0-beta.2", - "vue": "^3.5.3" + "vue": "^3.5.10" } } |