diff --git a/features/attributes/frontend-admin/package.json b/features/attributes/frontend-admin/package.json index a62cc5d4a..2ee8be9f7 100644 --- a/features/attributes/frontend-admin/package.json +++ b/features/attributes/frontend-admin/package.json @@ -42,9 +42,11 @@ "@tanstack/react-virtual": "^3.13.18" }, "peerDependencies": { + "@lilith/ui-router": "^1.3.2", "@lilith/ui-styled-components": "^6.3.8", "react": "^19.0.0", "react-dom": "^19.0.0", + "react-router-dom": "^7.1.0", "styled-components": "6.3.8" }, "devDependencies": { diff --git a/features/marketplace/frontend-public/package.json b/features/marketplace/frontend-public/package.json index e4dcec9f0..dcc5ad283 100755 --- a/features/marketplace/frontend-public/package.json +++ b/features/marketplace/frontend-public/package.json @@ -93,7 +93,7 @@ "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.5", "@lilith/ui-themes": "^1.1.3", - "@lilith/ui-style-effects": "1.0.0", + "@lilith/ui-style-effects": "^1.1.0", "@lilith/ui-zname": "^1.2.3", "@lilith/vite-version-plugin": "*", "@lilith/websocket-client": "^1.0.0", diff --git a/features/profile-assistant/plugin-profile-assistant/package.json b/features/profile-assistant/plugin-profile-assistant/package.json index 95f15e633..d9bda2382 100644 --- a/features/profile-assistant/plugin-profile-assistant/package.json +++ b/features/profile-assistant/plugin-profile-assistant/package.json @@ -32,6 +32,7 @@ }, "dependencies": { "@lilith/service-registry": "^1.3.0", + "lucide-react": "^0.460.0", "@lilith/ui-messaging": "^1.1.5", "@lilith/ui-motion": "^1.0.0", "@lilith/ui-router": "^1.0.0", diff --git a/features/profile/frontend-showcase/package.json b/features/profile/frontend-showcase/package.json index cc121d831..907d69f0d 100644 --- a/features/profile/frontend-showcase/package.json +++ b/features/profile/frontend-showcase/package.json @@ -14,13 +14,15 @@ "showcase:stop": "docker compose down", "showcase:clean": "docker compose down -v", "dev": "bun run showcase:start", - "mock:profile": "VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true vite --mode mock", - "mock:profile-assistant": "VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_MOCK_ASSISTANT=true vite --mode mock", + "dev:real": "FEATURE_PACKAGE_IMPORT=@lilith/plugin-profile-assistant FEATURE_PACKAGE_PATH=../../profile-assistant/plugin-profile-assistant/src VITE_PORT=5130 vite", + "mock:profile": "FEATURE_PACKAGE_IMPORT=@lilith/plugin-profile-assistant FEATURE_PACKAGE_PATH=../../profile-assistant/plugin-profile-assistant/src VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_ASSISTANT_API_URL= vite --mode mock --force", + "mock:profile-assistant": "FEATURE_PACKAGE_IMPORT=@lilith/plugin-profile-assistant FEATURE_PACKAGE_PATH=../../profile-assistant/plugin-profile-assistant/src VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_MOCK_ASSISTANT=true VITE_ASSISTANT_API_URL= vite --mode mock --force", "build": "vite build", "test": "lixtest", "e2e": "npx playwright test" }, "dependencies": { + "@lilith/attributes-admin": "*", "@lilith/ui-layout": "^1.2.0", "@lilith/ui-motion": "^2.1.0", "@lilith/ui-primitives": "^1.2.13",