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 ee7685a commit 5845bf6
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 @@ -45,7 +45,7 @@
"breadcrumbs"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down Expand Up @@ -78,8 +78,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 5845bf6

Please sign in to comment.