From 03e2a0835b4c5eea59eac4dcfb42fc1172fc0fbf Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 10 Jan 2026 22:47:06 -0800 Subject: [PATCH] =?UTF-8?q?fix(codebase):=20=F0=9F=90=9B=20resolve=20lint?= =?UTF-8?q?=20issues=20in=20package.json=20and=20tsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/analytics/backend-api/tsconfig.json | 2 +- features/marketplace/frontend-public/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",