File tree Expand file tree Collapse file tree 3 files changed +638
-636
lines changed
Expand file tree Collapse file tree 3 files changed +638
-636
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ COPY . .
4949RUN pnpm build
5050
5151RUN sed -i -e "s/30000/600000/" \
52- "node_modules/.pnpm/next@15.5.2_react -dom@19.1.0_react @19.1.0__react @19.1.0 /node_modules/next/dist/server/lib/router-utils/proxy-request.js" \
53- "node_modules/.pnpm/next@15.5.2_react -dom@19.1.0_react @19.1.0__react @19.1.0 /node_modules/next/dist/esm/server/lib/router-utils/proxy-request.js"
52+ "node_modules/.pnpm/next@15.4.8_react -dom@19.1.2_react @19.1.2__react @19.1.2 /node_modules/next/dist/server/lib/router-utils/proxy-request.js" \
53+ "node_modules/.pnpm/next@15.4.8_react -dom@19.1.2_react @19.1.2__react @19.1.2 /node_modules/next/dist/esm/server/lib/router-utils/proxy-request.js"
5454
5555# Production runner stage
5656FROM base AS runner
Original file line number Diff line number Diff line change 4242 "clsx" : " ^2.1.1" ,
4343 "date-fns" : " ^4.1.0" ,
4444 "lucide-react" : " ^0.515.0" ,
45- "next" : " ^15.4.7 " ,
45+ "next" : " ^15.4.8 " ,
4646 "next-runtime-env" : " ^3.3.0" ,
4747 "next-themes" : " ^0.4.6" ,
4848 "postcss" : " ^8.5.6" ,
4949 "prismjs" : " ^1.30.0" ,
50- "react" : " ^19.1.0 " ,
51- "react-dom" : " ^19.1.0 " ,
50+ "react" : " ^19.1.2 " ,
51+ "react-dom" : " ^19.1.2 " ,
5252 "react-hook-form" : " ^7.58.0" ,
5353 "react-syntax-highlighter" : " ^15.6.1" ,
5454 "sonner" : " ^2.0.5" ,
6262 "@repo/eslint-config" : " workspace:*" ,
6363 "@repo/typescript-config" : " workspace:*" ,
6464 "@types/node" : " ^22.15.3" ,
65- "@types/react" : " 19.1.0 " ,
66- "@types/react-dom" : " 19.1.1 " ,
65+ "@types/react" : " 19.1.2 " ,
66+ "@types/react-dom" : " 19.1.2 " ,
6767 "eslint" : " ^9.28.0" ,
6868 "tw-animate-css" : " ^1.3.4" ,
6969 "typescript" : " 5.8.2"
You can’t perform that action at this time.
0 commit comments