diff --git a/features/client-intel/backend-api/package.json b/features/client-intel/backend-api/package.json index 1baff635c..cfe69694b 100644 --- a/features/client-intel/backend-api/package.json +++ b/features/client-intel/backend-api/package.json @@ -29,6 +29,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@nestjs/bullmq": "^11.0.2", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", diff --git a/features/reviews/backend-api/package.json b/features/reviews/backend-api/package.json index 6eddaadaf..63cdcc689 100644 --- a/features/reviews/backend-api/package.json +++ b/features/reviews/backend-api/package.json @@ -29,6 +29,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@nestjs/bullmq": "^11.0.2", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", diff --git a/features/trust/backend-api/package.json b/features/trust/backend-api/package.json index 6434533f3..5827ef706 100644 --- a/features/trust/backend-api/package.json +++ b/features/trust/backend-api/package.json @@ -28,6 +28,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@nestjs/bullmq": "^11.0.2", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11",