refactor: update all

This commit is contained in:
openstappsbot
2022-06-27 07:14:42 +00:00
parent 28e03d7e18
commit e2a22653ca
2 changed files with 185 additions and 237 deletions

View File

@@ -24,27 +24,27 @@
},
"dependencies": {
"@openstapps/logger": "0.8.1",
"commander": "9.2.0",
"commander": "9.3.0",
"deepmerge": "4.2.2",
"flatted": "3.2.5",
"got": "11.8.3",
"typedoc": "0.18.0",
"typescript": "3.8.3"
"got": "11.8.5",
"typedoc": "0.23.1",
"typescript": "3.9.10"
},
"devDependencies": {
"@openstapps/configuration": "0.29.1",
"@openstapps/configuration": "0.31.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"@types/node": "14.18.18",
"@types/node": "14.18.21",
"@types/rimraf": "3.0.2",
"chai": "4.3.6",
"conventional-changelog-cli": "2.2.2",
"mocha": "9.1.3",
"nock": "13.2.4",
"mocha": "9.2.2",
"nock": "13.2.7",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.8.0",
"ts-node": "10.8.1",
"tslint": "6.1.3"
}
}