build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-07-25 15:36:44 +02:00
parent 27d97c4c95
commit 689dc99414
2 changed files with 310 additions and 62 deletions

View File

@@ -43,7 +43,7 @@
"dependencies": {
"@types/geojson": "1.0.6",
"@types/json-patch": "0.0.30",
"@types/node": "10.14.10",
"@types/node": "10.14.13",
"fast-clone": "1.5.13",
"http-status-codes": "1.3.2",
"json-patch": "0.7.0",
@@ -52,16 +52,16 @@
},
"devDependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/configuration": "0.21.0",
"@openstapps/core-tools": "0.7.0",
"@openstapps/logger": "0.3.1",
"@openstapps/configuration": "0.21.1",
"@openstapps/core-tools": "0.8.0",
"@openstapps/logger": "0.4.0",
"@types/chai": "4.1.7",
"@types/rimraf": "2.0.2",
"chai": "4.2.0",
"commander": "2.20.0",
"conditional-type-checks": "1.0.1",
"conventional-changelog-cli": "2.0.21",
"mocha": "6.1.4",
"mocha": "6.2.0",
"mocha-typescript": "1.1.17",
"nyc": "14.1.1",
"rimraf": "2.6.3",
@@ -69,7 +69,7 @@
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typescript": "3.5.2"
"typescript": "3.5.3"
},
"nyc": {
"all": true,