Skip to content

Commit fd6c18f

Browse files
authored
Merge pull request #112 from calebhskim/patch-peer-deps
Update peer dependencies to support React 17 and React-Dom 17
2 parents d7e6d43 + e3131d5 commit fd6c18f

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
@@ -75,8 +75,8 @@
7575
"typescript": "3.7.5"
7676
},
7777
"peerDependencies": {
78-
"react": "^16.8.4",
79-
"react-dom": "^16.8.4"
78+
"react": ">=16.8.4",
79+
"react-dom": ">=16.8.4"
8080
},
8181
"repository": {
8282
"type": "git",

0 commit comments

Comments
 (0)