diff options
author | 2025-01-13 23:59:09 +0800 | |
---|---|---|
committer | 2025-01-13 23:59:09 +0800 | |
commit | 7a0855b264c22875d3d5921c2d60382c3260f79d (patch) | |
tree | b62ca1a24d9af769c0c766f5ac942150c688b1f4 /packages/integrations/vue | |
parent | 3d89e6282235a8da45d9ddfe02bcf7ec78056941 (diff) | |
download | astro-7a0855b264c22875d3d5921c2d60382c3260f79d.tar.gz astro-7a0855b264c22875d3d5921c2d60382c3260f79d.tar.zst astro-7a0855b264c22875d3d5921c2d60382c3260f79d.zip |
fix(deps): update all non-major dependencies (#12579)
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index e78a9ed0b..41e2b29e5 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -44,15 +44,15 @@ "dependencies": { "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vue/compiler-sfc": "^3.5.12", + "@vue/compiler-sfc": "^3.5.13", "vite": "^6.0.7", - "vite-plugin-vue-devtools": "^7.6.7" + "vite-plugin-vue-devtools": "^7.7.0" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "linkedom": "^0.18.5", + "linkedom": "^0.18.6", "vue": "^3.5.13" }, "peerDependencies": { |