fix(core): update dependencies

This commit is contained in:
2019-04-08 16:36:21 +02:00
parent 15044149f2
commit 469a454fa6
2 changed files with 189 additions and 49 deletions

View File

@ -29,23 +29,23 @@
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartrequest": "^1.1.14",
"@types/fs-extra": "^5.0.5",
"@types/vinyl": "^2.0.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"js-yaml": "^3.12.1",
"js-yaml": "^3.13.1",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tsrun": "^1.2.1",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.4",
"@types/node": "^11.13.0",
"gulp-function": "^2.2.14",
"tslint": "^5.12.1",
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0"
}
}