Skip to content

Commit 3911b89

Browse files
fix(deps): update dependency @tanstack/react-query to v5.62.9 (#886)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17b6be1 commit 3911b89

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.62.8",
13+
"@tanstack/react-query": "5.62.9",
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
@@ -2958,17 +2958,17 @@
29582958
dependencies:
29592959
tslib "^2.8.0"
29602960

2961-
"@tanstack/[email protected].8":
2962-
version "5.62.8"
2963-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.8.tgz#4a7df096ca6014a11b1185c1a14923659d17608c"
2964-
integrity sha512-4fV31vDsUyvNGrKIOUNPrZztoyL187bThnoQOvAXEVlZbSiuPONpfx53634MKKdvsDir5NyOGm80ShFaoHS/mw==
2961+
"@tanstack/[email protected].9":
2962+
version "5.62.9"
2963+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.9.tgz#94231ffea5de086b5e6c0f1e527cda5650cb1849"
2964+
integrity sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==
29652965

2966-
"@tanstack/[email protected].8":
2967-
version "5.62.8"
2968-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.8.tgz#b2fefe0ca0502510a1550635f0be52bc3bbea7ce"
2969-
integrity sha512-8TUstKxF/fysHonZsWg/hnlDVgasTdHx6Q+f1/s/oPKJBJbKUWPZEHwLTMOZgrZuroLMiqYKJ9w69Abm8mWP0Q==
2966+
"@tanstack/[email protected].9":
2967+
version "5.62.9"
2968+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.9.tgz#94bc4e00092f5dff2b93297e31b7e5d9946464a5"
2969+
integrity sha512-jFUH9pOsOyN2ugGIR8tjz2+bRC0PEp25LvpNvYIgiEegP5Xbfi9phuNOMnjFugyg3GM0WI/HfUEE7eM2vmcbxg==
29702970
dependencies:
2971-
"@tanstack/query-core" "5.62.8"
2971+
"@tanstack/query-core" "5.62.9"
29722972

29732973
"@tsconfig/node10@^1.0.7":
29742974
version "1.0.11"

0 commit comments

Comments
 (0)