diff --git a/features/analytics/backend-api/tsconfig.json b/features/analytics/backend-api/tsconfig.json index 74701156b..8f9c04f52 100644 --- a/features/analytics/backend-api/tsconfig.json +++ b/features/analytics/backend-api/tsconfig.json @@ -24,7 +24,7 @@ "lib": ["ES2021"], "paths": { "@/*": ["src/*"], - "@platform/analytics-shared": ["../shared/src"] + "@platform/analytics": ["../shared/src"] } }, "include": ["src/**/*", "../shared/**/*"], diff --git a/features/marketplace/frontend-public/package.json b/features/marketplace/frontend-public/package.json index 49e77fb2a..788930499 100644 --- a/features/marketplace/frontend-public/package.json +++ b/features/marketplace/frontend-public/package.json @@ -48,7 +48,7 @@ "@lilith/service-react-bootstrap": "^1.0.0", "@lilith/types": "workspace:*", "@lilith/ui-auth": "^2.1.0", - "@lilith/ui-dev-tools": "^1.1.4", + "@lilith/ui-dev-tools": "^1.1.6", "@lilith/ui-effects-sound": "^1.0.0", "@lilith/ui-error-pages": "^1.0.0", "@lilith/ui-fab": "^2.1.0",