File tree Expand file tree Collapse file tree 3 files changed +943
-262
lines changed Expand file tree Collapse file tree 3 files changed +943
-262
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3+ /// <reference path="./.next/types/routes.d.ts" />
34
45// NOTE: This file should not be edited
56// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 3434 "invariant" : " ^2.2.4" ,
3535 "lz-string" : " ^1.5.0" ,
3636 "monaco-editor" : " ^0.52.0" ,
37- "next" : " ^ 15.2.0-canary.64 " ,
37+ "next" : " 15.5.2 " ,
3838 "notistack" : " ^3.0.0-alpha.7" ,
3939 "prettier" : " ^3.3.3" ,
4040 "pretty-format" : " ^29.3.1" ,
4141 "re-resizable" : " ^6.9.16" ,
42- "react" : " ^ 19.0.0 " ,
43- "react-dom" : " ^ 19.0.0 "
42+ "react" : " 19.1.1 " ,
43+ "react-dom" : " 19.1.1 "
4444 },
4545 "devDependencies" : {
4646 "@types/node" : " 18.11.9" ,
47- "@types/react" : " ^ 19.0.0 " ,
48- "@types/react-dom" : " ^ 19.0.0 " ,
47+ "@types/react" : " 19.1.12 " ,
48+ "@types/react-dom" : " 19.1.9 " ,
4949 "autoprefixer" : " ^10.4.13" ,
5050 "clsx" : " ^1.2.1" ,
5151 "concurrently" : " ^7.4.0" ,
5252 "eslint" : " ^8.28.0" ,
53- "eslint-config-next" : " ^ 15.0.1 " ,
53+ "eslint-config-next" : " 15.5.2 " ,
5454 "monaco-editor-webpack-plugin" : " ^7.1.0" ,
5555 "postcss" : " ^8.4.31" ,
5656 "tailwindcss" : " ^3.2.4" ,
5757 "wait-on" : " ^7.2.0"
58+ },
59+ "resolutions" : {
60+ "@types/react" : " 19.1.12" ,
61+ "@types/react-dom" : " 19.1.9"
5862 }
5963}
You can’t perform that action at this time.
0 commit comments