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