Skip to content

Commit

Permalink
Fix issue building local common dependency (#673)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Jul 24, 2024
1 parent 5fd92db commit 6b02dee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ui/embed-item/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
9 changes: 2 additions & 7 deletions ui/embed-item/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

[email protected]:
version "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 2 additions & 7 deletions ui/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

[email protected]:
version "0.0.1"
Expand Down

0 comments on commit 6b02dee

Please sign in to comment.