mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
4955d8b6be
commit
546aa14895
1517
package-lock.json
generated
1517
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
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.46.0",
|
||||
"@openstapps/core-tools": "0.21.0",
|
||||
"@openstapps/core": "0.48.0",
|
||||
"@openstapps/core-tools": "0.23.2",
|
||||
"@openstapps/logger": "0.7.0",
|
||||
"@types/cli-progress": "3.9.1",
|
||||
"@types/express": "4.17.12",
|
||||
"@types/morgan": "1.9.2",
|
||||
"@types/node": "14.17.1",
|
||||
"@types/cli-progress": "3.9.2",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/morgan": "1.9.3",
|
||||
"@types/node": "14.17.7",
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "8.3.0",
|
||||
"@types/wait-on": "5.3.0",
|
||||
"@types/uuid": "8.3.1",
|
||||
"@types/wait-on": "5.3.1",
|
||||
"body-parser": "1.19.0",
|
||||
"cli-progress": "3.9.0",
|
||||
"commander": "7.2.0",
|
||||
@@ -44,18 +44,18 @@
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.27.0",
|
||||
"@testdeck/mocha": "0.1.2",
|
||||
"@types/chai": "4.2.18",
|
||||
"@types/chai": "4.2.21",
|
||||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/chai-spies": "1.0.3",
|
||||
"@types/fs-extra": "9.0.11",
|
||||
"@types/mocha": "8.2.2",
|
||||
"@types/fs-extra": "9.0.12",
|
||||
"@types/mocha": "8.2.3",
|
||||
"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",
|
||||
"nock": "13.1.0",
|
||||
"nock": "13.1.1",
|
||||
"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.46.0"
|
||||
"@openstapps/core": "~0.48.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user