Skip to content

Commit 10a10e2

Browse files
committed
UUICard: adds "uui-checkbox" dependency
1 parent 1dc16cf commit 10a10e2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uui-card/package.json

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

packages/uui-card/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"references": [
1313
{
1414
"path": "../uui-base"
15+
},
16+
{
17+
"path": "../uui-checkbox"
1518
}
1619
]
1720
}

0 commit comments

Comments
 (0)