Skip to content

Commit bef4608

Browse files
authored
chore: vite as peer dep for plugin-vue (#4979)
1 parent a475a84 commit bef4608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme",
3131
"peerDependencies": {
32-
"@vue/compiler-sfc": "^3.2.6"
32+
"@vue/compiler-sfc": "^3.2.6",
33+
"vite": "^2.5.9"
3334
},
3435
"devDependencies": {
3536
"@rollup/pluginutils": "^4.1.1",

0 commit comments

Comments
 (0)