Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/openapi-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"openapi-typescript-helpers": "workspace:^"
},
"devDependencies": {
"@tanstack/react-query": "^5.75.1",
"@tanstack/react-query": "^5.80.0",
"@testing-library/react": "^16.3.0",
"@types/react": "18.3.21",
"@vitejs/plugin-react": "^4.4.1",
Expand All @@ -69,7 +69,7 @@
"react-error-boundary": "^6.0.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query": "^5.80.0",
"openapi-fetch": "workspace:^"
}
}
1 change: 0 additions & 1 deletion packages/openapi-react-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export type UseInfiniteQueryMethod<Paths extends Record<string, Record<HttpMetho
Response["data"],
Response["error"],
InferSelectReturnType<InfiniteData<Response["data"]>, Options["select"]>,
Response["data"],
QueryKey<Paths, Method, Path>,
unknown
>,
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.