fix: add @babel/core as peerDependencies

Fixes pnpm & yarn warnings as said in https://github.com/vuejs/create-vue/issues/213
This commit is contained in:
Haoqun Jiang 2022-12-14 16:59:47 +08:00
parent 367d21d7af
commit d13cd89ecc
No known key found for this signature in database
GPG Key ID: BC1665FD8DE94CD5

View File

@ -48,5 +48,8 @@
"ts-jest": "^26.5.6",
"typescript": "^4.8.4",
"vue": "3.2.41"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
}