File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
33import "./.next/types/routes.d.ts" ;
4+ import "./.next/types/root-params.d.ts" ;
45
56// NOTE: This file should not be edited
67// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 2222 "@mui/icons-material" : " ^9.2.0" ,
2323 "@mui/material" : " ^9.2.0" ,
2424 "@mui/system" : " ^9.2.0" ,
25- "@next/mdx" : " ^16.2.11 " ,
26- "next" : " ^16.2.11 " ,
25+ "@next/mdx" : " ^16.3.0 " ,
26+ "next" : " ^16.3.0 " ,
2727 "next-auth" : " ^4.24.15" ,
2828 "react" : " ^19.2.8" ,
2929 "react-dom" : " ^19.2.8" ,
3232 "devDependencies" : {
3333 "@eslint/eslintrc" : " ^3.3.6" ,
3434 "@eslint/js" : " ^10.0.1" ,
35- "@next/eslint-plugin-next" : " ^16.2.11 " ,
35+ "@next/eslint-plugin-next" : " ^16.3.0 " ,
3636 "@stylistic/eslint-plugin" : " ^5.10.0" ,
3737 "@types/mdx" : " ^2.0.14" ,
3838 "@types/node" : " ^25.9.5" ,
3939 "@types/react" : " ^19.2.17" ,
4040 "@types/react-dom" : " ^19.2.3" ,
41- "eslint" : " ^10.7 .0" ,
42- "eslint-config-next" : " ^16.2.11 " ,
41+ "eslint" : " ^10.8 .0" ,
42+ "eslint-config-next" : " ^16.3.0 " ,
4343 "eslint-import-resolver-typescript" : " ^4.4.5" ,
4444 "eslint-plugin-promise" : " ^7.3.0" ,
4545 "jiti" : " ^2.7.0" ,
5050 "devEngines" : {
5151 "packageManager" : {
5252 "name" : " pnpm" ,
53- "version" : " ~ 11.16 .0" ,
53+ "version" : " ^ 11.20 .0" ,
5454 "onFail" : " download"
55- }
56- },
57- "engines" : {
55+ },
5856 "runtime" : {
5957 "name" : " node" ,
60- "version" : " ^24.18.1 " ,
58+ "version" : " ^24.19.0 " ,
6159 "onFail" : " download"
6260 }
6361 }
You can’t perform that action at this time.
0 commit comments