Skip to content

Commit

Permalink
Update peerDependencies
Browse files Browse the repository at this point in the history
Version 5.0.0 works with hooks and react >= 16.8.6 is required.
  • Loading branch information
gpietro authored Jul 3, 2019
1 parent 73265f5 commit 92bd579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"webpack-cli": "^3.3.5"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@material-ui/core": "^4.1.3",
Expand Down

0 comments on commit 92bd579

Please sign in to comment.