Skip to content

Commit

Permalink
Merge pull request #163 from brandonbloom/react-peer-dependencies
Browse files Browse the repository at this point in the history
Add react and react-dom as peer dependencies
  • Loading branch information
yoyo837 committed Oct 30, 2020
2 parents 9d5145f + 2200452 commit c2a8ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@
"dependencies": {
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}

0 comments on commit c2a8ee0

Please sign in to comment.