Skip to content
Closed
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.2",
"@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.2":
version: 5.90.2
resolution: "@tanstack/query-core@npm:5.90.2"
checksum: 10c0/695a7450b0bb9f6dd21bebeacfc962dfc886631a3b3a13c33a842ef719b4c3dd30c15febe8c1ade6902a85e0f387c51a97570f430cc8f5c7032ff737d6410597
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.2":
version: 5.90.2
resolution: "@tanstack/react-query@npm:5.90.2"
dependencies:
"@tanstack/query-core": "npm:5.62.9"
"@tanstack/query-core": "npm:5.90.2"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/df6dab08dcbec5d7458855107d81e9a4cb4fef9f2302341168ec2de42fa2935f523b4086b77ab626aa7baf468cb4cd050ab6043fafae794544273d1e7f5cead9
checksum: 10c0/22e76626a59890409858521b0e42b49219126a4ea5ed79eaa48a267959175dfdd28b30b9b03a415dccf703d95c18100a9d8917679818f6d2adc26d6c5f96a4d6
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.2"
"@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