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",
|
"babel-preset-env": "^1.6.0",
|
||||||
"leaflet": "^1.2.0",
|
"leaflet": "^1.2.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"material-ui": "next",
|
"material-ui": "npm:material-ui@next",
|
||||||
"material-ui-old": "npm:material-ui@latest",
|
"material-ui-old": "npm:material-ui@latest",
|
||||||
"mdi": "^2.0.46",
|
"mdi": "^2.0.46",
|
||||||
"mqtt": "^2.14.0",
|
"mqtt": "^2.14.0",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ declare type Topics = Map<string,Topic>;
|
||||||
|
|
||||||
declare type UIBase = {
|
declare type UIBase = {
|
||||||
text: string,
|
text: string,
|
||||||
topic: string,
|
topic?: string,
|
||||||
icon?: string,
|
icon?: string,
|
||||||
enableCondition?: (internal: string, actual: any, state: State) => boolean
|
enableCondition?: (internal: string, actual: any, state: State) => boolean
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue