diff --git a/features/blog/backend-api/package.json b/features/blog/backend-api/package.json index 9d80a6ca9..14dc5571d 100644 --- a/features/blog/backend-api/package.json +++ b/features/blog/backend-api/package.json @@ -13,17 +13,17 @@ "verify": "bun run build && bun scripts/verify-circular-deps.mjs" }, "dependencies": { - "@lilith/service-nestjs-bootstrap": "^2.2.3", - "@lilith/service-registry": "^1.3.3", + "@lilith/blog-shared": "workspace:*", "@lilith/nestjs-health": "^1.0.0", + "@lilith/service-nestjs-bootstrap": "^2.2.3", + "@lilith/service-registry": "1.3.5", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", "@nestjs/platform-express": "11.1.11", + "@nestjs/schedule": "^6.1.0", "@nestjs/swagger": "^11.2.5", "@nestjs/typeorm": "^11.0.0", - "@nestjs/schedule": "^6.1.0", - "@lilith/blog-shared": "workspace:*", "class-transformer": "^0.5.1", "class-validator": "^0.14.3", "pg": "^8.17.1", diff --git a/package.json b/package.json index cae0f1eb3..b39e15069 100644 --- a/package.json +++ b/package.json @@ -344,7 +344,7 @@ "@lilith/nestjs-auth": "1.0.3", "@lilith/service-orchestrator": "^1.2.0", "@lilith/service-react-bootstrap": "^1.2.0", - "@lilith/service-registry": "1.3.4-dev.1769911733", + "@lilith/service-registry": "1.3.5", "@lilith/typeorm-entities": "^1.0.33", "@lilith/ui-dev-content": "^1.0.4", "@lilith/ui-styled-components": "^6.3.8", @@ -364,7 +364,7 @@ "@nestjs/typeorm": "^11.0.0", "@nestjs/schedule": "^6.1.0", "@lilith/queue": "^1.3.4", - "@lilith/service-registry": "1.3.4-dev.1769911733", + "@lilith/service-registry": "1.3.5", "@lilith/minio": "^1.2.2", "@lilith/nestjs-auth": "^1.0.3", "@lilith/typeorm-entities": "^1.0.33",