Skip to content

Commit

Permalink
Widen peer dependency range of use-subscription (facebook#20225)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored and koto committed Jun 15, 2021
1 parent d5b7ae4 commit 891f487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"object-assign": "^4.1.1"
},
"peerDependencies": {
"react": "^17.0.0"
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"rxjs": "^5.5.6"
Expand Down

0 comments on commit 891f487

Please sign in to comment.