File tree Expand file tree Collapse file tree 3 files changed +1014
-722
lines changed
Expand file tree Collapse file tree 3 files changed +1014
-722
lines changed Original file line number Diff line number Diff line change 11/** @type {import('next').NextConfig } */
22const nextConfig = {
3- experimental : {
4- typedRoutes : true ,
5- } ,
3+ typedRoutes : true ,
64} ;
75
86export default nextConfig ;
Original file line number Diff line number Diff line change 1010 "format" : " prettier src/ --write"
1111 },
1212 "dependencies" : {
13- "next" : " 15.2.1 " ,
14- "react" : " ^18 " ,
15- "react-dom" : " ^18 "
13+ "next" : " ^ 15.5.7 " ,
14+ "react" : " ^19.2.1 " ,
15+ "react-dom" : " ^19.2.1 "
1616 },
1717 "devDependencies" : {
18- "@trivago/prettier-plugin-sort-imports" : " ^5.2.2 " ,
19- "@types/node" : " ^22 " ,
20- "@types/react" : " ^18 " ,
21- "@types/react-dom" : " ^18 " ,
22- "eslint" : " ^9.22.0 " ,
23- "eslint-config-next" : " 15.2.1 " ,
24- "eslint-config-prettier" : " ^9 .1.0 " ,
25- "eslint-plugin-check-file" : " ^2.8.0 " ,
26- "postcss" : " ^8" ,
27- "prettier" : " 3.5.3 " ,
28- "prettier-plugin-tailwindcss" : " ^0.6.11 " ,
18+ "@trivago/prettier-plugin-sort-imports" : " ^6.0.0 " ,
19+ "@types/node" : " ^24.10.1 " ,
20+ "@types/react" : " ^19.2.7 " ,
21+ "@types/react-dom" : " ^19.2.3 " ,
22+ "eslint" : " ^9.39.1 " ,
23+ "eslint-config-next" : " 15.5.7 " ,
24+ "eslint-config-prettier" : " ^10 .1.8 " ,
25+ "eslint-plugin-check-file" : " ^3.3.1 " ,
26+ "postcss" : " ^8.5.6 " ,
27+ "prettier" : " 3.7.4 " ,
28+ "prettier-plugin-tailwindcss" : " ^0.7.2 " ,
2929 "tailwindcss" : " ^3.4.17" ,
30- "typescript" : " ^5"
30+ "typescript" : " ^5.9.3 "
3131 }
3232}
You can’t perform that action at this time.
0 commit comments