refactor: update all

This commit is contained in:
openstappsbot
2021-04-16 07:11:36 +00:00
parent 1f6b314a8f
commit 223de443a3
2 changed files with 1459 additions and 1702 deletions

3133
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,28 +30,28 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/api": "0.24.0",
"@openstapps/core": "0.38.1",
"@openstapps/logger": "0.5.0",
"commander": "6.2.0"
"@openstapps/api": "0.27.0",
"@openstapps/core": "0.44.0",
"@openstapps/logger": "0.6.0",
"commander": "6.2.1"
},
"devDependencies": {
"@openstapps/configuration": "0.25.0",
"@openstapps/core-tools": "0.16.0",
"@openstapps/configuration": "0.27.0",
"@openstapps/core-tools": "0.19.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.14",
"@types/chai": "4.2.16",
"@types/chai-as-promised": "7.1.3",
"@types/mocha": "8.0.3",
"@types/node": "14.14.37",
"chai": "4.2.0",
"@types/mocha": "8.2.2",
"@types/node": "14.14.41",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.0",
"mocha": "8.2.0",
"nock": "13.0.4",
"conventional-changelog-cli": "2.1.1",
"mocha": "8.3.2",
"nock": "13.0.11",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.18.0",
"typescript": "3.8.3"