Skip to content

Commit 2226933

Browse files
authored
Allow React 17 as peer dependency (#168)
1 parent fdc8276 commit 2226933

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"classnames": "^2.2.5"
6363
},
6464
"peerDependencies": {
65-
"prop-types": "^15.3.0 || ^16.0.0",
66-
"react": "^15.3.0 || ^16.0.0",
67-
"react-dom": "^15.3.0 || ^16.0.0"
65+
"prop-types": ">= 15.3.0 < 18",
66+
"react": ">= 15.3.0 < 18",
67+
"react-dom": ">= 15.3.0 < 18"
6868
}
6969
}

0 commit comments

Comments
 (0)