fix(core): update

This commit is contained in:
2019-01-27 03:11:10 +01:00
parent db1d2acb47
commit 69433b242b
4 changed files with 680 additions and 144 deletions

View File

@ -35,17 +35,17 @@
"@types/vinyl": "^2.0.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"js-yaml": "^3.10.0",
"js-yaml": "^3.12.1",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@gitzone/tsbuild": "^2.1.5",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.10",
"@types/node": "^10.12.18",
"gulp-function": "^2.2.14",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0"
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0"
}
}