Skip to content

Commit ffe0538

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

File tree

2 files changed

+11
-12
lines changed

2 files changed

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

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4406,18 +4406,17 @@
44064406
resolved "https://registry.yarnpkg.com/@tailwindcss/container-queries/-/container-queries-0.1.1.tgz#9a759ce2cb8736a4c6a0cb93aeb740573a731974"
44074407
integrity sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==
44084408

4409-
"@tanstack/query-core@4.36.1":
4410-
version "4.36.1"
4411-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
4412-
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==
4409+
"@tanstack/query-core@5.66.0":
4410+
version "5.66.0"
4411+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.66.0.tgz#163f670b3b4e3b3cdbff6698ad44b2edfcaed185"
4412+
integrity sha512-J+JeBtthiKxrpzUu7rfIPDzhscXF2p5zE/hVdrqkACBP8Yu0M96mwJ5m/8cPPYQE9aRNvXztXHlNwIh4FEeMZw==
44134413

4414-
"@tanstack/react-query@4.36.1":
4415-
version "4.36.1"
4416-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2"
4417-
integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==
4414+
"@tanstack/react-query@5.66.0":
4415+
version "5.66.0"
4416+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.66.0.tgz#9f7aa1b3e844ea6a0ad2ee61fccaed76e614b865"
4417+
integrity sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==
44184418
dependencies:
4419-
"@tanstack/query-core" "4.36.1"
4420-
use-sync-external-store "^1.2.0"
4419+
"@tanstack/query-core" "5.66.0"
44214420

44224421
"@tanstack/react-virtual@^3.8.1":
44234422
version "3.10.8"
@@ -15842,7 +15841,7 @@ use-isomorphic-layout-effect@^1.1.2:
1584215841
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb"
1584315842
integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
1584415843

15845-
use-sync-external-store@^1.2.0, use-sync-external-store@^1.4.0:
15844+
use-sync-external-store@^1.4.0:
1584615845
version "1.4.0"
1584715846
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz#adbc795d8eeb47029963016cefdf89dc799fcebc"
1584815847
integrity sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==

0 commit comments

Comments
 (0)