diff options
author | 2024-04-30 12:00:05 +0800 | |
---|---|---|
committer | 2024-04-30 12:00:05 +0800 | |
commit | 05d58eff075c904cdab85fe315ee4f5820060d00 (patch) | |
tree | cc1e7b60380528b589a16a737f2fe87f0d79bb44 /packages/integrations/vue | |
parent | 00eda992e1fa323ca0c7fe8b18467ed947f1869d (diff) | |
download | astro-05d58eff075c904cdab85fe315ee4f5820060d00.tar.gz astro-05d58eff075c904cdab85fe315ee4f5820060d00.tar.zst astro-05d58eff075c904cdab85fe315ee4f5820060d00.zip |
fix(deps): update all non-major dependencies (#10901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 4708400a8..102d102ba 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,7 +42,7 @@ "dependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/compiler-sfc": "^3.4.23" + "@vue/compiler-sfc": "^3.4.26" }, "devDependencies": { "astro": "workspace:*", @@ -50,7 +50,7 @@ "cheerio": "1.0.0-rc.12", "linkedom": "^0.16.11", "vite": "^5.2.10", - "vue": "^3.4.23" + "vue": "^3.4.26" }, "peerDependencies": { "astro": "^4.0.0", |