Update dependencies

This commit is contained in:
uwap 2018-01-14 00:44:50 +01:00
parent 30e18a749f
commit 832ed3d1bf
3 changed files with 952 additions and 428 deletions

View file

@ -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
}