refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-06-27 14:09:08 +02:00
parent e2a22653ca
commit aeac607bf5
4 changed files with 459 additions and 186 deletions

View File

@@ -28,11 +28,11 @@
"deepmerge": "4.2.2",
"flatted": "3.2.5",
"got": "11.8.5",
"typedoc": "0.23.1",
"typescript": "3.9.10"
"typedoc": "0.18.0",
"typescript": "3.8.3"
},
"devDependencies": {
"@openstapps/configuration": "0.31.0",
"@openstapps/configuration": "0.32.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
@@ -45,6 +45,7 @@
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.8.1",
"tslint": "6.1.3"
"tslint": "6.1.3",
"tslint-eslint-rules": "5.4.0"
}
}