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 6f79059 commit a51cd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"chart"
],
"peerDependencies": {
"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"
},
"dependencies": {
"d3-color": "^1.0.2",
Expand Down Expand Up @@ -81,8 +81,8 @@
"html-webpack-plugin": "~2.28.0",
"http-server": "~0.10.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.18.1",
"stylint": "~1.5.9",
"stylint-loader": "~1.0.0",
Expand Down

0 comments on commit a51cd65

Please sign in to comment.