File tree Expand file tree Collapse file tree 3 files changed +204
-171
lines changed
Expand file tree Collapse file tree 3 files changed +204
-171
lines changed Original file line number Diff line number Diff line change 147147 "langfuse-vercel" : " ^3.38.4" ,
148148 "lucide-react" : " ^0.517.0" ,
149149 "micromatch" : " ^4.0.8" ,
150- "next" : " 15.5.0 " ,
150+ "next" : " ^16.0.7 " ,
151151 "next-auth" : " ^5.0.0-beta.30" ,
152152 "next-navigation-guard" : " ^0.2.0" ,
153153 "next-themes" : " ^0.3.0" ,
158158 "posthog-js" : " ^1.161.5" ,
159159 "pretty-bytes" : " ^6.1.1" ,
160160 "psl" : " ^1.15.0" ,
161- "react" : " 19.1 .1" ,
161+ "react" : " ^ 19.2 .1" ,
162162 "react-device-detect" : " ^2.2.3" ,
163163 "react-dom" : " 19.1.1" ,
164164 "react-hook-form" : " ^7.53.0" ,
Original file line number Diff line number Diff line change 1414 "moduleResolution" : " bundler" ,
1515 "resolveJsonModule" : true ,
1616 "isolatedModules" : true ,
17- "jsx" : " preserve " ,
17+ "jsx" : " react-jsx " ,
1818 "incremental" : true ,
1919 "plugins" : [
2020 {
3535 " next-env.d.ts" ,
3636 " **/*.ts" ,
3737 " **/*.tsx" ,
38- " .next/types/**/*.ts"
38+ " .next/types/**/*.ts" ,
39+ " .next/dev/types/**/*.ts"
3940 ],
4041 "exclude" : [
4142 " node_modules"
You can’t perform that action at this time.
0 commit comments