Skip to content

Commit

Permalink
fix: minimum react version must be 16.8.0 (the one with hooks)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed May 3, 2019
1 parent 0af4c11 commit 6feda8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"react-syntax-highlighter": "^10.1.2"
},
"peerDependencies": {
"react": ">=0.16.0"
"react": ">=16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
Expand Down

0 comments on commit 6feda8f

Please sign in to comment.