Skip to content

Commit 96f101d

Browse files
authored
Merge pull request #25 from dariusk/patch-1
Update peerDependencies for React 17
2 parents f2a6efa + 584967e commit 96f101d

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
@@ -17,8 +17,8 @@
1717
"publish": "npm publish"
1818
},
1919
"peerDependencies": {
20-
"react": "^16.8.0",
21-
"react-dom": "^16.8.6"
20+
"react": "^16.8.0 || ^17.0.0",
21+
"react-dom": "^16.8.6 || ^17.0.0"
2222
},
2323
"dependencies": {
2424
"@types/react": "^16.8.0",

0 commit comments

Comments
 (0)