Skip to content

Commit

Permalink
Make React a peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Mar 28, 2019
1 parent 54c3c18 commit dc04187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
],
"dependencies": {
"hoist-non-react-statics": "^3.2.1",
"jed": "^1.1.1",
"jed": "^1.1.1"
},
"peerDependencies": {
"react": "^16.8.4"
},
"devDependencies": {
Expand Down Expand Up @@ -50,6 +52,7 @@
"jest-serializer-enzyme": "^1.0.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.2",
"react": "^16.8.4",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.8.4"
},
Expand Down

0 comments on commit dc04187

Please sign in to comment.