Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Jan 19, 2022
1 parent 1ed9b0a commit 21a823c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/uui-toast-notification-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"dependencies": {
"@umbraco-ui/uui-base": "0.0.14"
},
"peerDependencies": {
"@umbraco-ui/uui-toast-notification": "0.0.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json",
Expand Down
3 changes: 3 additions & 0 deletions packages/uui-toast-notification-container/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"references": [
{
"path": "../uui-base"
},
{
"path": "../uui-toast-notification"
}
]
}
3 changes: 3 additions & 0 deletions packages/uui-toast-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"dependencies": {
"@umbraco-ui/uui-base": "0.0.14"
},
"peerDependencies": {
"@umbraco-ui/uui-icon-registry-essential": "0.0.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json",
Expand Down
3 changes: 3 additions & 0 deletions packages/uui-toast-notification/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"references": [
{
"path": "../uui-base"
},
{
"path": "../uui-icon-registry-essential"
}
]
}
2 changes: 2 additions & 0 deletions packages/uui/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ import '@umbraco-ui/uui-tabs/lib/index';
import '@umbraco-ui/uui-tag/lib/index';
import '@umbraco-ui/uui-textarea/lib/index';
import '@umbraco-ui/uui-toggle/lib/index';
import '@umbraco-ui/uui-toast-notification/lib/index';
import '@umbraco-ui/uui-toast-notification-container/lib/index';
4 changes: 3 additions & 1 deletion packages/uui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"@umbraco-ui/uui-tabs": "0.0.16",
"@umbraco-ui/uui-tag": "0.0.16",
"@umbraco-ui/uui-textarea": "0.0.2",
"@umbraco-ui/uui-toggle": "0.0.16"
"@umbraco-ui/uui-toggle": "0.0.16",
"@umbraco-ui/uui-toast-notification": "0.0.0",
"@umbraco-ui/uui-toast-notification-container": "0.0.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
Expand Down

0 comments on commit 21a823c

Please sign in to comment.