refactor: update dependencies and fix resulting errors

Upgraded JSON Schema from version 6 to version 7
Upgraded TypeDoc version to latest
Replaced 'jsonschema' with 'json-schema' package to better comply with 'ts-json-schema-generator'
Replace JSON Schema validation with AJV in areas where it wasn't used previously
Removed commander help output as it causes strange issues
This commit is contained in:
Wieland Schöbl
2020-02-14 11:40:53 +01:00
committed by Rainer Killinger
parent b7cdb6a9ad
commit 5330255b7e
19 changed files with 2058 additions and 1145 deletions

View File

@@ -45,40 +45,42 @@
},
"dependencies": {
"@krlwlfrt/async-pool": "0.3.0",
"@openstapps/logger": "0.4.0",
"@openstapps/logger": "0.5.0",
"@types/glob": "7.1.1",
"@types/got": "9.6.9",
"@types/mustache": "0.8.32",
"@types/node": "10.17.14",
"@types/mustache": "4.0.0",
"@types/node": "10.17.21",
"@types/json-schema": "7.0.6",
"ajv": "6.11.0",
"better-ajv-errors": "0.6.7",
"chai": "4.2.0",
"commander": "2.20.3",
"deepmerge": "3.3.0",
"del": "4.1.1",
"commander": "4.1.1",
"deepmerge": "4.2.2",
"del": "5.1.0",
"flatted": "2.0.1",
"glob": "7.1.6",
"got": "9.6.0",
"got": "10.5.5",
"humanize-string": "2.1.0",
"jsonschema": "1.2.5",
"mustache": "3.0.1",
"json-schema": "0.2.5",
"mustache": "4.0.0",
"plantuml-encoder": "1.4.0",
"toposort": "2.0.2",
"ts-json-schema-generator": "0.42.0",
"ts-json-schema-generator": "0.60.0",
"ts-node": "8.6.2",
"typedoc": "0.14.2"
"typedoc": "0.18.0",
"typescript": "3.8.3"
},
"devDependencies": {
"@openstapps/configuration": "0.23.0",
"@openstapps/configuration": "0.25.0",
"@types/chai": "4.2.8",
"@types/mocha": "5.2.7",
"@types/mocha": "7.0.2",
"@types/rimraf": "2.0.3",
"conventional-changelog-cli": "2.0.31",
"mocha": "6.2.2",
"conventional-changelog-cli": "2.1.0",
"mocha": "7.2.0",
"mocha-typescript": "1.1.17",
"nock": "11.7.2",
"nock": "11.9.1",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.1",
"tslint": "5.20.1",
"typescript": "3.7.5"
"rimraf": "3.0.2",
"tslint": "6.1.3"
}
}