diff options
author | 2024-07-31 21:17:26 +0800 | |
---|---|---|
committer | 2024-07-31 21:17:26 +0800 | |
commit | 750d5328c93be9ac3df352d2d813c109891c8e64 (patch) | |
tree | 0c4311f9cc36d323fd0a1ad96286c110a9de162a /packages/integrations/vue | |
parent | 45ad326932971b44630a32d9092c9505f24f42f8 (diff) | |
download | astro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.gz astro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.zst astro-750d5328c93be9ac3df352d2d813c109891c8e64.zip |
fix(deps): update all non-major dependencies (#11565)
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 79fd90db7..65ee0ebcf 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -44,18 +44,18 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.1", "@vitejs/plugin-vue-jsx": "^4.0.0", - "@vue/compiler-sfc": "^3.4.33", - "vite-plugin-vue-devtools": "^7.3.6" + "@vue/compiler-sfc": "^3.4.35", + "vite-plugin-vue-devtools": "^7.3.7" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", "linkedom": "^0.18.4", - "vite": "^5.3.4", - "vue": "^3.4.33" + "vite": "^5.3.5", + "vue": "^3.4.35" }, "peerDependencies": { "astro": "^4.0.0", |