Skip to content

Commit e53a24d

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

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.7",
13+
"@tanstack/react-query": "5.62.8",
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].7":
2962-
version "5.62.7"
2963-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.7.tgz#c7f6d0131c08cd2f60e73ec6e7b70e2e9e335def"
2964-
integrity sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==
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==
29652965

2966-
"@tanstack/[email protected].7":
2967-
version "5.62.7"
2968-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.7.tgz#8f253439a38ad6ce820bc6d42d89ca2556574d1a"
2969-
integrity sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==
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==
29702970
dependencies:
2971-
"@tanstack/query-core" "5.62.7"
2971+
"@tanstack/query-core" "5.62.8"
29722972

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

0 commit comments

Comments
 (0)