build: update dependencies versions

This commit is contained in:
2023-01-04 11:29:19 +03:00
parent 621454ccb4
commit 3379eed4a9
4 changed files with 37 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ import ru.m.update.Updater;
public function new() {
super(ID);
var data:Array<ImageListConfig> = [];
data.push({title: "Assets", sourceId: "asset"});
// data.push({title: "Assets", sourceId: "asset"});
data.push(fileSource);
for (type in AbstractEnumTools.getValues(PixabayCategory)) {
data.push({title: type, sourceId: "pixabay", filter: ["category" => type]});