Skip to content

Commit 649ca20

Browse files
TarikHuberokonet
authored andcommitted
fix: Update peerDependencies to support React 16 (#43)
1 parent 0cb9dcb commit 649ca20

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,8 +56,8 @@
5656
"prop-types": "^15.5.8"
5757
},
5858
"peerDependencies": {
59-
"react": "^0.14.0 || ^15.0.0",
60-
"react-dom": "^0.14.0 || ^15.0.0"
59+
"react": "^0.14.0 || ^15.0.0 || 16.x",
60+
"react-dom": "^0.14.0 || ^15.0.0 || 16.x"
6161
},
6262
"devDependencies": {
6363
"babel": "^6.23.0",

0 commit comments

Comments
 (0)