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

fix(deps): update tanstack-query monorepo to v5.62.11 (minor) #1009

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"Thibault Reidy"
],
"dependencies": {
"@tanstack/react-query": "5.61.5",
"@tanstack/react-query-devtools": "5.61.5",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query-devtools": "5.62.11",
"axios": "1.7.8",
"http-status-codes": "2.3.0"
},
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,8 @@ __metadata:
"@eslint/js": "npm:9.15.0"
"@graasp/sdk": "npm:5.4.0"
"@graasp/translations": "npm:1.42.0"
"@tanstack/react-query": "npm:5.61.5"
"@tanstack/react-query-devtools": "npm:5.61.5"
"@tanstack/react-query": "npm:5.62.11"
"@tanstack/react-query-devtools": "npm:5.62.11"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
Expand Down Expand Up @@ -1006,40 +1006,40 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.61.5":
version: 5.61.5
resolution: "@tanstack/query-core@npm:5.61.5"
checksum: 10/e84a9dbd93cf5fa7abe7d4ba607e054cf15621194e1ec0145e05b826c0a27123947f0cc937cafe6254fb2289c0013b2283796f8c3844c0a19ed6082fb70a6632
"@tanstack/query-core@npm:5.62.9":
version: 5.62.9
resolution: "@tanstack/query-core@npm:5.62.9"
checksum: 10/1a10a256d8c7da657d4c370f46bfc9f874bbaa201f5ef63f2d20f20eb5c9f515228c76e9b75e2510a78541a6dc2903cbb3e1495b81037585a67542d48839d977
languageName: node
linkType: hard

"@tanstack/query-devtools@npm:5.61.4":
version: 5.61.4
resolution: "@tanstack/query-devtools@npm:5.61.4"
checksum: 10/5267732b37781865c24241b9ffdd4d84d04d4e193f29fa9f0220967dcc738a3be25edcd45784fbeed340012200742a18bae25ce34f13190cc8dcb65bbee076ea
"@tanstack/query-devtools@npm:5.62.9":
version: 5.62.9
resolution: "@tanstack/query-devtools@npm:5.62.9"
checksum: 10/33c3617da4db69fa2805dd7cb76ce4ffc769974ca670421d6a5c16f108c80f885d264987f1f3b3b0bb2cf8fdf609e73b2dfc50fe0b735af1bd1cc62e0d4857c7
languageName: node
linkType: hard

"@tanstack/react-query-devtools@npm:5.61.5":
version: 5.61.5
resolution: "@tanstack/react-query-devtools@npm:5.61.5"
"@tanstack/react-query-devtools@npm:5.62.11":
version: 5.62.11
resolution: "@tanstack/react-query-devtools@npm:5.62.11"
dependencies:
"@tanstack/query-devtools": "npm:5.61.4"
"@tanstack/query-devtools": "npm:5.62.9"
peerDependencies:
"@tanstack/react-query": ^5.61.5
"@tanstack/react-query": ^5.62.11
react: ^18 || ^19
checksum: 10/1a6d34bd02a882aa98c6839e8d8b5859c498a82087f38b826956822c01054e76d690b89d5c36df102c1e62bc12f77c276856ed2dfc526f68f5684ad6d5d82a4e
checksum: 10/ce2da327f6afbe8a077297294e6fc47f1ca6e4c362c789cc1ef8bb579410ff61ba553c63696beebc3222349eaa37274960d13598fa0cab0dae95679db3530743
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.61.5":
version: 5.61.5
resolution: "@tanstack/react-query@npm:5.61.5"
"@tanstack/react-query@npm:5.62.11":
version: 5.62.11
resolution: "@tanstack/react-query@npm:5.62.11"
dependencies:
"@tanstack/query-core": "npm:5.61.5"
"@tanstack/query-core": "npm:5.62.9"
peerDependencies:
react: ^18 || ^19
checksum: 10/ae2108b03cc4b02c0dd08ddab44a157cdfa9949ccf5d4f4f7aa2d11ff345b3bc7a405138322ad99a538f476a77b2a188eb199119806df507cc988f09e8b34535
checksum: 10/3f2c372fb7fa656a4d61599657f6df3d8a9164ade866c456c2139f29fc991ee7fbe2dfcd6e1da87bff6583e528f4914c8f8cf209ece8219c20f2a8c661d98e13
languageName: node
linkType: hard

Expand Down
Loading