From b72389a055b07f99f0469790fc5be59f3376df6a Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 20 Jan 2026 06:22:57 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(analytics-client,backend-api):=20?= =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies=20across=20analytics?= =?UTF-8?q?=20client=20and=20backend=20APIs=20to=20apply=20security=20fixe?= =?UTF-8?q?s=20and=20minor=20version=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @packages/@infrastructure/analytics-client/package.json | 1 + features/analytics/frontend-admin/package.json | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/@packages/@infrastructure/analytics-client/package.json b/@packages/@infrastructure/analytics-client/package.json index bd9fff33b..51c3effbe 100755 --- a/@packages/@infrastructure/analytics-client/package.json +++ b/@packages/@infrastructure/analytics-client/package.json @@ -1,6 +1,7 @@ { "name": "@lilith/analytics-client", "version": "1.0.0", + "type": "module", "private": true, "description": "Analytics tracking client with React hooks and event batching for the lilith platform", "author": { diff --git a/features/analytics/frontend-admin/package.json b/features/analytics/frontend-admin/package.json index 7a44d217b..9c572448d 100755 --- a/features/analytics/frontend-admin/package.json +++ b/features/analytics/frontend-admin/package.json @@ -10,7 +10,7 @@ }, "scripts": { "typecheck": "tsc --noEmit", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives" }, "dependencies": { "@analytics/shared-types": "workspace:*", diff --git a/package.json b/package.json index 1e754da86..bc4914d07 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@lilith/lilith-platform", + "type": "module", "private": true, "version": "1.0.0", "description": "@lilith platform - Incremental MVP development",