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.7 to v5.66.9 #3787

Merged
merged 1 commit into from
Feb 21, 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.7",
"@tanstack/react-query-devtools": "5.66.7",
"@tanstack/react-query": "5.66.9",
"@tanstack/react-query-devtools": "5.66.9",
"@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.7",
"@tanstack/react-query": "5.66.9",
"@visx/axis": "3.12.0",
"@visx/curve": "3.12.0",
"@visx/event": "3.12.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5183,26 +5183,26 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query-devtools@npm:5.66.7":
version: 5.66.7
resolution: "@tanstack/react-query-devtools@npm:5.66.7"
"@tanstack/react-query-devtools@npm:5.66.9":
version: 5.66.9
resolution: "@tanstack/react-query-devtools@npm:5.66.9"
dependencies:
"@tanstack/query-devtools": "npm:5.65.0"
peerDependencies:
"@tanstack/react-query": ^5.66.7
"@tanstack/react-query": ^5.66.9
react: ^18 || ^19
checksum: 10/56ba322ae015f9188ed115b10be57f31569c5f3584d230e128da67a0bfb954016bcc05fe8b138fc4fde5b198bb26e00252f368fee5b3efae4565e4f113d90a9a
checksum: 10/dea59e8f5835e80dcd9624ec881d55ab78679efcf00d4a13eee8ad6b7a928e75db5f2fac73ff5634e7a4e96337b2ec551534f33a4ad98aba869c62d45d60f957
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.66.7":
version: 5.66.7
resolution: "@tanstack/react-query@npm:5.66.7"
"@tanstack/react-query@npm:5.66.9":
version: 5.66.9
resolution: "@tanstack/react-query@npm:5.66.9"
dependencies:
"@tanstack/query-core": "npm:5.66.4"
peerDependencies:
react: ^18 || ^19
checksum: 10/3d66a09f56f7722f3a7273e2217bcf078515779bedc09f6fdd0aba5eb6c810e74e39a2edcbb4d0bf538d84e395cb74f5fdfd085c48d50afe675cbbe5bef07e21
checksum: 10/c30b7074d55f4143979550a54fe5fdcf140460bbfadebb9754ca447fa2eee45c6732e1ad30a786fcdbec86dbf90e9372c5715b70e99b987953331b0b03beeec6
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.7"
"@tanstack/react-query": "npm:5.66.9"
"@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.7"
"@tanstack/react-query-devtools": "npm:5.66.7"
"@tanstack/react-query": "npm:5.66.9"
"@tanstack/react-query-devtools": "npm:5.66.9"
"@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