Skip to content

Commit

Permalink
fix: allow to use with react 17.x (#97)
Browse files Browse the repository at this point in the history
Currently this library emits warnings during npm install if used with React 17. This change extends react peerDependency version range to allow usage with newer react versions
  • Loading branch information
kiurchv authored Apr 7, 2021
1 parent af1211a commit 67f704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"whatwg-fetch": "^3.6.2"
},
"peerDependencies": {
"react": "^16.8.6",
"react": "^16.8.6 || ^17.0.0",
"relay-runtime": ">=4.0.0",
"socket.io-client": ">=2.0.4"
},
Expand Down

0 comments on commit 67f704c

Please sign in to comment.