修复peerDependence

This commit is contained in:
whyour 2022-05-03 15:55:39 +08:00
parent b97ad5cb6b
commit c71d34cbac

View File

@ -29,7 +29,8 @@
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "17"
"react": "17",
"react-dom": "17"
},
"ignoreMissing": ["monaco-editor", "react-router"]
}