diff options
author | 2025-03-04 10:58:12 +0000 | |
---|---|---|
committer | 2025-03-04 10:58:12 +0000 | |
commit | 16d6d41b2e8b4c418b580f945d26a1ef386940a4 (patch) | |
tree | 64e174360637536f182dd6b876479c079a378283 /packages/integrations/vue | |
parent | 5c0e0eaa908bbfd6705eb950713c26c9ee0bd32d (diff) | |
download | astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.tar.gz astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.tar.zst astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.zip |
fix(deps): update all non-major dependencies (#13346)
* fix(deps): update all non-major dependencies
* chore: fix type issue
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.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 38cd7c501..1212f10a5 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -46,13 +46,13 @@ "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/compiler-sfc": "^3.5.13", "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.1" + "vite-plugin-vue-devtools": "^7.7.2" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "linkedom": "^0.18.7", + "linkedom": "^0.18.9", "vue": "^3.5.13" }, "peerDependencies": { |