refactor: update all

This commit is contained in:
openstappsbot
2022-10-18 07:09:48 +00:00
parent f2d9c945e5
commit a19893e56d
2 changed files with 272 additions and 138 deletions

View File

@@ -17,26 +17,26 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.69.0",
"@openstapps/core": "0.71.0",
"@openstapps/core-tools": "0.32.0",
"@openstapps/logger": "1.0.0",
"@openstapps/logger": "1.0.1",
"@types/cli-progress": "3.11.0",
"@types/express": "4.17.13",
"@types/express": "4.17.14",
"@types/morgan": "1.9.3",
"@types/node": "14.18.24",
"@types/node": "14.18.32",
"@types/traverse": "0.6.32",
"@types/uuid": "8.3.4",
"@types/wait-on": "5.3.1",
"body-parser": "1.20.0",
"body-parser": "1.20.1",
"cli-progress": "3.11.2",
"commander": "9.4.0",
"express": "4.18.1",
"commander": "9.4.1",
"express": "4.18.2",
"got": "11.8.5",
"json-schema": "0.4.0",
"moment": "2.29.4",
"morgan": "1.10.0",
"rfdc": "1.3.0",
"traverse": "0.6.6",
"traverse": "0.6.7",
"uuid": "8.3.2",
"wait-on": "6.0.1"
},
@@ -44,7 +44,7 @@
"devDependencies": {
"@openstapps/configuration": "0.33.0",
"@openstapps/eslint-config": "1.1.0",
"@testdeck/mocha": "0.2.0",
"@testdeck/mocha": "0.2.1",
"@types/chai": "4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/chai-spies": "1.0.3",
@@ -57,13 +57,13 @@
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.22.0",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jsdoc": "39.3.13",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2",
"fs-extra": "10.1.0",
"mocha": "10.0.0",
"mocha": "10.1.0",
"nock": "13.2.9",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
@@ -85,7 +85,7 @@
"Thea Schöbl <dev@theaninova.de>"
],
"peerDependencies": {
"@openstapps/core": "~0.69.0"
"@openstapps/core": "~0.71.0"
},
"repository": {
"type": "git",