Skip to content

Commit

Permalink
修复peerDependence
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed May 3, 2022
1 parent b97ad5c commit c71d34c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "17"
"react": "17",
"react-dom": "17"
},
"ignoreMissing": ["monaco-editor", "react-router"]
}
Expand Down

0 comments on commit c71d34c

Please sign in to comment.