Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-query to v5.51.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent bff218d commit 526fdc4
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 @@ -43,7 +43,7 @@
"@emotion/styled": "11.13.0",
"@gqlts/cli": "file:../../cli",
"@gqlts/runtime": "file:../../runtime",
"@tanstack/react-query": "5.51.11",
"@tanstack/react-query": "5.51.15",
"@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 @@ -1541,17 +1541,17 @@
"@swc/counter" "^0.1.3"
tslib "^2.4.0"

"@tanstack/[email protected].9":
version "5.51.9"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.51.9.tgz#eb2e02c715068d5664680b773e39eb44db6b48d8"
integrity sha512-HsAwaY5J19MD18ykZDS3aVVh+bAt0i7m6uQlFC2b77DLV9djo+xEN7MWQAQQTR8IM+7r/zbozTQ7P0xr0bHuew==
"@tanstack/[email protected].15":
version "5.51.15"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.51.15.tgz#7aee6a2d5d3f64de3e54096607233b1132dc6afd"
integrity sha512-xyobHDJ0yhPE3+UkSQ2/4X1fLSg7ICJI5J1JyU9yf7F3deQfEwSImCDrB1WSRrauJkMtXW7YIEcC0oA6ZZWt5A==

"@tanstack/[email protected].11":
version "5.51.11"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.51.11.tgz#8ab2cf6a4baa7a99b5682addf31328525f43242c"
integrity sha512-4Kq2x0XpDlpvSnaLG+8pHNH60zEc3mBvb3B2tOMDjcPCi/o+Du3p/9qpPLwJOTliVxxPJAP27fuIhLrsRdCr7A==
"@tanstack/[email protected].15":
version "5.51.15"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.51.15.tgz#059bb2966f828263adb355de81410d107e22b5bc"
integrity sha512-UgFg23SrdIYrmfTSxAUn9g+J64VQy11pb9/EefoY/u2+zWuNMeqEOnvpJhf52XQy0yztQoyM9p6x8PFyTNaxXg==
dependencies:
"@tanstack/query-core" "5.51.9"
"@tanstack/query-core" "5.51.15"

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

0 comments on commit 526fdc4

Please sign in to comment.