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 c3128af commit af8e6a4
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 @@ -44,7 +44,7 @@
"react-navs"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"@trendmicro/react-anchor": "^0.5.5",
Expand Down Expand Up @@ -80,8 +80,8 @@
"http-server": "~0.10.0",
"json-loader": "~0.5.4",
"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.2",
"stylint": "~1.5.9",
"stylint-loader": "~1.0.0",
Expand Down

0 comments on commit af8e6a4

Please sign in to comment.