Update deps and Docker images
This commit is contained in:
parent
b21efc2d50
commit
a707c842be
32 changed files with 1063 additions and 981 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20-bookworm AS base
|
||||
FROM node:22-bookworm-slim AS base
|
||||
|
||||
FROM base AS builder
|
||||
ARG APP_DIR=/opt/bridge-worker
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@
|
|||
"html-to-text": "^9.0.5",
|
||||
"jest": "^29.7.0",
|
||||
"kysely": "^0.27.3",
|
||||
"pg": "^8.12.0",
|
||||
"remeda": "^2.11.0",
|
||||
"twilio": "^5.2.3"
|
||||
"pg": "^8.13.0",
|
||||
"remeda": "^2.14.0",
|
||||
"twilio": "^5.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.25.2",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"prettier": "^3.3.3",
|
||||
"@link-stack/typescript-config": "*",
|
||||
"ts-node": "^10.9.2",
|
||||
"typedoc": "^0.26.6",
|
||||
"typescript": "^5.5.4"
|
||||
"typedoc": "^0.26.7",
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue