Skip to content

Commit

Permalink
fix(dependencies): add missing peer dependency for react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Jul 12, 2020
1 parent 128ac11 commit 4c832c6
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 @@ -162,6 +162,7 @@
"react-portalize": "^2.1.0"
},
"peerDependencies": {
"react": ">=16.8"
"react": ">=16.8",
"react-dom": ">=16.8"
}
}

0 comments on commit 4c832c6

Please sign in to comment.