build: update dependencies

This commit is contained in:
Michel Jonathan Schmitz
2020-01-22 09:22:13 +01:00
parent 25a795bc91
commit 8b3a8f929b
20 changed files with 785 additions and 691 deletions

View File

@@ -44,42 +44,41 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/logger": "0.3.1",
"@krlwlfrt/async-pool": "0.3.0",
"@openstapps/logger": "0.4.0",
"@types/glob": "7.1.1",
"@types/got": "9.4.4",
"@types/got": "9.6.9",
"@types/mustache": "0.8.32",
"@types/node": "10.14.8",
"ajv": "6.10.0",
"@types/node": "10.17.13",
"ajv": "6.11.0",
"chai": "4.2.0",
"commander": "2.20.0",
"commander": "2.20.3",
"deepmerge": "3.3.0",
"del": "4.1.1",
"flatted": "2.0.1",
"glob": "7.1.4",
"glob": "7.1.6",
"got": "9.6.0",
"humanize-string": "2.1.0",
"jsonschema": "1.2.4",
"jsonschema": "1.2.5",
"mustache": "3.0.1",
"plantuml-encoder": "1.2.5",
"plantuml-encoder": "1.4.0",
"toposort": "2.0.2",
"ts-json-schema-generator": "0.42.0",
"ts-node": "8.2.0",
"ts-node": "8.6.2",
"typedoc": "0.14.2"
},
"devDependencies": {
"@openstapps/configuration": "0.21.0",
"@types/chai": "4.1.7",
"@openstapps/configuration": "0.22.0",
"@types/chai": "4.2.7",
"@types/mocha": "5.2.7",
"@types/rimraf": "2.0.2",
"@types/nock": "10.0.3",
"conventional-changelog-cli": "2.0.21",
"mocha": "6.1.4",
"@types/rimraf": "2.0.3",
"conventional-changelog-cli": "2.0.31",
"mocha": "6.2.2",
"mocha-typescript": "1.1.17",
"nock": "10.0.6",
"nock": "11.7.2",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"tslint": "5.17.0",
"typescript": "3.5.1"
"rimraf": "2.7.1",
"tslint": "5.20.1",
"typescript": "3.7.5"
}
}