diff options
author | 2024-09-24 09:42:32 +0100 | |
---|---|---|
committer | 2024-09-24 09:42:32 +0100 | |
commit | 7fa6f782cd50196b6c4350669c0a9d138e0fec5c (patch) | |
tree | 9eec8c80b61f058feb3118ab7f391089014dcfeb /examples/framework-vue | |
parent | cb5d3ae6ee6af646c9d7d46a9d8f551edac3092e (diff) | |
parent | 7814a6cad15f06931f963580176d9b38aa7819f2 (diff) | |
download | astro-7fa6f782cd50196b6c4350669c0a9d138e0fec5c.tar.gz astro-7fa6f782cd50196b6c4350669c0a9d138e0fec5c.tar.zst astro-7fa6f782cd50196b6c4350669c0a9d138e0fec5c.zip |
Merge branch 'main' into next
Diffstat (limited to 'examples/framework-vue')
-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 3231f9364..8214c6316 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.5.0", + "@astrojs/vue": "^4.5.1", "astro": "^5.0.0-beta.1", - "vue": "^3.4.38" + "vue": "^3.5.3" } } |