Skip to content

Commit 458d23c

Browse files
gaearontimdorr
authored andcommitted
Allow React 16 as peerDependency for 4.x (#660)
1 parent 3c8032b commit 458d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"loose-envify": "^1.1.0"
9696
},
9797
"peerDependencies": {
98-
"react": "^0.14.0 || ^15.0.0-0 || ^15.4.0-0",
98+
"react": "^0.14.0 || ^15.0.0-0 || ^15.4.0-0 || ^16.0.0-0",
9999
"redux": "^2.0.0 || ^3.0.0"
100100
},
101101
"browserify": {

0 commit comments

Comments
 (0)