mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复peerDependence
This commit is contained in:
parent
b97ad5cb6b
commit
c71d34cbac
|
@ -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