Skip to content

Commit 9ad10d6

Browse files
authored
Merge pull request #113 from danbtl/patch-1
Allow React 17 as peerDependency
2 parents 8f05354 + 15c5382 commit 9ad10d6

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
@@ -24,8 +24,8 @@
2424
"console"
2525
],
2626
"peerDependencies": {
27-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
28-
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
27+
"react": ">= 0.14.0 < 18.0.0",
28+
"react-dom": ">= 0.14.0 < 18.0.0"
2929
},
3030
"scripts": {
3131
"test": "jest",

0 commit comments

Comments
 (0)