Skip to content
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@opentelemetry/sdk-trace-web": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.37.0",
"@tanstack/query-async-storage-persister": "^5.62.8",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-query-persist-client": "^5.74.4",
"i18next": "^24.2.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4332,20 +4332,20 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.62.9":
version: 5.62.9
resolution: "@tanstack/query-core@npm:5.62.9"
checksum: 10c0/3d0708ec761563bbb5c5efa97160d10ed891b63a61cc24ebc04c24d8196e7fa5cde89ea220e70546fc94066fa1034c1a368138dab3f353c82846cc5f9595a7fc
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.74.4":
version: 5.74.4
resolution: "@tanstack/query-core@npm:5.74.4"
checksum: 10c0/e74d0520b2ee14c8a65f9ff00e335cb9d25453b8af08d776ff3f7a6ba24178cbf4d6a884412df5a0747737e4ca87f637dafaad2c0f0e6afd7cd22e32e0d7dced
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.90.5":
version: 5.90.5
resolution: "@tanstack/query-core@npm:5.90.5"
checksum: 10c0/3b9460cc10d494357a30ddd3138f2a831611d14b5b8ce3587daa17a078d63945fcdf419864d9dc8e1249aa89b512003d2f134977c64ceccdbdfdd79f1f7e0a34
languageName: node
linkType: hard

"@tanstack/query-devtools@npm:5.64.2":
version: 5.64.2
resolution: "@tanstack/query-devtools@npm:5.64.2"
Expand Down Expand Up @@ -4395,14 +4395,14 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.62.10":
version: 5.62.10
resolution: "@tanstack/react-query@npm:5.62.10"
"@tanstack/react-query@npm:^5.90.5":
version: 5.90.5
resolution: "@tanstack/react-query@npm:5.90.5"
dependencies:
"@tanstack/query-core": "npm:5.62.9"
"@tanstack/query-core": "npm:5.90.5"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/df6dab08dcbec5d7458855107d81e9a4cb4fef9f2302341168ec2de42fa2935f523b4086b77ab626aa7baf468cb4cd050ab6043fafae794544273d1e7f5cead9
checksum: 10c0/b2450259e40afc2aec5e455414f204c511ec98ebbbd25963316ab72b25758722ee424ed51210bd6863f78f03ae414e18571879f9d70a022e11049f3f04ef5ce2
languageName: node
linkType: hard

Expand Down Expand Up @@ -13520,7 +13520,7 @@ __metadata:
"@storybook/react-vite": "npm:^8.4.7"
"@storybook/test": "npm:^8.6.14"
"@tanstack/query-async-storage-persister": "npm:^5.62.8"
"@tanstack/react-query": "npm:^5.62.10"
"@tanstack/react-query": "npm:^5.90.5"
"@tanstack/react-query-devtools": "npm:^5.64.2"
"@tanstack/react-query-persist-client": "npm:^5.74.4"
"@testing-library/react": "npm:^16.2.0"
Expand Down
Loading