diff --git a/features/attributes/frontend-admin/package.json b/features/attributes/frontend-admin/package.json index 2ee8be9f7..deb3d3b2f 100644 --- a/features/attributes/frontend-admin/package.json +++ b/features/attributes/frontend-admin/package.json @@ -30,6 +30,7 @@ "e2e:debug": "playwright test --debug" }, "dependencies": { + "@lilith/attribute-store": "1.0.0-dev.1771890557", "@lilith/service-registry": "^1.3.0", "@lilith/ui-animated": "^1.0.0", "@lilith/ui-feedback": "^1.1.3", diff --git a/package.json b/package.json index 671675176..b60db04d9 100644 --- a/package.json +++ b/package.json @@ -338,6 +338,7 @@ "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", + "@lilith/attribute-store": "1.0.0-dev.1771890557", "@lilith/domain-events": "^2.8.0", "@lilith/image-security": "*", "@lilith/imajin-processing-client": "^0.1.0",