diff options
author | 2024-05-09 15:20:13 +0800 | |
---|---|---|
committer | 2024-05-09 15:20:13 +0800 | |
commit | f9b6f4fc2f9405928687e09ec3beebda1aab318f (patch) | |
tree | 6b15405691fe46f6ee12b968f1fe94456e255a3f /packages/integrations/vue | |
parent | e39ee5662d870a91a75b6b3ac441b9e3ef9e1063 (diff) | |
download | astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.gz astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.zst astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.zip |
chore(deps): update all non-major dependencies (#10958)
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 5fcf280a4..f948f183e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,7 +42,7 @@ "dependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/compiler-sfc": "^3.4.26", + "@vue/compiler-sfc": "^3.4.27", "vite-plugin-vue-devtools": "^7.1.3" }, "devDependencies": { @@ -50,8 +50,8 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", "linkedom": "^0.16.11", - "vite": "^5.2.10", - "vue": "^3.4.26" + "vite": "^5.2.11", + "vue": "^3.4.27" }, "peerDependencies": { "astro": "^4.0.0", |