diff options
author | 2024-11-27 16:20:16 +0800 | |
---|---|---|
committer | 2024-11-27 16:20:16 +0800 | |
commit | 6fc29e3c24a23774d2bd960028716a660d3e9b53 (patch) | |
tree | 546653718c0b8910383455d625558213b1954f08 /examples/framework-vue | |
parent | cf0d8b08a0f16bba7310d1a92c82b5a276682e8c (diff) | |
download | astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.gz astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.zst astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.zip |
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
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 441314692..1352d3794 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.3", "astro": "^4.16.15", - "vue": "^3.5.12" + "vue": "^3.5.13" } } |