File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage
1+ FROM ghcr.io/hazmi35/node:18.20.8 -dev-alpine as build-stage
22
33LABEL name "Nezu Fuzzier (Docker Build)"
44LABEL maintainer "KagChi"
Original file line number Diff line number Diff line change 1515 "license" : " GPL-3.0" ,
1616 "devDependencies" : {
1717 "@hazmi35/eslint-config" : " ^9.0.0" ,
18- "@swc/cli" : " ^0.1.62 " ,
19- "@swc/core" : " ^1.3.76 " ,
20- "@types/node" : " ^18.17.4 " ,
18+ "@swc/cli" : " ^0.7.0 " ,
19+ "@swc/core" : " ^1.13.4 " ,
20+ "@types/node" : " ^18.19.123 " ,
2121 "@typescript-eslint/eslint-plugin" : " ^5.59.8" ,
2222 "@typescript-eslint/parser" : " ^5.59.8" ,
23- "bun-types" : " ^0.7.3 " ,
23+ "bun-types" : " ^0.8.0 " ,
2424 "eslint" : " ^8.41.0" ,
25- "rimraf" : " ^5.0.1 " ,
25+ "rimraf" : " ^5.0.10 " ,
2626 "typescript" : " ^5.0.4"
2727 },
2828 "eslintConfig" : {
4343 }
4444 },
4545 "dependencies" : {
46- "@bogeychan/elysia-logger" : " ^0.0.4 " ,
47- "elysia" : " ^0.6.3 " ,
48- "pino" : " ^8.15 .0" ,
49- "pino-pretty" : " ^10.2.0 " ,
50- "redis" : " ^4.6.7 " ,
51- "redis-om" : " ^0.4.2 "
46+ "@bogeychan/elysia-logger" : " ^0.1.0 " ,
47+ "elysia" : " ^0.8.0 " ,
48+ "pino" : " ^8.21 .0" ,
49+ "pino-pretty" : " ^10.3.1 " ,
50+ "redis" : " ^4.7.1 " ,
51+ "redis-om" : " ^0.4.7 "
5252 }
5353}
You can’t perform that action at this time.
0 commit comments