build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-02-21 16:28:41 +01:00
committed by Rainer Killinger
parent ab9168cb24
commit 8f10626e52
3 changed files with 150 additions and 121 deletions

View File

@@ -6,30 +6,30 @@
"dependencies": {
"@openstapps/logger": "0.0.5",
"@types/config": "0.0.34",
"@types/dockerode": "2.5.10",
"@types/dockerode": "2.5.12",
"@types/sha1": "1.1.1",
"config": "3.0.1",
"fs-extra": "7.0.1",
"mustache": "3.0.1",
"sha1": "1.1.1",
"typescript": "3.2.2"
"typescript": "3.3.3"
},
"devDependencies": {
"@openstapps/configuration": "0.5.0",
"@openstapps/configuration": "0.6.0",
"@types/chai": "4.1.7",
"@types/mustache": "0.8.32",
"@types/sinon": "7.0.3",
"@types/sinon": "7.0.6",
"chai": "4.2.0",
"conventional-changelog-cli": "2.0.11",
"conventional-changelog-cli": "2.0.12",
"dockerode": "2.5.8",
"mocha": "5.2.0",
"mocha-typescript": "1.1.17",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"sinon": "7.2.2",
"ts-node": "7.0.1",
"sinon": "7.2.4",
"ts-node": "8.0.2",
"tslint": "5.12.1",
"typedoc": "0.14.1"
"typedoc": "0.14.2"
},
"scripts": {
"build": "npm run tslint && npm run compile && npm run documentation",