File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "@octokit/graphql" : " ^9.0.1" ,
2828 "@opensox/shared" : " workspace:*" ,
2929 "@prisma/client" : " ^5.22.0" ,
30- "@trpc/server" : " ^11.5.1 " ,
30+ "@trpc/server" : " ^11.7.2 " ,
3131 "cors" : " ^2.8.5" ,
3232 "dotenv" : " ^16.5.0" ,
3333 "express" : " ^4.21.2" ,
Original file line number Diff line number Diff line change 3030 "gray-matter" : " ^4.0.3" ,
3131 "lucide-react" : " ^0.456.0" ,
3232 "marked" : " ^17.0.0" ,
33- "next" : " 15.5.3 " ,
33+ "next" : " 16.0.7 " ,
3434 "next-auth" : " ^4.24.11" ,
3535 "next-themes" : " ^0.4.3" ,
3636 "posthog-js" : " ^1.203.1" ,
5353 "@types/sanitize-html" : " ^2.16.0" ,
5454 "depcheck" : " ^1.4.7" ,
5555 "eslint" : " ^8" ,
56- "eslint-config-next" : " 15 .0.2 " ,
56+ "eslint-config-next" : " 16 .0.7 " ,
5757 "postcss" : " ^8" ,
5858 "prettier" : " ^3.4.1" ,
5959 "tailwindcss" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 1515 "moduleResolution" : " bundler" ,
1616 "resolveJsonModule" : true ,
1717 "isolatedModules" : true ,
18- "jsx" : " preserve " ,
18+ "jsx" : " react-jsx " ,
1919 "incremental" : true ,
2020 "plugins" : [
2121 {
4040 " **/*.ts" ,
4141 " **/*.tsx" ,
4242 " .next/types/**/*.ts" ,
43- " types/**/*"
43+ " types/**/*" ,
44+ " .next/dev/types/**/*.ts"
4445 ],
45- "exclude" : [" node_modules" , " ../api/node_modules" ]
46+ "exclude" : [
47+ " node_modules" ,
48+ " ../api/node_modules"
49+ ]
4650}
You can’t perform that action at this time.
0 commit comments