Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @tanstack/react-query-devtools from 5.39.0 to 5.52.0 in /client #668

Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mantine/tiptap": "^7.10.0",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.39.0",
"@tanstack/react-query-devtools": "^5.52.0",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
Expand Down
22 changes: 11 additions & 11 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -590,22 +590,22 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-devtools@npm:5.37.1":
version: 5.37.1
resolution: "@tanstack/query-devtools@npm:5.37.1"
checksum: 10c0/c52c320972e2b430da69f18295ddb2c62ea5c3c1b83481b225be799f7e955e32782d68871bddc141acc468cf4d7ad5dcdd2c88ff3edc90021d28e57252dfab8b
"@tanstack/query-devtools@npm:5.51.16":
version: 5.51.16
resolution: "@tanstack/query-devtools@npm:5.51.16"
checksum: 10c0/40f1fbad77b703b96809b06323962614f9868b6e453fbcfcc1c73f3ff4f479f4ef066706fdfb3c3be33da76122dac21725de42c0f65ac0344d3839688d672c32
languageName: node
linkType: hard

"@tanstack/react-query-devtools@npm:^5.39.0":
version: 5.39.0
resolution: "@tanstack/react-query-devtools@npm:5.39.0"
"@tanstack/react-query-devtools@npm:^5.52.0":
version: 5.52.0
resolution: "@tanstack/react-query-devtools@npm:5.52.0"
dependencies:
"@tanstack/query-devtools": "npm:5.37.1"
"@tanstack/query-devtools": "npm:5.51.16"
peerDependencies:
"@tanstack/react-query": ^5.39.0
"@tanstack/react-query": ^5.52.0
react: ^18 || ^19
checksum: 10c0/7f383293ad8cdbe0b0368e27bcbb753e091714e576a965411e78af6acce9672a981c3e9169eee4a886ab1851434588f80264ba0455bb3e8fbfa578929c93841d
checksum: 10c0/29ddcc73ad5b9d54820255f3e63152ccd83b87a19121fb9a90cb760a15c72c3ca1b701010cc6603843139dd14c22450317901af3d126fc9dd41780923bedfbc1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2735,7 +2735,7 @@ __metadata:
"@tabler/icons-react": "npm:^3.5.0"
"@tanstack/eslint-plugin-query": "npm:^5.35.6"
"@tanstack/react-query": "npm:^5.39.0"
"@tanstack/react-query-devtools": "npm:^5.39.0"
"@tanstack/react-query-devtools": "npm:^5.52.0"
"@tiptap/core": "npm:^2.4.0"
"@tiptap/extension-highlight": "npm:^2.4.0"
"@tiptap/extension-link": "npm:^2.4.0"
Expand Down
Loading