Skip to content

Commit

Permalink
Merge pull request tonyhb#82 from j4k/update-for-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Invader444 committed Jan 23, 2018
2 parents fdb4b6f + d7f0b4f commit 0992a0a
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 346 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"chai": "^3.4.1",
"jsdom": "^7.2.1",
"mocha": "^2.3.4",
"react-dom": "15.5.0"
"react-dom": "^16.0.0",
"react": "^16.0.0"
},
"dependencies": {
"babel-register": "^6.6.0",
Expand All @@ -43,6 +44,7 @@
"redux": "^3.0.4"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0"
}
}
Loading

0 comments on commit 0992a0a

Please sign in to comment.