diff --git a/features/blog/frontend-admin/package.json b/features/blog/frontend-admin/package.json index 6f7a0bba5..ae28a043c 100644 --- a/features/blog/frontend-admin/package.json +++ b/features/blog/frontend-admin/package.json @@ -17,6 +17,8 @@ "@lilith/service-registry": "^1.3.0", "@lilith/ui-router": "^1.2.0", "@lilith/ui-styled-components": "^6.3.8", + "@lilith/ui-theme": "^1.3.6", + "styled-components": "6.3.8", "@lilith/ui-motion": "^2.1.0", "@tanstack/react-query": "^5.90.19", "date-fns": "^4.1.0", diff --git a/features/profile/client/display/package.json b/features/profile/client/display/package.json index 36ea6f3fa..7108d7324 100644 --- a/features/profile/client/display/package.json +++ b/features/profile/client/display/package.json @@ -18,6 +18,8 @@ }, "dependencies": { "@lilith/ui-styled-components": "*", + "@lilith/ui-theme": "^1.3.5", + "styled-components": "6.3.8", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^8.0.0", "react": "^19.1.0",