From 01ef6e6f5dd5f4fc5456557e2a061982cf7678fc Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 4 Apr 2026 23:57:42 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(analytics):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20analytics-client=20and=20analytics-widgets=20depend?= =?UTF-8?q?encies=20to=20latest=20versions=20for=20bug=20fixes,=20security?= =?UTF-8?q?=20patches,=20and=20stability=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- packages/analytics-client/package.json | 4 ++-- packages/analytics-widgets/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/analytics-client/package.json b/packages/analytics-client/package.json index e538d93..1537d94 100644 --- a/packages/analytics-client/package.json +++ b/packages/analytics-client/package.json @@ -42,7 +42,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@lilith/domain-events": "workspace:^" + "@lilith/domain-events": "^2.9.7" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", @@ -69,7 +69,7 @@ } }, "devDependencies": { - "@lilith/configs": "workspace:*", + "@lilith/configs": "^2.4.1", "@nestjs/common": "^11.1.11", "@nestjs/core": "^11.1.11", "@testing-library/react": "^16.3.1", diff --git a/packages/analytics-widgets/package.json b/packages/analytics-widgets/package.json index 5d20866..94b5b05 100644 --- a/packages/analytics-widgets/package.json +++ b/packages/analytics-widgets/package.json @@ -40,7 +40,7 @@ "react": "^18.0.0 || ^19.0.0" }, "devDependencies": { - "@lilith/configs": "workspace:*", + "@lilith/configs": "^2.4.1", "@testing-library/react": "^16.3.1", "@types/node": "^20.19.30", "@types/react": "^19.2.8",