Skip to content

Commit

Permalink
fix #1688
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Oct 16, 2017
1 parent f2c0ee8 commit 9032174
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 @@ -55,9 +55,9 @@
"jest-cli": "^19.0.2",
"jquery": "^2.1.4",
"jsx-loader": "^0.13.2",
"react": "^0.14.3 || ^15.0.0",
"react": "^0.14.3 || ^15.0.0 || ^16.0.0",
"react-bootstrap": "^0.29.5",
"react-dom": "^0.14.3 || ^15.0.0",
"react-dom": "^0.14.3 || ^15.0.0 || ^16.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^3.0.0",
"style-loader": "^0.13.0",
Expand All @@ -74,7 +74,7 @@
"react-s-alert": "^1.3.0"
},
"peerDependencies": {
"react": "^0.14.3 || ^15.0.0"
"react": "^0.14.3 || ^15.0.0 || ^16.0.0"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit 9032174

Please sign in to comment.