refactor: update all

This commit is contained in:
openstappsbot
2021-09-27 13:07:35 +00:00
committed by Rainer Killinger
parent 8cb4ee12a6
commit 26c14fa7e9
6 changed files with 345 additions and 574 deletions

View File

@@ -16,7 +16,7 @@
},
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.5.0",
"@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.52.0",
"@openstapps/core-tools": "0.25.0",
"@openstapps/logger": "0.7.0",
@@ -29,7 +29,7 @@
"@types/wait-on": "5.3.1",
"body-parser": "1.19.0",
"cli-progress": "3.9.1",
"commander": "7.2.0",
"commander": "8.2.0",
"express": "4.17.1",
"fast-clone": "1.5.13",
"got": "11.8.2",
@@ -38,7 +38,7 @@
"morgan": "1.10.0",
"traverse": "0.6.6",
"uuid": "8.3.2",
"wait-on": "5.3.0"
"wait-on": "6.0.0"
},
"license": "GPL-3.0-only",
"devDependencies": {
@@ -48,18 +48,18 @@
"@types/chai-as-promised": "7.1.4",
"@types/chai-spies": "1.0.3",
"@types/fs-extra": "9.0.13",
"@types/mocha": "8.2.3",
"@types/mocha": "9.0.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.1.1",
"fs-extra": "9.1.0",
"mocha": "8.4.0",
"fs-extra": "10.0.0",
"mocha": "9.1.2",
"nock": "13.1.3",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"ts-node": "10.2.1",
"tslint": "6.1.3",
"typedoc": "0.22.5",
"typescript": "3.9.10"