Skip to content

Commit baf025e

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

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.56.1",
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.56.1":
3955+
version "5.56.1"
3956+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.56.1.tgz#c7cd9ff2d76ca4379668b809fc4e7e6769ff1bc9"
3957+
integrity sha512-hH9LvpGCr3yKbHUgi2b+vOwx2pj4dMFnGY7Cjvrm5mOqynWPr015h/GCLiSi5M5JaXXnB8VnLOSLh5KzjBh5fA==
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.56.1":
3960+
version "5.56.1"
3961+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.56.1.tgz#8b15f87b6cbe32d593543af5fdb4468d75bf6e89"
3962+
integrity sha512-jlRCrE1qXEVtJ0i/bubQpqoEuQQSfRo9O26tWciKmNMwg2oXp96+D7A/0sU52sjSTrcKIQE4o7dSlbOOTYKTIg==
39633963
dependencies:
3964-
"@tanstack/query-core" "4.36.1"
3965-
use-sync-external-store "^1.2.0"
3964+
"@tanstack/query-core" "5.56.1"
39663965

39673966
"@theguild/components@6.6.3":
39683967
version "6.6.3"

0 commit comments

Comments
 (0)