Skip to content

Commit 3e8d01b

Browse files
committed
Update dependencies
1 parent 85ef369 commit 3e8d01b

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@ant-design/icons": "5.6.1",
22-
"@tanstack/react-query": "5.79.0",
23-
"@tanstack/react-query-devtools": "5.79.0",
22+
"@tanstack/react-query": "5.80.7",
23+
"@tanstack/react-query-devtools": "5.80.7",
2424
"@xyflow/react": "12.7.0",
2525
"antd": "4.24.16",
2626
"axios": "1.10.0",

src/shared/config/tanstackQuery/hooks/useInfiniteRequest/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type UseInfiniteRequestType = <
3131
TQueryKey extends QueryKey = QueryKey,
3232
>(
3333
options: Omit<
34-
UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryFnData, TQueryKey, PageParams>,
34+
UseInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryKey, PageParams>,
3535
'getNextPageParam'
3636
>,
3737
) => InfiniteRequestReturn<T, TData>;

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,40 +2040,40 @@ __metadata:
20402040
languageName: node
20412041
linkType: hard
20422042

2043-
"@tanstack/query-core@npm:5.79.0":
2044-
version: 5.79.0
2045-
resolution: "@tanstack/query-core@npm:5.79.0"
2046-
checksum: 10c0/614c9f4dc7cb4df9c6804f67a76e2d580af5fa7b25505c2e3c5137bfa40d2005a1a96606c9f8e533754c78722e23708948760104a460fd8bc06df990fea42afb
2043+
"@tanstack/query-core@npm:5.80.7":
2044+
version: 5.80.7
2045+
resolution: "@tanstack/query-core@npm:5.80.7"
2046+
checksum: 10c0/bd96393e1a94aebc4d10da05e03de89ddce09d7266d0fcff2785480c544425d732f9fb03ecb93c96520980f57655f143452b9701f9bcb620cd07a04077018583
20472047
languageName: node
20482048
linkType: hard
20492049

2050-
"@tanstack/query-devtools@npm:5.76.0":
2051-
version: 5.76.0
2052-
resolution: "@tanstack/query-devtools@npm:5.76.0"
2053-
checksum: 10c0/2bee4a39c083a0260bd15e98f02d39f078d363430b74da313260ff37deb4b416d874e3a58f4691698f848076532eaf104ff2843a016aec6186dd1c39c5dd3d6f
2050+
"@tanstack/query-devtools@npm:5.80.0":
2051+
version: 5.80.0
2052+
resolution: "@tanstack/query-devtools@npm:5.80.0"
2053+
checksum: 10c0/2210bd390a769f1cfaf0343e66c7ec9c0a8fca982fa7853428c3c7f7da438c3380b841e8e065603f4e8449d52237a80d4877fc5299995e76e18bd44d5143acfc
20542054
languageName: node
20552055
linkType: hard
20562056

2057-
"@tanstack/react-query-devtools@npm:5.79.0":
2058-
version: 5.79.0
2059-
resolution: "@tanstack/react-query-devtools@npm:5.79.0"
2057+
"@tanstack/react-query-devtools@npm:5.80.7":
2058+
version: 5.80.7
2059+
resolution: "@tanstack/react-query-devtools@npm:5.80.7"
20602060
dependencies:
2061-
"@tanstack/query-devtools": "npm:5.76.0"
2061+
"@tanstack/query-devtools": "npm:5.80.0"
20622062
peerDependencies:
2063-
"@tanstack/react-query": ^5.79.0
2063+
"@tanstack/react-query": ^5.80.7
20642064
react: ^18 || ^19
2065-
checksum: 10c0/40fb160fa65edbe9caa710215139ae036572a9185858af2edbaeace185c8b7e122bda901ce14ac74b1a2e91957a363edf3f4cd28b56a0e188882ae9155cca49f
2065+
checksum: 10c0/79f60f3961c8e1563d99ee94b58dbffb8e170ba6ec36f59046f1de9a054463cd7cc017fb35bd579be624b9d3c54b18f381d078c0e73261569e9ac9430532bc93
20662066
languageName: node
20672067
linkType: hard
20682068

2069-
"@tanstack/react-query@npm:5.79.0":
2070-
version: 5.79.0
2071-
resolution: "@tanstack/react-query@npm:5.79.0"
2069+
"@tanstack/react-query@npm:5.80.7":
2070+
version: 5.80.7
2071+
resolution: "@tanstack/react-query@npm:5.80.7"
20722072
dependencies:
2073-
"@tanstack/query-core": "npm:5.79.0"
2073+
"@tanstack/query-core": "npm:5.80.7"
20742074
peerDependencies:
20752075
react: ^18 || ^19
2076-
checksum: 10c0/f1d440075b7f8e7738cd4f26a87a089c0efaf282e633cfb9db249ef20068d5f4f14c9d990a304b96df183bffc8839ee579853fef212c213510c425b8092630be
2076+
checksum: 10c0/2d2fb8a7c60fe94c90f3345050673e217366e968fd28565a92bf4097a320c7c73bc6ecaa1b20ca70a705accbf8618a9888016c5a1813bb57fe86b6c824973a21
20772077
languageName: node
20782078
linkType: hard
20792079

@@ -10919,8 +10919,8 @@ __metadata:
1091910919
dependencies:
1092010920
"@ant-design/icons": "npm:5.6.1"
1092110921
"@svgr/webpack": "npm:8.1.0"
10922-
"@tanstack/react-query": "npm:5.79.0"
10923-
"@tanstack/react-query-devtools": "npm:5.79.0"
10922+
"@tanstack/react-query": "npm:5.80.7"
10923+
"@tanstack/react-query-devtools": "npm:5.80.7"
1092410924
"@types/node": "npm:20.19.0"
1092510925
"@types/react": "npm:18.3.23"
1092610926
"@types/react-dom": "npm:18.3.7"

0 commit comments

Comments
 (0)