Skip to content

Commit 475a6cb

Browse files
fix(deps): update dependency @tanstack/react-query to v5.62.7 (#862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8edb2f1 commit 475a6cb

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.3",
13+
"@tanstack/react-query": "5.62.7",
1414
"graphql": "16.9.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
@@ -2962,17 +2962,17 @@
29622962
dependencies:
29632963
tslib "^2.8.0"
29642964

2965-
"@tanstack/[email protected].3":
2966-
version "5.62.3"
2967-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.3.tgz#7cfde68f7d78807faebee2a2bb1e31b81067f46b"
2968-
integrity sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==
2965+
"@tanstack/[email protected].7":
2966+
version "5.62.7"
2967+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.7.tgz#c7f6d0131c08cd2f60e73ec6e7b70e2e9e335def"
2968+
integrity sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==
29692969

2970-
"@tanstack/[email protected].3":
2971-
version "5.62.3"
2972-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.3.tgz#c6766b1764dcf924f6ed5fd88daf8d246e2f5c14"
2973-
integrity sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw==
2970+
"@tanstack/[email protected].7":
2971+
version "5.62.7"
2972+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.7.tgz#8f253439a38ad6ce820bc6d42d89ca2556574d1a"
2973+
integrity sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==
29742974
dependencies:
2975-
"@tanstack/query-core" "5.62.3"
2975+
"@tanstack/query-core" "5.62.7"
29762976

29772977
"@tsconfig/node10@^1.0.7":
29782978
version "1.0.11"

0 commit comments

Comments
 (0)