diff options
author | 2024-10-22 13:07:28 +0100 | |
---|---|---|
committer | 2024-10-22 13:07:28 +0100 | |
commit | 2edcad14908a3a2225d660b350f2c56c682beb28 (patch) | |
tree | bae013f677499b2917a57e100ce3f61d2ceba318 /packages/integrations/vue | |
parent | 4ddc63b39c71f5e53e0406b0f2b0a814e355ee33 (diff) | |
download | astro-2edcad14908a3a2225d660b350f2c56c682beb28.tar.gz astro-2edcad14908a3a2225d660b350f2c56c682beb28.tar.zst astro-2edcad14908a3a2225d660b350f2c56c682beb28.zip |
fix(deps): update all non-major dependencies (#12266)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index b61278702..eb59a5356 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -48,7 +48,7 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.5.12", - "vite-plugin-vue-devtools": "^7.4.6" + "vite-plugin-vue-devtools": "^7.5.2" }, "devDependencies": { "astro": "workspace:*", |