File tree Expand file tree Collapse file tree 3 files changed +905
-814
lines changed
Expand file tree Collapse file tree 3 files changed +905
-814
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/hazmi35/node:20-dev as build-stage
1+ FROM ghcr.io/hazmi35/node:20.19.6 -dev as build-stage
22
33WORKDIR /tmp/build
44
@@ -17,7 +17,7 @@ RUN pnpm run build
1717
1818RUN pnpm prune --production
1919
20- FROM ghcr.io/hazmi35/node:20
20+ FROM ghcr.io/hazmi35/node:20.19.6
2121
2222WORKDIR /app
2323
Original file line number Diff line number Diff line change 1414 "license" : " GPL-3.0" ,
1515 "devDependencies" : {
1616 "@hazmi35/eslint-config" : " ^13.3.1" ,
17- "@swc/cli" : " ^0.3.12 " ,
18- "@swc/core" : " ^1.5.24 " ,
19- "@types/node" : " ^20.12.13 " ,
20- "@types/pg" : " ^8.11.6 " ,
17+ "@swc/cli" : " ^0.7.10 " ,
18+ "@swc/core" : " ^1.15.11 " ,
19+ "@types/node" : " ^20.19.30 " ,
20+ "@types/pg" : " ^8.16.0 " ,
2121 "@typescript-eslint/eslint-plugin" : " ^7.17.0" ,
2222 "@typescript-eslint/parser" : " ^7.17.0" ,
23- "dotenv" : " ^16.4.5 " ,
24- "drizzle-kit" : " ^0.22.7 " ,
23+ "dotenv" : " ^16.6.1 " ,
24+ "drizzle-kit" : " ^0.31.8 " ,
2525 "eslint" : " ^8.57.0" ,
26- "rimraf" : " ^6.0.1 " ,
26+ "rimraf" : " ^6.1.2 " ,
2727 "typescript" : " ^5.5.4"
2828 },
2929 "dependencies" : {
3030 "@nezuchan/schema" : " ^0.1.4" ,
31- "drizzle-orm" : " 0.31.2 " ,
32- "hyper-express" : " ^6.16.2 " ,
33- "pg" : " ^8.11.5 " ,
34- "pino" : " ^9.1 .0" ,
35- "pino-pretty" : " ^11.1 .0"
31+ "drizzle-orm" : " 0.45.1 " ,
32+ "hyper-express" : " ^6.17.3 " ,
33+ "pg" : " ^8.17.2 " ,
34+ "pino" : " ^9.14 .0" ,
35+ "pino-pretty" : " ^11.3 .0"
3636 }
3737}
You can’t perform that action at this time.
0 commit comments