refactor: update dependencies, remove extraneous

This commit is contained in:
Rainer Killinger
2020-08-25 10:40:53 +02:00
committed by Frank Nagel
parent 6fecd1e89d
commit e242a21e99
2 changed files with 1236 additions and 942 deletions

2154
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -46,29 +46,27 @@
"@types/json-patch": "0.0.30",
"@types/node": "10.17.14",
"fast-clone": "1.5.13",
"http-status-codes": "1.4.0",
"http-status-codes": "2.1.2",
"json-patch": "0.7.0",
"jsonschema": "1.2.5",
"ts-optchain": "0.1.8"
},
"devDependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/configuration": "0.23.0",
"@openstapps/configuration": "0.24.0",
"@openstapps/core-tools": "0.14.0",
"@openstapps/logger": "0.4.0",
"@types/chai": "4.2.8",
"@types/rimraf": "2.0.3",
"@openstapps/logger": "0.5.0",
"@types/chai": "4.2.12",
"@types/rimraf": "3.0.0",
"chai": "4.2.0",
"commander": "2.20.0",
"conditional-type-checks": "1.0.5",
"conventional-changelog-cli": "2.0.31",
"mocha": "6.2.0",
"conventional-changelog-cli": "2.1.0",
"mocha": "8.1.1",
"mocha-typescript": "1.1.17",
"nyc": "14.1.1",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"source-map-support": "0.5.13",
"ts-node": "8.6.2",
"tslint": "5.18.0",
"source-map-support": "0.5.19",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typedoc": "0.14.2",
"typescript": "3.5.3"
},