mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
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:
parent
367d21d7af
commit
d13cd89ecc
@ -48,5 +48,8 @@
|
|||||||
"ts-jest": "^26.5.6",
|
"ts-jest": "^26.5.6",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.8.4",
|
||||||
"vue": "3.2.41"
|
"vue": "3.2.41"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@babel/core": "^7.0.0-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user