Skip to content

Commit f77ea68

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

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

examples/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "4.29.19",
13+
"@tanstack/react-query": "5.0.0",
1414
"graphql": "16.7.1",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -2608,18 +2608,17 @@
26082608
dependencies:
26092609
tslib "^2.4.0"
26102610

2611-
"@tanstack/query-core@4.29.19":
2612-
version "4.29.19"
2613-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.19.tgz#49ccbd0606633d1e55baf3b91ab7cc7aef411b1d"
2614-
integrity sha512-uPe1DukeIpIHpQi6UzIgBcXsjjsDaLnc7hF+zLBKnaUlh7jFE/A+P8t4cU4VzKPMFB/C970n/9SxtpO5hmIRgw==
2611+
"@tanstack/query-core@5.0.0":
2612+
version "5.0.0"
2613+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.0.0.tgz#b37a50bb3a4f54336b6131db00b72cd29e79b480"
2614+
integrity sha512-Y1BpiA6BblJd/UlVqxEVeAG7IACn568YJuTTItAiecBI7En+33g780kg+/8lhgl+BzcUPN7o+NjBrSRGJoemyQ==
26152615

2616-
"@tanstack/react-query@4.29.19":
2617-
version "4.29.19"
2618-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.19.tgz#6ba187f2d0ea36ae83ff1f67068f53c88ce7b228"
2619-
integrity sha512-XiTIOHHQ5Cw1WUlHaD4fmVUMhoWjuNJlAeJGq7eM4BraI5z7y8WkZO+NR8PSuRnQGblpuVdjClQbDFtwxTtTUw==
2616+
"@tanstack/react-query@5.0.0":
2617+
version "5.0.0"
2618+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.0.0.tgz#707fecb71cf53ae098f682f45520d7b1640bcaa9"
2619+
integrity sha512-diQoC8FNBcO5Uf5yuaJlXthTtbO1xM8kzOX+pSBUMT9n/cqQ/u1wJGCtukvhDWA+6j07WmIj4bfqNbd2KOB6jQ==
26202620
dependencies:
2621-
"@tanstack/query-core" "4.29.19"
2622-
use-sync-external-store "^1.2.0"
2621+
"@tanstack/query-core" "5.0.0"
26232622

26242623
"@tsconfig/node10@^1.0.7":
26252624
version "1.0.9"
@@ -7831,11 +7830,6 @@ [email protected]:
78317830
"@urql/core" "^4.0.0"
78327831
wonka "^6.3.2"
78337832

7834-
use-sync-external-store@^1.2.0:
7835-
version "1.2.0"
7836-
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
7837-
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
7838-
78397833
v8-compile-cache-lib@^3.0.1:
78407834
version "3.0.1"
78417835
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)