Skip to content

Commit 405480e

Browse files
fix(deps): update dependency @tanstack/react-query to v5.64.2 (#911)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21e05e5 commit 405480e

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.64.1",
13+
"@tanstack/react-query": "5.64.2",
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/[email protected].1":
2980-
version "5.64.1"
2981-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.64.1.tgz#d56e26b3e29fc68a89d140f1fd92900bc8f3fc86"
2982-
integrity sha512-978Wx4Wl4UJZbmvU/rkaM9cQtXXrbhK0lsz/UZhYIbyKYA8E4LdomTwyh2GHZ4oU0BKKoDH4YlKk2VscCUgNmg==
2979+
"@tanstack/[email protected].2":
2980+
version "5.64.2"
2981+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.64.2.tgz#be06e7c7966d14ea3e7c82bea1086b463f2f6809"
2982+
integrity sha512-hdO8SZpWXoADNTWXV9We8CwTkXU88OVWRBcsiFrk7xJQnhm6WRlweDzMD+uH+GnuieTBVSML6xFa17C2cNV8+g==
29832983

2984-
"@tanstack/[email protected].1":
2985-
version "5.64.1"
2986-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.64.1.tgz#46b4182f5b045299e4be8d0a91c549ac5dc0a20c"
2987-
integrity sha512-vW5ggHpIO2Yjj44b4sB+Fd3cdnlMJppXRBJkEHvld6FXh3j5dwWJoQo7mGtKI2RbSFyiyu/PhGAy0+Vv5ev9Eg==
2984+
"@tanstack/[email protected].2":
2985+
version "5.64.2"
2986+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.64.2.tgz#199c8a5a8ff92a8565f8cdd378747398347512a2"
2987+
integrity sha512-3pakNscZNm8KJkxmovvtZ4RaXLyiYYobwleTMvpIGUoKRa8j8VlrQKNl5W8VUEfVfZKkikvXVddLuWMbcSCA1Q==
29882988
dependencies:
2989-
"@tanstack/query-core" "5.64.1"
2989+
"@tanstack/query-core" "5.64.2"
29902990

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

0 commit comments

Comments
 (0)