From 1ba1b6163670d44b1c11cffc02fff47ee7eb57e2 Mon Sep 17 00:00:00 2001 From: adkif Date: Sat, 25 Jan 2025 19:07:14 +0200 Subject: [PATCH] fix: dependency path mismatch with workspace path --- apps/desktop-timer/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop-timer/src/package.json b/apps/desktop-timer/src/package.json index 54d1ae059b..c1356d3db7 100644 --- a/apps/desktop-timer/src/package.json +++ b/apps/desktop-timer/src/package.json @@ -140,7 +140,7 @@ "@gauzy/desktop-lib": "file:../../../dist/packages/desktop-lib", "@gauzy/desktop-window": "file:../../../dist/packages/desktop-window", "@gauzy/ui-config": "file:../../../dist/packages/ui-config", - "@gauzy/constants": "file:../../../dist/packages/contracts", + "@gauzy/constants": "file:../../../dist/packages/constants", "@sentry/electron": "^4.18.0", "@sentry/profiling-node": "^7.101.1", "@sentry/replay": "^7.101.1",