diff options
author | 2024-10-07 15:52:21 +0200 | |
---|---|---|
committer | 2024-10-07 15:52:21 +0200 | |
commit | b75758f88389ff77072719e8e35604a5d2e9ad70 (patch) | |
tree | 33902612f5f4a2a5bf67195a00e1aeddc678f509 /examples/framework-vue | |
parent | dcc1e895abbad1311719803363c933541c0ad984 (diff) | |
parent | 46cbf10c4baf0218f83aa741863e044374ea64d1 (diff) | |
download | astro-b75758f88389ff77072719e8e35604a5d2e9ad70.tar.gz astro-b75758f88389ff77072719e8e35604a5d2e9ad70.tar.zst astro-b75758f88389ff77072719e8e35604a5d2e9ad70.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 78339a31e..f7ab9d093 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.3", - "vue": "^3.5.10" + "vue": "^3.5.11" } } |