Skip to content

Commit 997cd86

Browse files
fix(deps): update dependency @tanstack/react-query to v4.29.12 (#491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a619e9f commit 997cd86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "4.29.11",
13+
"@tanstack/react-query": "4.29.12",
1414
"graphql": "16.6.0",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,10 +2654,10 @@
26542654
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.11.tgz#fa338f7d6897c6be5de6d8dabd603d9b78ee48c7"
26552655
integrity sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ==
26562656

2657-
"@tanstack/[email protected].11":
2658-
version "4.29.11"
2659-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.11.tgz#053bd6e9d63ce07a523976263ae78a5e130eb2ad"
2660-
integrity sha512-aLaOAhBnCr12YKPjDsZOc0fAtkyaW7f9KfVfw49oYpfe0H9EPXBUgDBIKJ8qdHF3uGzTVSMcmpiw1Za41BLZlw==
2657+
"@tanstack/[email protected].12":
2658+
version "4.29.12"
2659+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.12.tgz#de111cf1d6c389b86acacfaf972302914cfa1208"
2660+
integrity sha512-zhcN6+zF6cxprxhTHQajHGlvxgK8npnp9uLe9yaWhGc6sYcPWXzyO4raL4HomUzQOPzu3jLvkriJQ7BOrDM8vA==
26612661
dependencies:
26622662
"@tanstack/query-core" "4.29.11"
26632663
use-sync-external-store "^1.2.0"

0 commit comments

Comments
 (0)