mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复peerDependence
This commit is contained in:
parent
b97ad5cb6b
commit
c71d34cbac
|
@ -29,7 +29,8 @@
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"peerDependencyRules": {
|
"peerDependencyRules": {
|
||||||
"allowedVersions": {
|
"allowedVersions": {
|
||||||
"react": "17"
|
"react": "17",
|
||||||
|
"react-dom": "17"
|
||||||
},
|
},
|
||||||
"ignoreMissing": ["monaco-editor", "react-router"]
|
"ignoreMissing": ["monaco-editor", "react-router"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user