Skip to content

Commit c828032

Browse files
committed
Update dependencies
1 parent 6381c69 commit c828032

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/uui-input-color/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33+
"@umbraco-ui/uui-base": "1.14.1",
3334
"@umbraco-ui/uui-color-swatch": "1.14.1",
34-
"@umbraco-ui/uui-base": "1.14.1"
35+
"@umbraco-ui/uui-input": "1.14.1"
3536
},
3637
"scripts": {
3738
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-input-color/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
"include": ["./**/*.ts"],
1111
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1212
"references": [
13+
{
14+
"path": "../uui-base"
15+
},
1316
{
1417
"path": "../uui-color-swatch"
1518
},
1619
{
17-
"path": "../uui-base"
20+
"path": "../uui-input"
1821
}
1922
]
2023
}

0 commit comments

Comments
 (0)