File tree Expand file tree Collapse file tree 3 files changed +634
-492
lines changed Expand file tree Collapse file tree 3 files changed +634
-492
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.18.0 -dev as build-stage
2
2
3
3
WORKDIR /tmp/build
4
4
@@ -17,7 +17,7 @@ RUN pnpm run build
17
17
18
18
RUN pnpm prune --production
19
19
20
- FROM ghcr.io/hazmi35/node:20
20
+ FROM ghcr.io/hazmi35/node:20.18.0
21
21
22
22
WORKDIR /app
23
23
Original file line number Diff line number Diff line change 14
14
"license" : " GPL-3.0" ,
15
15
"devDependencies" : {
16
16
"@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.5.2 " ,
18
+ "@swc/core" : " ^1.10.4 " ,
19
+ "@types/node" : " ^20.17.12 " ,
20
+ "@types/pg" : " ^8.11.10 " ,
21
21
"@typescript-eslint/eslint-plugin" : " ^7.17.0" ,
22
22
"@typescript-eslint/parser" : " ^7.17.0" ,
23
- "dotenv" : " ^16.4.5 " ,
24
- "drizzle-kit" : " ^0.22.7 " ,
23
+ "dotenv" : " ^16.4.7 " ,
24
+ "drizzle-kit" : " ^0.30.1 " ,
25
25
"eslint" : " ^8.57.0" ,
26
- "rimraf" : " ^5.0.7 " ,
26
+ "rimraf" : " ^5.0.10 " ,
27
27
"typescript" : " ^5.5.4"
28
28
},
29
29
"dependencies" : {
30
30
"@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.38.3 " ,
32
+ "hyper-express" : " ^6.17.3 " ,
33
+ "pg" : " ^8.13.1 " ,
34
+ "pino" : " ^9.6 .0" ,
35
+ "pino-pretty" : " ^11.3 .0"
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments