Skip to content

Commit 852e71f

Browse files
fix(deps): update dependency @tanstack/react-query to v5
1 parent ed71811 commit 852e71f

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

examples/react/tanstack-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@tanstack/react-query": "4.36.1",
6+
"@tanstack/react-query": "5.62.10",
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0"
99
},

yarn.lock

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,18 +4409,17 @@
44094409
resolved "https://registry.yarnpkg.com/@tailwindcss/container-queries/-/container-queries-0.1.1.tgz#9a759ce2cb8736a4c6a0cb93aeb740573a731974"
44104410
integrity sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==
44114411

4412-
"@tanstack/query-core@4.36.1":
4413-
version "4.36.1"
4414-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
4415-
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==
4412+
"@tanstack/query-core@5.62.9":
4413+
version "5.62.9"
4414+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.9.tgz#94231ffea5de086b5e6c0f1e527cda5650cb1849"
4415+
integrity sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==
44164416

4417-
"@tanstack/react-query@4.36.1":
4418-
version "4.36.1"
4419-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2"
4420-
integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==
4417+
"@tanstack/react-query@5.62.10":
4418+
version "5.62.10"
4419+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.10.tgz#3ce92c29a46f2f7f1af5c2cb23f06d582f4b4495"
4420+
integrity sha512-1e1WpHM5oGf27nWM/NWLY62/X9pbMBWa6ErWYmeuK0OqB9/g9UzA59ogiWbxCmS2wtAFQRhOdHhfSofrkhPl2g==
44214421
dependencies:
4422-
"@tanstack/query-core" "4.36.1"
4423-
use-sync-external-store "^1.2.0"
4422+
"@tanstack/query-core" "5.62.9"
44244423

44254424
"@tanstack/react-virtual@^3.8.1":
44264425
version "3.10.8"
@@ -12600,16 +12599,11 @@ ms@2.0.0:
1260012599
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
1260112600
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
1260212601

12603-
ms@2.1.2:
12602+
ms@2.1.2, ms@^2.1.1:
1260412603
version "2.1.2"
1260512604
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1260612605
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1260712606

12608-
ms@^2.1.1:
12609-
version "2.1.3"
12610-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
12611-
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
12612-
1261312607
muggle-string@^0.4.1:
1261412608
version "0.4.1"
1261512609
resolved "https://registry.yarnpkg.com/muggle-string/-/muggle-string-0.4.1.tgz#3b366bd43b32f809dc20659534dd30e7c8a0d328"

0 commit comments

Comments
 (0)