Skip to content

Commit 7b48e22

Browse files
authored
chore(plugin-vue-jsx): add peer deps (#8086)
1 parent 095543f commit 7b48e22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/plugin-vue-jsx/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@
2828
"@rollup/pluginutils": "^4.2.1",
2929
"@vue/babel-plugin-jsx": "^1.1.1",
3030
"hash-sum": "^2.0.0"
31+
},
32+
"peerDependencies": {
33+
"vite": "^2.0.0",
34+
"vue": "^3.0.0"
3135
}
3236
}

0 commit comments

Comments
 (0)