From 8fec6236866d1be08cdd95a25634229228242a6b Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 24 Aug 2021 11:59:15 -0400 Subject: [PATCH] chore: bump vue deps to 3.2.5 --- packages/plugin-vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index a95781c8..e8b2e2b1 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -29,12 +29,12 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme", "peerDependencies": { - "@vue/compiler-sfc": "^3.2.0" + "@vue/compiler-sfc": "^3.2.5" }, "devDependencies": { "@rollup/pluginutils": "^4.1.1", "@types/hash-sum": "^1.0.0", - "@vue/compiler-sfc": "^3.2.0", + "@vue/compiler-sfc": "^3.2.5", "debug": "^4.3.2", "hash-sum": "^2.0.0", "rollup": "^2.38.5",