Skip to content

Commit ec216b2

Browse files
fix(deps): update dependency @tanstack/react-query to v5.64.0 (#902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent efeda19 commit ec216b2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "5.63.0",
13+
"@tanstack/react-query": "5.64.0",
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,17 +2976,17 @@
29762976
dependencies:
29772977
tslib "^2.8.0"
29782978

2979-
"@tanstack/query-core@5.62.16":
2980-
version "5.62.16"
2981-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.16.tgz#f7efc92b1562a054748bc00c7f8d9d833407503b"
2982-
integrity sha512-9Sgft7Qavcd+sN0V25xVyo0nfmcZXBuODy3FVG7BMWTg1HMLm8wwG5tNlLlmSic1u7l1v786oavn+STiFaPH2g==
2979+
"@tanstack/query-core@5.64.0":
2980+
version "5.64.0"
2981+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.64.0.tgz#8b0bbb8432a94fe6a67c3227751c23181634918e"
2982+
integrity sha512-/MPJt/AaaMzdWJZTafgMyYhEX/lGjQrNz8+NDQSk8fNoU5PHqh05FhQaBrEQafW2PeBHsRbefEf//qKMiSAbQQ==
29832983

2984-
"@tanstack/react-query@5.63.0":
2985-
version "5.63.0"
2986-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.63.0.tgz#18e00e24a485f707cfd41f4b30679f70e6ca6016"
2987-
integrity sha512-QWizLzSiog8xqIRYmuJRok9VELlXVBAwtINgVCgW1SNvamQwWDO5R0XFSkjoBEj53x9Of1KAthLRBUC5xmtVLQ==
2984+
"@tanstack/react-query@5.64.0":
2985+
version "5.64.0"
2986+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.64.0.tgz#d90883fb71e562c1058fed747d5cceff0f9e1368"
2987+
integrity sha512-tBMzlROROUcTDMpDt1NC3n9ndKnJHPB3RCpa6Bf9f31TFvqhLz879x8jldtKU+6IwMSw1Pn4K1AKA+2SYyA6TA==
29882988
dependencies:
2989-
"@tanstack/query-core" "5.62.16"
2989+
"@tanstack/query-core" "5.64.0"
29902990

29912991
"@tsconfig/node10@^1.0.7":
29922992
version "1.0.11"

0 commit comments

Comments
 (0)