build: update gulp-haxetool version

This commit is contained in:
2021-05-28 20:52:13 +03:00
parent e6a11efe64
commit bba9e69fb4
4 changed files with 7793 additions and 328 deletions

View File

@@ -4,22 +4,22 @@
"private": true,
"devDependencies": {
"dateformat": "^3.0.3",
"fs-extra": "^10.0.0",
"gulp": "^4.0.0",
"gulp-add": "0.0.2",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.2.0",
"gulp-haxetool": "0.1.8",
"gulp-haxetool": "^0.1.9",
"yargs": "^13.2.4"
},
"haxeDependencies": {
"haxework": "git@bitbucket.org:shmyga/haxework.git",
"lime": "7.7.0",
"openfl": "8.9.6",
"hxcpp": "4.0.52",
"lime": "7.9.0",
"openfl": "9.1.0",
"hxcpp": "4.2.1",
"svg": "1.1.3",
"protohx": "0.4.6",
"haxe-crypto": "0.0.7"
},
"haxe": "4.1.4",
"dependencies": {}
"haxe": "4.2.2"
}