File tree Expand file tree Collapse file tree 10 files changed +432
-108
lines changed
infinite-query-with-max-pages
load-more-infinite-scroll Expand file tree Collapse file tree 10 files changed +432
-108
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import ' ./.next/types/routes.d.ts'
3+ import " ./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 5353 "@types/node" : " ^22.15.3" ,
5454 "@types/react" : " ^19.2.7" ,
5555 "@types/react-dom" : " ^19.2.3" ,
56- "@vitest/coverage-istanbul" : " 4.0.18 " ,
56+ "@vitest/coverage-istanbul" : " 4.0.6 " ,
5757 "@vitest/eslint-plugin" : " ^1.4.0" ,
5858 "esbuild-plugin-file-path-extensions" : " ^2.1.4" ,
5959 "eslint" : " ^9.36.0" ,
8989 "@types/react" : " ^19.2.7" ,
9090 "@types/react-dom" : " ^19.2.3" ,
9191 "@types/node" : " ^22.15.3" ,
92- "esbuild" : " ^0.27.2" ,
93- "typescript" : " 5.8.3" ,
94- "vite" : " ^6.4.1"
92+ "vite" : " ^6.4.1" ,
93+ "esbuild" : " ^0.27.2"
9594 }
9695 }
9796}
You can’t perform that action at this time.
0 commit comments