add pino and baselime to worker

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-04 14:31:30 +02:00
parent b884f1171a
commit 38b5782bca
2 changed files with 9 additions and 1 deletions

View File

@@ -11,15 +11,17 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@baselime/pino-transport": "^0.1.5",
"@bull-board/api": "^5.13.0",
"@bull-board/express": "^5.13.0",
"@openpanel/common": "workspace:*",
"@openpanel/logger": "workspace:*",
"@openpanel/db": "workspace:*",
"@openpanel/logger": "workspace:*",
"@openpanel/queue": "workspace:*",
"@openpanel/redis": "workspace:*",
"bullmq": "^5.1.1",
"express": "^4.18.2",
"pino": "^8.17.2",
"ramda": "^0.29.1",
"sqlstring": "^2.3.3",
"ua-parser-js": "^1.0.37",

6
pnpm-lock.yaml generated
View File

@@ -690,6 +690,9 @@ importers:
apps/worker:
dependencies:
'@baselime/pino-transport':
specifier: ^0.1.5
version: 0.1.5
'@bull-board/api':
specifier: ^5.13.0
version: 5.14.1(@bull-board/ui@5.14.1)
@@ -717,6 +720,9 @@ importers:
express:
specifier: ^4.18.2
version: 4.18.2
pino:
specifier: ^8.17.2
version: 8.19.0
ramda:
specifier: ^0.29.1
version: 0.29.1