Skip to content

Commit 81fb126

Browse files
committedJan 28, 2022
update paths
1 parent 98b9a48 commit 81fb126

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎packages/uui-card-user/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1212
"references": [
1313
{
14-
"path": "../uui-base"
14+
"path": "../uui-avatar"
1515
},
1616
{
17-
"path": "../uui-avatar"
17+
"path": "../uui-base"
1818
},
1919
{
2020
"path": "../uui-card"

‎packages/uui-input-password/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"path": "../uui-base"
1515
},
1616
{
17-
"path": "../uui-input"
17+
"path": "../uui-icon-registry-essential"
1818
},
1919
{
20-
"path": "../uui-icon-registry-essential"
20+
"path": "../uui-input"
2121
}
2222
]
2323
}

‎packages/uui/tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@
169169
{
170170
"path": "../uui-textarea"
171171
},
172-
{
173-
"path": "../uui-toggle"
174-
},
175172
{
176173
"path": "../uui-toast-notification"
177174
},
@@ -180,6 +177,9 @@
180177
},
181178
{
182179
"path": "../uui-toast-notification-layout"
180+
},
181+
{
182+
"path": "../uui-toggle"
183183
}
184184
]
185185
}

0 commit comments

Comments
 (0)
Please sign in to comment.