diff options
author | 2025-01-31 14:34:32 +0000 | |
---|---|---|
committer | 2025-01-31 14:34:32 +0000 | |
commit | cbd056c94ce837e15cf3609a844e85e6459b1560 (patch) | |
tree | e20c7984bab30bbf5669c8f9c0476bb3424f8667 /packages/integrations/vue | |
parent | 6430aee5c79767036c7970af92a09bd8665a4836 (diff) | |
download | astro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.gz astro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.zst astro-cbd056c94ce837e15cf3609a844e85e6459b1560.zip |
fix(deps): update all non-major dependencies (#13074)
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 5d47085bf..de3a93e51 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.0.11", - "vite-plugin-vue-devtools": "^7.7.0" + "vite-plugin-vue-devtools": "^7.7.1" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "linkedom": "^0.18.6", + "linkedom": "^0.18.7", "vue": "^3.5.13" }, "peerDependencies": { |