Skip to content

Commit

Permalink
React 16 support
Browse files Browse the repository at this point in the history
Update peer dependencies to include React 16.
  • Loading branch information
sapegin committed Oct 2, 2017
1 parent c27e2d7 commit 88739e8
Show file tree
Hide file tree
Showing 2 changed files with 3,598 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"eslint-plugin-react": "^6.10.0",
"git-prepush-hook": "^1.0.2",
"jest": "^19.0.2",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rimraf": "^2.6.0"
},
"peerDependencies": {
"react": ">= 15.0.0 < 16.0.0"
"react": ">= 15.0.0 < 17.0.0"
},
"pre-push": [
"test:all"
Expand Down
Loading

0 comments on commit 88739e8

Please sign in to comment.