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

Update tanstack-query monorepo from v5.66.3 to v5.66.5 #3780

Merged
merged 1 commit into from
Feb 17, 2025
Merged
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
4 changes: 2 additions & 2 deletions apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@mui/material": "6.2.1",
"@sentry/browser": "8.55.0",
"@sentry/react": "8.55.0",
"@tanstack/react-query": "5.66.3",
"@tanstack/react-query-devtools": "5.66.3",
"@tanstack/react-query": "5.66.5",
"@tanstack/react-query-devtools": "5.66.5",
"@visx/axis": "3.12.0",
"@visx/group": "3.12.0",
"@visx/responsive": "3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@mui/material": "6.2.1",
"@mui/system": "6.2.1",
"@mui/x-tree-view": "7.23.2",
"@tanstack/react-query": "5.66.3",
"@tanstack/react-query": "5.66.5",
"@visx/axis": "3.12.0",
"@visx/curve": "3.12.0",
"@visx/event": "3.12.0",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5169,10 +5169,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.66.3":
version: 5.66.3
resolution: "@tanstack/query-core@npm:5.66.3"
checksum: 10/385639b5371d5b801dc71e2f4669234cc5eb2e84ecee37a9814630c0e0fd62c018a6237b7acb5075f3c46e4023c8d1e49b86e4497b6a3faf957e7bbb7cf14b7e
"@tanstack/query-core@npm:5.66.4":
version: 5.66.4
resolution: "@tanstack/query-core@npm:5.66.4"
checksum: 10/2e646aa72f74981616c153a7f7fe335acc3697f4501a6279bbee12b434de94fe6d686cee5bc9a48107bd54fa5e7c62f630cf996b601680031447c716e8cfdc1f
languageName: node
linkType: hard

Expand All @@ -5183,26 +5183,26 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query-devtools@npm:5.66.3":
version: 5.66.3
resolution: "@tanstack/react-query-devtools@npm:5.66.3"
"@tanstack/react-query-devtools@npm:5.66.5":
version: 5.66.5
resolution: "@tanstack/react-query-devtools@npm:5.66.5"
dependencies:
"@tanstack/query-devtools": "npm:5.65.0"
peerDependencies:
"@tanstack/react-query": ^5.66.3
"@tanstack/react-query": ^5.66.5
react: ^18 || ^19
checksum: 10/fddfa9160531e9fcc546a4c2cd8e3e6075a6e73e4f8df85f100510a90d979f288dea84af139eb4ca088a630837336b05f68b699ee697a7da1df76cdef22e0db4
checksum: 10/fa799d5e90fb1ac263eaca44cb61a283545206a94c7b098b97bc6bd0826d626b62f0ce2e66c68991f03df5e901d72bf9707dea09bfce80887d28bc6dbfa082e8
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.66.3":
version: 5.66.3
resolution: "@tanstack/react-query@npm:5.66.3"
"@tanstack/react-query@npm:5.66.5":
version: 5.66.5
resolution: "@tanstack/react-query@npm:5.66.5"
dependencies:
"@tanstack/query-core": "npm:5.66.3"
"@tanstack/query-core": "npm:5.66.4"
peerDependencies:
react: ^18 || ^19
checksum: 10/6d62b4c0d84683eeedea1b8ccb67a7c58bf4185812812f238693e92b6903151197ec162624af96d3b34e79b111e1f49b77d0d045ed561da2908c9740784a78a3
checksum: 10/9c2826b2dfa46eec0ea77c1de7c2b0f20ac15eaff938c4270e28a5a074f1cf43b3445f1d6cc1a25bb6be3cb26183755e174aeb72201aa334fcfab09de2a6779a
languageName: node
linkType: hard

Expand Down Expand Up @@ -21051,7 +21051,7 @@ __metadata:
"@mui/material": "npm:6.2.1"
"@mui/system": "npm:6.2.1"
"@mui/x-tree-view": "npm:7.23.2"
"@tanstack/react-query": "npm:5.66.3"
"@tanstack/react-query": "npm:5.66.5"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.2.0"
Expand Down Expand Up @@ -23511,8 +23511,8 @@ __metadata:
"@mui/material": "npm:6.2.1"
"@sentry/browser": "npm:8.55.0"
"@sentry/react": "npm:8.55.0"
"@tanstack/react-query": "npm:5.66.3"
"@tanstack/react-query-devtools": "npm:5.66.3"
"@tanstack/react-query": "npm:5.66.5"
"@tanstack/react-query-devtools": "npm:5.66.5"
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.2.0"
"@types/d3-array": "npm:3.2.1"
Expand Down
Loading