Skip to content

Commit 6447b59

Browse files
committed
add dependencies
1 parent e226386 commit 6447b59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/uui-tabs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "1.5.0-rc.0"
33+
"@umbraco-ui/uui-base": "1.5.0-rc.0",
34+
"@umbraco-ui/uui-button": "1.5.0-rc.0",
35+
"@umbraco-ui/uui-popover-container": "1.5.0-rc.0",
36+
"@umbraco-ui/uui-symbol-more": "1.5.0-rc.0"
3437
},
3538
"scripts": {
3639
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

0 commit comments

Comments
 (0)