mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 12:50:37 +08:00
修复peerDependence
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"allowedVersions": {
|
||||
"react": "17"
|
||||
"react": "17",
|
||||
"react-dom": "17"
|
||||
},
|
||||
"ignoreMissing": ["monaco-editor", "react-router"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user