fix(api): add express as direct dep (pnpm doesn't hoist transitives)
All checks were successful
Build & Deploy / deploy (push) Successful in 1m48s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-16 17:11:57 +02:00
parent 4cf8df23b5
commit 8ef642fb0b
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@ordinarthur-os/db": "workspace:*",
"express": "^4.21.0",
"@ordinarthur-os/shared": "workspace:*",
"drizzle-orm": "^0.36.4",
"postgres": "^3.4.5",

3
pnpm-lock.yaml generated
View File

@ -35,6 +35,9 @@ importers:
drizzle-orm:
specifier: ^0.36.4
version: 0.36.4(@types/react@18.3.28)(postgres@3.4.9)(react@18.3.1)
express:
specifier: ^4.21.0
version: 4.22.1
postgres:
specifier: ^3.4.5
version: 3.4.9