fix(api): add express as direct dep (pnpm doesn't hoist transitives)
All checks were successful
Build & Deploy / deploy (push) Successful in 1m48s
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:
parent
4cf8df23b5
commit
8ef642fb0b
@ -14,6 +14,7 @@
|
|||||||
"@nestjs/core": "^10.4.4",
|
"@nestjs/core": "^10.4.4",
|
||||||
"@nestjs/platform-express": "^10.4.4",
|
"@nestjs/platform-express": "^10.4.4",
|
||||||
"@ordinarthur-os/db": "workspace:*",
|
"@ordinarthur-os/db": "workspace:*",
|
||||||
|
"express": "^4.21.0",
|
||||||
"@ordinarthur-os/shared": "workspace:*",
|
"@ordinarthur-os/shared": "workspace:*",
|
||||||
"drizzle-orm": "^0.36.4",
|
"drizzle-orm": "^0.36.4",
|
||||||
"postgres": "^3.4.5",
|
"postgres": "^3.4.5",
|
||||||
|
|||||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -35,6 +35,9 @@ importers:
|
|||||||
drizzle-orm:
|
drizzle-orm:
|
||||||
specifier: ^0.36.4
|
specifier: ^0.36.4
|
||||||
version: 0.36.4(@types/react@18.3.28)(postgres@3.4.9)(react@18.3.1)
|
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:
|
postgres:
|
||||||
specifier: ^3.4.5
|
specifier: ^3.4.5
|
||||||
version: 3.4.9
|
version: 3.4.9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user