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.0 to v5.66.3 #3779

Merged
merged 1 commit into from
Feb 16, 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.0",
"@tanstack/react-query-devtools": "5.66.0",
"@tanstack/react-query": "5.66.3",
"@tanstack/react-query-devtools": "5.66.3",
"@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.0",
"@tanstack/react-query": "5.66.3",
"@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.0":
version: 5.66.0
resolution: "@tanstack/query-core@npm:5.66.0"
checksum: 10/ba8623c0272e36d3ce616afa024d43e07e6b69170219b32eb4f60156fee9ac4ffa74d2fbb999739b6dea757b75966e76129271f4224f06c59deee24a72944da4
"@tanstack/query-core@npm:5.66.3":
version: 5.66.3
resolution: "@tanstack/query-core@npm:5.66.3"
checksum: 10/385639b5371d5b801dc71e2f4669234cc5eb2e84ecee37a9814630c0e0fd62c018a6237b7acb5075f3c46e4023c8d1e49b86e4497b6a3faf957e7bbb7cf14b7e
languageName: node
linkType: hard

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

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

"@tanstack/react-query@npm:5.66.0":
version: 5.66.0
resolution: "@tanstack/react-query@npm:5.66.0"
"@tanstack/react-query@npm:5.66.3":
version: 5.66.3
resolution: "@tanstack/react-query@npm:5.66.3"
dependencies:
"@tanstack/query-core": "npm:5.66.0"
"@tanstack/query-core": "npm:5.66.3"
peerDependencies:
react: ^18 || ^19
checksum: 10/482decc02664e756c66c9ff46279b5eb3f0fb29fcdcb51b96319e8487a2b2e8b151319d6a5d9ef1180523a1792d6449cec2e9bfa87f37a4f755fc9d95534585d
checksum: 10/6d62b4c0d84683eeedea1b8ccb67a7c58bf4185812812f238693e92b6903151197ec162624af96d3b34e79b111e1f49b77d0d045ed561da2908c9740784a78a3
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.0"
"@tanstack/react-query": "npm:5.66.3"
"@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.0"
"@tanstack/react-query-devtools": "npm:5.66.0"
"@tanstack/react-query": "npm:5.66.3"
"@tanstack/react-query-devtools": "npm:5.66.3"
"@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