Skip to content

Commit

Permalink
Add "prop-types" to dependencies of "react-test-renderer" (#11340)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 23, 2017
1 parent 4ceb5a4 commit faf3697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"homepage": "https://reactjs.org/",
"dependencies": {
"fbjs": "^0.8.16",
"object-assign": "^4.1.1"
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down

0 comments on commit faf3697

Please sign in to comment.