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

Commit d1d15e1

Browse files
authored
fix: update React peer dependency (#76)
Same as [recent react-query PR](TanStack/query#1260), update React versions in peer dependency.
1 parent 86f5a8d commit d1d15e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"match-sorter": "^4.1.0"
3131
},
3232
"peerDependencies": {
33-
"react": "^16.6.3",
33+
"react": "^16.6.3 || ^17.0.0",
3434
"react-query": "^2.0.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)