Skip to content

Commit

Permalink
fix: Change pinned peerDeps to a range (#5833)
Browse files Browse the repository at this point in the history
Peer Dependencies should be ranges to allow consumers to change versions more freely.

RELEASE_ALL
  • Loading branch information
dbasilio committed Aug 4, 2023
1 parent ebe03b6 commit 88bd699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@tanstack/react-query": "workspace:*"
"@tanstack/react-query": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/react-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"@tanstack/query-persist-client-core": "workspace:*"
},
"peerDependencies": {
"@tanstack/react-query": "workspace:*"
"@tanstack/react-query": "workspace:^"
}
}

0 comments on commit 88bd699

Please sign in to comment.