Update dependencies
This commit is contained in:
parent
30e18a749f
commit
832ed3d1bf
3 changed files with 952 additions and 428 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"babel-preset-env": "^1.6.0",
|
||||
"leaflet": "^1.2.0",
|
||||
"lodash": "^4.17.4",
|
||||
"material-ui": "next",
|
||||
"material-ui": "npm:material-ui@next",
|
||||
"material-ui-old": "npm:material-ui@latest",
|
||||
"mdi": "^2.0.46",
|
||||
"mqtt": "^2.14.0",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ declare type Topics = Map<string,Topic>;
|
|||
|
||||
declare type UIBase = {
|
||||
text: string,
|
||||
topic: string,
|
||||
topic?: string,
|
||||
icon?: string,
|
||||
enableCondition?: (internal: string, actual: any, state: State) => boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue