From 8875545e2633364d763666b2a6fc0a52cb04c340 Mon Sep 17 00:00:00 2001 From: Cintia Sanchez Garcia Date: Wed, 24 Jul 2024 10:09:28 +0200 Subject: [PATCH] Fix issue building local common dependency Signed-off-by: Cintia Sanchez Garcia --- ui/embed-item/package.json | 2 +- ui/embed-item/yarn.lock | 9 ++------- ui/webapp/package.json | 2 +- ui/webapp/yarn.lock | 9 ++------- 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/ui/embed-item/package.json b/ui/embed-item/package.json index d68702ab..d24468ab 100644 --- a/ui/embed-item/package.json +++ b/ui/embed-item/package.json @@ -15,7 +15,7 @@ "dependencies": { "@solid-primitives/resize-observer": "^2.0.25", "bootstrap": "^5.3.3", - "common": "file:../common", + "common": "link:../common", "solid-js": "^1.8.17", "solid-styled-components": "^0.28.5" }, diff --git a/ui/embed-item/yarn.lock b/ui/embed-item/yarn.lock index 45f4c561..0dede0d0 100644 --- a/ui/embed-item/yarn.lock +++ b/ui/embed-item/yarn.lock @@ -869,14 +869,9 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -"common@file:../common": +"common@link:../common": version "0.0.0" - dependencies: - "@solid-primitives/resize-observer" "^2.0.25" - lodash "^4.17.21" - moment "^2.30.1" - solid-js "^1.8.15" - solid-styled-components "^0.28.5" + uid "" concat-map@0.0.1: version "0.0.1" diff --git a/ui/webapp/package.json b/ui/webapp/package.json index 4434df91..2e4f659d 100644 --- a/ui/webapp/package.json +++ b/ui/webapp/package.json @@ -20,7 +20,7 @@ "add": "^2.0.6", "apexcharts": "^3.49.1", "bootstrap": "^5.3.3", - "common": "file:../common", + "common": "link:../common", "lodash": "^4.17.21", "minisearch": "^6.3.0", "moment": "^2.30.1", diff --git a/ui/webapp/yarn.lock b/ui/webapp/yarn.lock index c1eb9213..30faf6b8 100644 --- a/ui/webapp/yarn.lock +++ b/ui/webapp/yarn.lock @@ -911,14 +911,9 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -"common@file:../common": +"common@link:../common": version "0.0.0" - dependencies: - "@solid-primitives/resize-observer" "^2.0.25" - lodash "^4.17.21" - moment "^2.30.1" - solid-js "^1.8.15" - solid-styled-components "^0.28.5" + uid "" concat-map@0.0.1: version "0.0.1"