diff options
author | 2024-07-23 11:43:14 +0800 | |
---|---|---|
committer | 2024-07-23 11:43:14 +0800 | |
commit | 536209aa74924dbde4084026e3b72832961813ac (patch) | |
tree | 374bd0683ca8387c0d793034ca6d558278a30a2b /packages/integrations/vue | |
parent | 80681318c6cb0f612fcb5188933fdd20a8f474a3 (diff) | |
download | astro-536209aa74924dbde4084026e3b72832961813ac.tar.gz astro-536209aa74924dbde4084026e3b72832961813ac.tar.zst astro-536209aa74924dbde4084026e3b72832961813ac.zip |
fix(deps): update all non-major dependencies (#11522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@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 a87892514..79fd90db7 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -46,7 +46,7 @@ "dependencies": { "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^4.0.0", - "@vue/compiler-sfc": "^3.4.31", + "@vue/compiler-sfc": "^3.4.33", "vite-plugin-vue-devtools": "^7.3.6" }, "devDependencies": { @@ -55,7 +55,7 @@ "cheerio": "1.0.0-rc.12", "linkedom": "^0.18.4", "vite": "^5.3.4", - "vue": "^3.4.31" + "vue": "^3.4.33" }, "peerDependencies": { "astro": "^4.0.0", |