mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-10 23:16:07 +08:00
修复peerDependence
This commit is contained in:
parent
8f175f8447
commit
15fa7754b5
|
@ -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