Skip to content

Commit 8633d1a

Browse files
fix(deps): update dependency @tanstack/react-query to v5.52.1 (#792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e7e3f4 commit 8633d1a

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": "5.52.0",
13+
"@tanstack/react-query": "5.52.1",
1414
"graphql": "16.9.0",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,10 +2807,10 @@
28072807
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.52.0.tgz#44070b2d6eb58c3a5ce2788471d842e932294a87"
28082808
integrity sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==
28092809

2810-
"@tanstack/[email protected].0":
2811-
version "5.52.0"
2812-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.52.0.tgz#671478798f1873983807cf6f62b140c817b3cc9f"
2813-
integrity sha512-T8tLZdPEopSD3A1EBZ/sq7WkI76pKLKKiT82F486K8wf26EPgYCdeiSnJfuayssdQjWwLQMQVl/ROUBNmlWgCQ==
2810+
"@tanstack/[email protected].1":
2811+
version "5.52.1"
2812+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.52.1.tgz#d454e2bb86ab21621de016c7044514d6412db7ee"
2813+
integrity sha512-soyn4dNIUZ8US8NaPVXv06gkZFHaZnPfKWPDjRJjFRW3Y7WZ0jx72eT6zhw3VQlkMPysmXye8l35ewPHspKgbQ==
28142814
dependencies:
28152815
"@tanstack/query-core" "5.52.0"
28162816

0 commit comments

Comments
 (0)