refactor: update all

This commit is contained in:
openstappsbot
2021-09-15 13:06:45 +00:00
parent 227abeb36d
commit 472a1b97d6
2 changed files with 99 additions and 105 deletions

View File

@@ -17,18 +17,18 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.5.0",
"@openstapps/core": "0.50.0",
"@openstapps/core": "0.51.0",
"@openstapps/core-tools": "0.25.0",
"@openstapps/logger": "0.7.0",
"@types/cli-progress": "3.9.2",
"@types/express": "4.17.13",
"@types/morgan": "1.9.3",
"@types/node": "14.17.14",
"@types/node": "14.17.16",
"@types/traverse": "0.6.32",
"@types/uuid": "8.3.1",
"@types/wait-on": "5.3.1",
"body-parser": "1.19.0",
"cli-progress": "3.9.0",
"cli-progress": "3.9.1",
"commander": "7.2.0",
"express": "4.17.1",
"fast-clone": "1.5.13",
@@ -42,7 +42,7 @@
},
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.27.0",
"@openstapps/configuration": "0.28.1",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.21",
"@types/chai-as-promised": "7.1.4",
@@ -61,8 +61,8 @@
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.18.0",
"typescript": "3.8.3"
"typedoc": "0.22.3",
"typescript": "3.9.10"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
@@ -75,7 +75,7 @@
"Wieland Schöbl <wulkanat@gmail.com>"
],
"peerDependencies": {
"@openstapps/core": "~0.50.0"
"@openstapps/core": "~0.51.0"
},
"repository": {
"type": "git",