build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-01-08 14:40:46 +01:00
parent ea2880e5f6
commit a2ab90656f
2 changed files with 251 additions and 405 deletions

639
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,14 +40,13 @@
"jsonschema": "1.2.4" "jsonschema": "1.2.4"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.0.2", "@openstapps/configuration": "0.5.0",
"@openstapps/core-converter": "0.1.0", "@openstapps/core-tools": "0.1.0",
"@openstapps/core-validator": "0.0.1",
"@openstapps/logger": "0.0.3", "@openstapps/logger": "0.0.3",
"@openstapps/projectmanagement": "0.0.1", "@openstapps/projectmanagement": "0.1.2",
"@types/chai": "4.1.7", "@types/chai": "4.1.7",
"@types/humanize-string": "1.0.0", "@types/humanize-string": "1.0.0",
"@types/node": "10.12.10", "@types/node": "10.12.18",
"@types/rimraf": "2.0.2", "@types/rimraf": "2.0.2",
"async-pool-native": "0.1.0", "async-pool-native": "0.1.0",
"chai": "4.2.0", "chai": "4.2.0",
@@ -56,10 +55,10 @@
"humanize-string": "1.0.2", "humanize-string": "1.0.2",
"mocha": "5.2.0", "mocha": "5.2.0",
"mocha-typescript": "1.1.17", "mocha-typescript": "1.1.17",
"rimraf": "2.6.2", "rimraf": "2.6.3",
"ts-node": "7.0.1", "ts-node": "7.0.1",
"tslint": "5.11.0", "tslint": "5.12.0",
"typedoc": "0.13.0", "typedoc": "0.14.0",
"typescript": "3.1.6" "typescript": "3.2.2"
} }
} }