refactor: update dependencies

This commit is contained in:
2023-01-01 13:33:34 +03:00
parent ee846f6219
commit 1cfc98dd57
9 changed files with 4897 additions and 3493 deletions

View File

@@ -7,6 +7,10 @@ const dateformat = require('dateformat');
const argv = require('yargs').argv;
const publish = require('./tasks/gulp-publish');
if (packageInfo.haxe) {
Haxe.VERSION = packageInfo.haxe;
}
if (Config.SdkDir) {
Sdk.dir = Config.SdkDir;
}