Skip to content

Commit

Permalink
Support React v16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Oct 6, 2017
1 parent ac231c0 commit d7b2fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"iframe"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"prop-types": "^15.5.8"
Expand All @@ -70,8 +70,8 @@
"html-webpack-plugin": "~2.28.0",
"http-server": "~0.9.0",
"nib": "~1.1.2",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react": "^0.14.0 || >=15.0.0",
"react-dom": "^0.14.0 || >=15.0.0",
"style-loader": "~0.16.1",
"stylint": "~1.5.9",
"stylint-loader": "~1.0.0",
Expand Down

0 comments on commit d7b2fb6

Please sign in to comment.