Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit b4f86dc

Browse files
authored
Merge pull request #280 from bell-steven/master
add react 16 as a peer dependency
2 parents 449729f + 3984504 commit b4f86dc

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
@@ -77,8 +77,8 @@
7777
"prop-types": "^15.5.10"
7878
},
7979
"peerDependencies": {
80-
"react": "^0.14.7 || ^15.0.0-0",
81-
"react-dom": "^0.14.7 || ^15.0.0-0"
80+
"react": "^0.14.7 || ^15.0.0-0 || ^16.0.0-0",
81+
"react-dom": "^0.14.7 || ^15.0.0-0 || ^16.0.0-0"
8282
},
8383
"jest": {
8484
"snapshotSerializers": [

0 commit comments

Comments
 (0)