Skip to content

Commit

Permalink
Widen peer dependency range of use-subscription (#20225)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Nov 12, 2020
1 parent 15df051 commit e7006d6
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 e7006d6

Please sign in to comment.