Skip to content

Commit a71bb66

Browse files
committed
Support React 16
1 parent c2ec128 commit a71bb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"superagent": "^3.5.1"
5757
},
5858
"peerDependencies": {
59-
"react": "^0.14.0 || ^15.0.0-0",
59+
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-rc",
6060
"redux": "^2.0.0 || ^3.0.0"
6161
},
6262
"devDependencies": {
@@ -78,7 +78,7 @@
7878
"mocha": "^2.4.5",
7979
"nyc": "^10.0.0",
8080
"prettier": "^1.3.1",
81-
"react": "^15.0.1",
81+
"react": "^16.0.0",
8282
"rimraf": "^2.4.3",
8383
"superagent-mock": "^3.3.0",
8484
"webpack": "^1.9.6"

0 commit comments

Comments
 (0)