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

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Update React Query peer dependency to ^2.0.0
  • Loading branch information
tannerlinsley committed Jun 24, 2020
1 parent dc0bdcb commit 552808d
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 @@ -31,7 +31,7 @@
},
"peerDependencies": {
"react": "^16.6.3",
"react-query": "^1.0.0"
"react-query": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down

0 comments on commit 552808d

Please sign in to comment.