build: update dependencies versions
This commit is contained in:
20
.vscode/launch.json
vendored
Normal file
20
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"args": [
|
||||
"app:flash:test"
|
||||
],
|
||||
"name": "app:flash:test",
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"request": "launch",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"haxe.enableDiagnostics": true,
|
||||
"haxe.configurations": [
|
||||
["build/app/flash/haxe/debug.hxml"],
|
||||
],
|
||||
"haxe.displayServer": {
|
||||
"arguments": [
|
||||
//"-v"
|
||||
],
|
||||
}
|
||||
}
|
||||
11
package.json
11
package.json
@@ -13,13 +13,12 @@
|
||||
"yargs": "^13.2.4"
|
||||
},
|
||||
"haxeDependencies": {
|
||||
"haxework": "git@bitbucket.org:shmyga/haxework.git",
|
||||
"lime": "7.9.0",
|
||||
"openfl": "9.1.0",
|
||||
"haxework": "2.0.0",
|
||||
"lime": "8.0.0",
|
||||
"openfl": "9.2.0",
|
||||
"hxcpp": "4.2.1",
|
||||
"svg": "1.1.3",
|
||||
"protohx": "0.4.6",
|
||||
"haxe-crypto": "0.0.7"
|
||||
"protohx": "0.4.6"
|
||||
},
|
||||
"haxe": "4.2.2"
|
||||
"haxe": "4.2.5"
|
||||
}
|
||||
|
||||
@@ -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]});
|
||||
|
||||
Reference in New Issue
Block a user