Skip to content

Commit

Permalink
Relax react peer dependency range to ^16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Feb 9, 2019
1 parent f1c89ec commit 4380ca7
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 @@ -18,7 +18,7 @@
"react-dom": "^16.8.1"
},
"peerDependencies": {
"react": "^16.7.0"
"react": "^16.6.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-react": "^7.12.4",
"jest": "^23.6.0",
"prop-types": "^15.6.2",
"react": "^16.7.0"
"react": "^16.6.0"
},
"keywords": [
"react",
Expand Down

0 comments on commit 4380ca7

Please sign in to comment.