Skip to content

Commit b24447f

Browse files
fix(deps): update all non-major dependencies (#888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58f91a4 commit b24447f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.9",
13+
"@tanstack/react-query": "5.62.10",
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,9 +2237,9 @@
22372237
ws "^8.17.1"
22382238

22392239
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.6.0", "@graphql-tools/utils@^10.6.2", "@graphql-tools/utils@^10.6.4":
2240-
version "10.6.4"
2241-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.4.tgz#33816111e1c04a3ecac716fcd043911cda1aac7b"
2242-
integrity sha512-itCgjwVxbO+3uI/K73G9heedG8KelNFzgn368rUhPjTrkJX6NyLQwT5EMq/A8tvazMXyJYdtnN5nD+tT4DUpbQ==
2240+
version "10.7.0"
2241+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.7.0.tgz#eb7747f905b334ffb2b6987b693cbcabba03f0d3"
2242+
integrity sha512-tCO0cZsnioXJBcN7geeER50PRZaKTq1zsSBg/aXe+u/ZkTiEyj6Hyu4Co39SNeG0mURoS2jhxsG03eYjTxloIg==
22432243
dependencies:
22442244
"@graphql-typed-document-node/core" "^3.1.1"
22452245
cross-inspect "1.0.1"
@@ -2963,10 +2963,10 @@
29632963
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.9.tgz#94231ffea5de086b5e6c0f1e527cda5650cb1849"
29642964
integrity sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==
29652965

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==
2966+
"@tanstack/[email protected].10":
2967+
version "5.62.10"
2968+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.10.tgz#3ce92c29a46f2f7f1af5c2cb23f06d582f4b4495"
2969+
integrity sha512-1e1WpHM5oGf27nWM/NWLY62/X9pbMBWa6ErWYmeuK0OqB9/g9UzA59ogiWbxCmS2wtAFQRhOdHhfSofrkhPl2g==
29702970
dependencies:
29712971
"@tanstack/query-core" "5.62.9"
29722972

0 commit comments

Comments
 (0)