Skip to content

Commit 2f2b9a1

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

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.81.4",
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
@@ -4557,18 +4557,17 @@
45574557
resolved "https://registry.yarnpkg.com/@tailwindcss/container-queries/-/container-queries-0.1.1.tgz#9a759ce2cb8736a4c6a0cb93aeb740573a731974"
45584558
integrity sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==
45594559

4560-
"@tanstack/query-core@4.36.1":
4561-
version "4.36.1"
4562-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
4563-
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==
4560+
"@tanstack/query-core@5.81.4":
4561+
version "5.81.4"
4562+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.81.4.tgz#30ddcbe22e93c32bc9aa4111ee553dc2183f60c4"
4563+
integrity sha512-z0yBgRFTPIEYcjFFiahOwtEU3kEKpF5Rwls7UjBCsRghmhwIXyxd5U2p0yEmUfcwm85W4XZkt4dc1OWc5my3Yw==
45644564

4565-
"@tanstack/react-query@4.36.1":
4566-
version "4.36.1"
4567-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2"
4568-
integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==
4565+
"@tanstack/react-query@5.81.4":
4566+
version "5.81.4"
4567+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.81.4.tgz#25415d91610d4cb19152df71fae585143b202f98"
4568+
integrity sha512-bBrf5kTNr9t5BnskvyHQGwe2LRZsgnmx1sClyRQbAHxhSJfnT6z9h27IfGpY6JtfEH5y5R9jJegTG/93zyox/A==
45694569
dependencies:
4570-
"@tanstack/query-core" "4.36.1"
4571-
use-sync-external-store "^1.2.0"
4570+
"@tanstack/query-core" "5.81.4"
45724571

45734572
"@tanstack/react-virtual@^3.8.1":
45744573
version "3.10.8"
@@ -15751,7 +15750,7 @@ use-isomorphic-layout-effect@^1.1.2:
1575115750
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb"
1575215751
integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
1575315752

15754-
use-sync-external-store@^1.2.0, use-sync-external-store@^1.4.0:
15753+
use-sync-external-store@^1.4.0:
1575515754
version "1.4.0"
1575615755
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz#adbc795d8eeb47029963016cefdf89dc799fcebc"
1575715756
integrity sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==

0 commit comments

Comments
 (0)