Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-query to v5.61.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 61a11bc commit 8f4743b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "11.13.5",
"@gqlts/cli": "file:../../cli",
"@gqlts/runtime": "file:../../runtime",
"@tanstack/react-query": "5.61.4",
"@tanstack/react-query": "5.61.5",
"@types/js-cookie": "3.0.6",
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
Expand Down
18 changes: 9 additions & 9 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,17 +922,17 @@
dependencies:
tslib "^2.4.0"

"@tanstack/[email protected].4":
version "5.61.4"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.61.4.tgz#ad331f94824fe1087dc505a9f62dc84e841a6a28"
integrity sha512-rsnemyhPvEG4ViZe0R2UQDM8NgQS/BNC5/Gf9RTs0TKN5thUhPUwnL2anWG4jxAGKFyDfvG7PXbx6MRq3hxi1w==
"@tanstack/[email protected].5":
version "5.61.5"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.61.5.tgz#3ba80527f6474b5edbf348c1b0a6254b3cdfe160"
integrity sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==

"@tanstack/[email protected].4":
version "5.61.4"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.61.4.tgz#4e41088f542f9c2f23b2e84fd547572741e46a78"
integrity sha512-Nh5+0V4fRVShSeDHFTVvzJrvwTdafIvqxyZUrad71kJWL7J+J5Wrd/xcHTWfSL1mR/9eoufd2roXOpL3F16ECA==
"@tanstack/[email protected].5":
version "5.61.5"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.61.5.tgz#abe26e5f2d7c9c6c0643579abfd9119ac22a88c8"
integrity sha512-rjy8aqPgBBEz/rjJnpnuhi8TVkVTorMUsJlM3lMvrRb5wK6yzfk34Er0fnJ7w/4qyF01SnXsLB/QsTBsLF5PaQ==
dependencies:
"@tanstack/query-core" "5.61.4"
"@tanstack/query-core" "5.61.5"

"@tsconfig/node10@^1.0.7":
version "1.0.9"
Expand Down

0 comments on commit 8f4743b

Please sign in to comment.