Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
fix: update React peer dependency (#76)
Browse files Browse the repository at this point in the history
Same as [recent react-query PR](TanStack/query#1260), update React versions in peer dependency.
  • Loading branch information
Belco90 authored Nov 5, 2020
1 parent 86f5a8d commit d1d15e1
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 @@ -30,7 +30,7 @@
"match-sorter": "^4.1.0"
},
"peerDependencies": {
"react": "^16.6.3",
"react": "^16.6.3 || ^17.0.0",
"react-query": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d1d15e1

Please sign in to comment.