diff --git a/features/attributes/frontend-admin/package.json b/features/attributes/frontend-admin/package.json index deb3d3b2f..803f5c15b 100644 --- a/features/attributes/frontend-admin/package.json +++ b/features/attributes/frontend-admin/package.json @@ -30,7 +30,7 @@ "e2e:debug": "playwright test --debug" }, "dependencies": { - "@lilith/attribute-store": "1.0.0-dev.1771890557", + "@lilith/attribute-store": "^1.0.2-dev.1772436753", "@lilith/service-registry": "^1.3.0", "@lilith/ui-animated": "^1.0.0", "@lilith/ui-feedback": "^1.1.3", diff --git a/features/blog/backend-api/package.json b/features/blog/backend-api/package.json index b8ca78ad4..a5b4bf6d1 100644 --- a/features/blog/backend-api/package.json +++ b/features/blog/backend-api/package.json @@ -16,10 +16,12 @@ }, "dependencies": { "@lilith/blog-shared": "workspace:*", + "@lilith/domain-events": "2.9.4", "@lilith/tracked-changes": "^1.0.0", "@lilith/nestjs-health": "^1.0.0", "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "1.3.5", + "@nestjs/bullmq": "^11.0.4", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", @@ -27,6 +29,7 @@ "@nestjs/schedule": "^6.1.0", "@nestjs/swagger": "^11.2.5", "@nestjs/typeorm": "^11.0.0", + "bullmq": "^5.66.4", "class-transformer": "^0.5.1", "class-validator": "^0.14.3", "pg": "^8.17.1", diff --git a/features/blog/frontend-public/package.json b/features/blog/frontend-public/package.json index 7f78e242a..940337e34 100644 --- a/features/blog/frontend-public/package.json +++ b/features/blog/frontend-public/package.json @@ -25,7 +25,8 @@ "react-router": "^7.12.0", "react-router-dom": "^7.12.0", "rehype-raw": "^7.0.0", - "remark-gfm": "^4.0.1" + "remark-gfm": "^4.0.1", + "@lilith/content-engine-shared": "workspace:*" }, "devDependencies": { "@lilith/build-core": "^1.2.0", diff --git a/features/messaging/frontend-public/package.json b/features/messaging/frontend-public/package.json index 477aef175..73d4f8906 100644 --- a/features/messaging/frontend-public/package.json +++ b/features/messaging/frontend-public/package.json @@ -21,20 +21,20 @@ }, "dependencies": { "@lilith/auth-provider": "*", - "@lilith/ui-accessibility": "^1.1.4", - "@lilith/text-processing-content-flagging": "^1.1.1", - "@lilith/text-processing-utils": "1.3.9-dev.1772235970", - "@lilith/ui-spellcheck": "^1.0.0", + "@lilith/content-moderation-inference": "^1.0.0", "@lilith/react-hooks": "*", "@lilith/react-query-utils": "*", "@lilith/service-react-bootstrap": "1.2.0", "@lilith/service-registry": "^1.3.0", + "@lilith/text-processing-utils": "1.3.9-dev.1772235970", "@lilith/types": "*", + "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-feedback": "^1.3.12", "@lilith/ui-forms": "^1.1.6", "@lilith/ui-icons": "^1.1.10", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-router": "^1.2.0", + "@lilith/ui-spellcheck": "^1.0.0", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.0", "@lilith/websocket-client": "^1.0.0", diff --git a/features/messaging/frontend-showcase/package.json b/features/messaging/frontend-showcase/package.json index be207b60e..8864a6894 100644 --- a/features/messaging/frontend-showcase/package.json +++ b/features/messaging/frontend-showcase/package.json @@ -19,7 +19,7 @@ "@lilith/ui-forms": "^1.1.6", "@lilith/ui-icons": "^1.1.10", "@lilith/ui-primitives": "^1.2.10", - "@lilith/text-processing-content-flagging": "^1.0.1", + "@lilith/content-moderation-inference": "^1.0.0", "@lilith/text-processing-utils": "^1.3.2", "@lilith/ui-spellcheck": "^1.0.0", "@lilith/ui-router": "^1.2.0", diff --git a/features/messaging/packages/moderated-text-input/package.json b/features/messaging/packages/moderated-text-input/package.json index 2ceaa0a19..7494a7fea 100644 --- a/features/messaging/packages/moderated-text-input/package.json +++ b/features/messaging/packages/moderated-text-input/package.json @@ -14,20 +14,28 @@ }, "scripts": { "build": "lixbuild", - "typecheck": "tsc --noEmit" + "typecheck": "tsc --noEmit", + "test": "lixtest" }, "dependencies": { - "@lilith/text-processing-content-flagging": "^1.0.1", + "@lilith/content-moderation-inference": "^1.0.0", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-styled-components": "*", "@lilith/ui-theme": "^1.3.5", "styled-components": "6.3.8" }, "devDependencies": { + "@lilith/lix-configs": "^1.0.1", + "@lilith/lix-test": "^1.0.0", + "@lilith/test-utils": "*", + "@testing-library/react": "^16.3.0", + "@testing-library/user-event": "^14.6.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", + "jsdom": "^26.1.0", "tsup": "^8.5.1", - "typescript": "^5.9.3" + "typescript": "^5.9.3", + "vitest": "^3.2.1" }, "peerDependencies": { "react": "^19.1.0", diff --git a/package.json b/package.json index b60db04d9..60c36ee37 100644 --- a/package.json +++ b/package.json @@ -311,6 +311,7 @@ "rimraf": "^5.0.10", "tsx": "^4.21.0", "turbo": "^2.7.5", + "msw": "^2.12.7", "typeorm": "^0.3.28", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0", @@ -338,7 +339,7 @@ "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", - "@lilith/attribute-store": "1.0.0-dev.1771890557", + "@lilith/attribute-store": "^1.0.2-dev.1772436753", "@lilith/domain-events": "^2.8.0", "@lilith/image-security": "*", "@lilith/imajin-processing-client": "^0.1.0",