Skip to content

Commit c8df5cb

Browse files
committed
build(deps): add dependency between packages uui and uui-button-copy-text
1 parent 864afa6 commit c8df5cb

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uui/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@umbraco-ui/uui-button": "1.13.0-rc.0",
4949
"@umbraco-ui/uui-button-group": "1.13.0-rc.0",
5050
"@umbraco-ui/uui-button-inline-create": "1.13.0-rc.0",
51+
"@umbraco-ui/uui-button-copy-text": "1.13.0-rc.0",
5152
"@umbraco-ui/uui-card": "1.13.0-rc.0",
5253
"@umbraco-ui/uui-card-block-type": "1.13.0-rc.0",
5354
"@umbraco-ui/uui-card-content-node": "1.13.0-rc.0",

packages/uui/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
{
4444
"path": "../uui-button-inline-create"
4545
},
46+
{
47+
"path": "../uui-button-copy-text"
48+
},
4649
{
4750
"path": "../uui-card"
4851
},

0 commit comments

Comments
 (0)