dep(freight:api): added latest iamapi packages for api, docker compose dev for removed passenger

This commit is contained in:
Michael Abebe
2026-05-15 16:25:39 +03:00
parent 6bee96c7ab
commit f0b309b65c
3 changed files with 5 additions and 21 deletions

View File

@@ -13,8 +13,6 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tria-plc/api-common": "^0.1.0",
"@tria-plc/iamapi-common": "^0.1.0",
"@edr/api-common": "workspace:*",
"@edr/types": "workspace:*",
"@nestjs/common": "^11.0.0",
@@ -24,6 +22,8 @@
"@nestjs/platform-express": "^11.0.0",
"@nestjs/swagger": "^11.4.2",
"@nestjs/typeorm": "^11.0.1",
"@tria-plc/api-common": "^0.1.4",
"@tria-plc/iamapi-common": "^0.1.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"pg": "^8.13.0",
@@ -33,9 +33,9 @@
},
"devDependencies": {
"@edr/api-common": "workspace:*",
"@edr/types": "workspace:*",
"@edr/eslint-config": "workspace:*",
"@edr/tsconfig": "workspace:*",
"@edr/types": "workspace:*",
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",