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

Commit 3984504

Browse files
committed
add react 16 as a peer dependency
1 parent 449729f commit 3984504

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)