mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: update all
This commit is contained in:
22
package.json
22
package.json
@@ -17,16 +17,16 @@
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.5.0",
|
||||
"@openstapps/core": "0.45.0",
|
||||
"@openstapps/core-tools": "0.20.0",
|
||||
"@openstapps/logger": "0.6.0",
|
||||
"@openstapps/core": "0.46.0",
|
||||
"@openstapps/core-tools": "0.21.0",
|
||||
"@openstapps/logger": "0.7.0",
|
||||
"@types/cli-progress": "3.9.1",
|
||||
"@types/express": "4.17.11",
|
||||
"@types/express": "4.17.12",
|
||||
"@types/morgan": "1.9.2",
|
||||
"@types/node": "14.14.41",
|
||||
"@types/node": "14.17.1",
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "8.3.0",
|
||||
"@types/wait-on": "5.2.0",
|
||||
"@types/wait-on": "5.3.0",
|
||||
"body-parser": "1.19.0",
|
||||
"cli-progress": "3.9.0",
|
||||
"commander": "7.2.0",
|
||||
@@ -44,8 +44,8 @@
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.27.0",
|
||||
"@testdeck/mocha": "0.1.2",
|
||||
"@types/chai": "4.2.16",
|
||||
"@types/chai-as-promised": "7.1.3",
|
||||
"@types/chai": "4.2.18",
|
||||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/chai-spies": "1.0.3",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/mocha": "8.2.2",
|
||||
@@ -54,8 +54,8 @@
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"mocha": "8.3.2",
|
||||
"nock": "13.0.11",
|
||||
"mocha": "8.4.0",
|
||||
"nock": "13.1.0",
|
||||
"nyc": "15.1.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.2",
|
||||
@@ -75,7 +75,7 @@
|
||||
"Wieland Schöbl <wulkanat@gmail.com>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.45.0"
|
||||
"@openstapps/core": "~0.46.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user