Skip to content

Commit 28690d5

Browse files
fix(deps): update dependency @tanstack/react-query to v5
1 parent 6a030b3 commit 28690d5

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
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.53.2",
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0"
99
},

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3951,18 +3951,17 @@
39513951
"@swc/counter" "^0.1.3"
39523952
tslib "^2.4.0"
39533953

3954-
"@tanstack/query-core@4.36.1":
3955-
version "4.36.1"
3956-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
3957-
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==
3954+
"@tanstack/query-core@5.53.2":
3955+
version "5.53.2"
3956+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.53.2.tgz#b8413891d706e6a095997f20e250aa379b4fa6e0"
3957+
integrity sha512-gCsABpRrYfLsmwcQ0JCE5I3LOQ9KYrDDSnseUDP3T7ukV8E7+lhlHDJS4Gegt1TSZCsxKhc1J5A7TkF5ePjDUQ==
39583958

3959-
"@tanstack/react-query@4.36.1":
3960-
version "4.36.1"
3961-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2"
3962-
integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==
3959+
"@tanstack/react-query@5.53.2":
3960+
version "5.53.2"
3961+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.53.2.tgz#cc00a9c26a2c00f3302f079472dd35bb1d0cf75f"
3962+
integrity sha512-ZxG/rspElkfqg2LElnNtsNgPtiCZ4Wl2XY43bATQqPvNgyrhzbCFzCjDwSQy9fJhSiDVALSlxYS8YOIiToqQmg==
39633963
dependencies:
3964-
"@tanstack/query-core" "4.36.1"
3965-
use-sync-external-store "^1.2.0"
3964+
"@tanstack/query-core" "5.53.2"
39663965

39673966
"@theguild/[email protected]":
39683967
version "6.6.3"

0 commit comments

Comments
 (0)