File tree 4 files changed +360
-47
lines changed
4 files changed +360
-47
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apk add --no-cache libc6-compat
17
17
18
18
WORKDIR /app
19
19
20
- RUN npm install -g corepack@latest && corepack enable pnpm && pnpm add prisma@5.22.0 @prisma/client@5.22.0
20
+ RUN npm install -g corepack@latest && corepack enable pnpm && pnpm add prisma@6.4.1 @prisma/client@6.4.1
21
21
22
22
FROM base AS builder
23
23
Original file line number Diff line number Diff line change 25
25
"@aws-sdk/client-s3" : " ^3.750.0" ,
26
26
"@hono/node-server" : " ^1.13.8" ,
27
27
"@hookform/resolvers" : " ^3.10.0" ,
28
- "@prisma/client" : " 5.22.0 " ,
28
+ "@prisma/client" : " 6.4.1 " ,
29
29
"@radix-ui/react-alert-dialog" : " ^1.1.6" ,
30
30
"@radix-ui/react-avatar" : " ^1.1.3" ,
31
31
"@radix-ui/react-checkbox" : " ^1.1.4" ,
93
93
"eslint" : " ^9.21.0" ,
94
94
"eslint-config-next" : " ^15.1.7" ,
95
95
"postcss" : " ^8.5.3" ,
96
- "prisma" : " 5.22.0 " ,
96
+ "prisma" : " 6.4.1 " ,
97
97
"tailwindcss" : " ^3.4.17" ,
98
98
"typescript" : " ^5.7.3"
99
99
}
You can’t perform that action at this time.
0 commit comments