refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-02-06 13:21:56 +01:00
parent 87b59d84f1
commit b74d56d7c0
2 changed files with 156 additions and 205 deletions

View File

@@ -49,7 +49,7 @@
"@types/glob": "7.1.1",
"@types/got": "9.6.9",
"@types/mustache": "0.8.32",
"@types/node": "10.17.13",
"@types/node": "10.17.14",
"ajv": "6.11.0",
"chai": "4.2.0",
"commander": "2.20.3",
@@ -68,8 +68,8 @@
"typedoc": "0.14.2"
},
"devDependencies": {
"@openstapps/configuration": "0.22.0",
"@types/chai": "4.2.7",
"@openstapps/configuration": "0.23.0",
"@types/chai": "4.2.8",
"@types/mocha": "5.2.7",
"@types/rimraf": "2.0.3",
"conventional-changelog-cli": "2.0.31",
@@ -77,7 +77,7 @@
"mocha-typescript": "1.1.17",
"nock": "11.7.2",
"prepend-file-cli": "1.0.6",
"rimraf": "2.7.1",
"rimraf": "3.0.1",
"tslint": "5.20.1",
"typescript": "3.7.5"
}