Skip to content

Commit 950bf8a

Browse files
chore(deps): bump @tanstack/react-query from 5.66.0 to 5.67.2 (#3172)
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.66.0 to 5.67.2. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.67.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfb60a6 commit 950bf8a

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/apps/dashboard/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mui/styled-engine-sc": "6.4.0",
2222
"@mui/x-data-grid": "^7.23.2",
2323
"@mui/x-date-pickers": "^7.23.6",
24-
"@tanstack/react-query": "^5.48.0",
24+
"@tanstack/react-query": "^5.67.2",
2525
"@types/react-router-dom": "^5.3.3",
2626
"@types/recharts": "^1.8.29",
2727
"axios": "^1.7.2",

packages/apps/fortune/exchange-oracle/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@human-protocol/sdk": "*",
2929
"@mui/material": "^5.16.7",
3030
"@tanstack/query-sync-storage-persister": "^5.59.0",
31-
"@tanstack/react-query": "^5.60.5",
31+
"@tanstack/react-query": "^5.67.2",
3232
"@tanstack/react-query-persist-client": "^5.67.2",
3333
"axios": "^1.7.2",
3434
"ethers": "^6.13.5",

packages/apps/human-app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@reown/appkit": "1.3.2",
2727
"@reown/appkit-adapter-wagmi": "1.3.2",
2828
"@synaps-io/verify-sdk": "^4.0.45",
29-
"@tanstack/react-query": "^5.61.0",
29+
"@tanstack/react-query": "^5.67.2",
3030
"date-fns": "^4.1.0",
3131
"ethers": "^6.13.5",
3232
"i18next": "^23.8.2",

packages/apps/job-launcher/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@stripe/react-stripe-js": "^3.0.0",
1616
"@stripe/stripe-js": "^4.2.0",
1717
"@tanstack/query-sync-storage-persister": "^5.59.0",
18-
"@tanstack/react-query": "^5.60.5",
18+
"@tanstack/react-query": "^5.67.2",
1919
"@tanstack/react-query-persist-client": "^5.67.2",
2020
"axios": "^1.1.3",
2121
"copy-to-clipboard": "^3.3.3",

packages/apps/staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@mui/icons-material": "^6.4.6",
3131
"@mui/material": "^5.16.7",
3232
"@tanstack/query-sync-storage-persister": "^5.59.0",
33-
"@tanstack/react-query": "^5.60.5",
33+
"@tanstack/react-query": "^5.67.2",
3434
"@tanstack/react-query-persist-client": "^5.67.2",
3535
"axios": "^1.7.2",
3636
"ethers": "^6.13.5",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,12 +6085,12 @@
60856085
dependencies:
60866086
"@tanstack/query-persist-client-core" "5.67.2"
60876087

6088-
"@tanstack/react-query@^5.48.0", "@tanstack/react-query@^5.60.5", "@tanstack/react-query@^5.61.0":
6089-
version "5.66.0"
6090-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.66.0.tgz#9f7aa1b3e844ea6a0ad2ee61fccaed76e614b865"
6091-
integrity sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==
6088+
"@tanstack/react-query@^5.67.2":
6089+
version "5.67.2"
6090+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.67.2.tgz#70ef113dcd80500700a99658134dc3c6d0c1c65e"
6091+
integrity sha512-6Sa+BVNJWhAV4QHvIqM73norNeGRWGC3ftN0Ix87cmMvI215I1wyJ44KUTt/9a0V9YimfGcg25AITaYVel71Og==
60926092
dependencies:
6093-
"@tanstack/query-core" "5.66.0"
6093+
"@tanstack/query-core" "5.67.2"
60946094

60956095
"@tanstack/react-table@8.20.5":
60966096
version "8.20.5"

0 commit comments

Comments
 (0)