mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
4955d8b6be
commit
546aa14895
1505
package-lock.json
generated
1505
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",
|
"description": "Node.js library to interact with the StApps backend service",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@krlwlfrt/async-pool": "0.5.0",
|
"@krlwlfrt/async-pool": "0.5.0",
|
||||||
"@openstapps/core": "0.46.0",
|
"@openstapps/core": "0.48.0",
|
||||||
"@openstapps/core-tools": "0.21.0",
|
"@openstapps/core-tools": "0.23.2",
|
||||||
"@openstapps/logger": "0.7.0",
|
"@openstapps/logger": "0.7.0",
|
||||||
"@types/cli-progress": "3.9.1",
|
"@types/cli-progress": "3.9.2",
|
||||||
"@types/express": "4.17.12",
|
"@types/express": "4.17.13",
|
||||||
"@types/morgan": "1.9.2",
|
"@types/morgan": "1.9.3",
|
||||||
"@types/node": "14.17.1",
|
"@types/node": "14.17.7",
|
||||||
"@types/traverse": "0.6.32",
|
"@types/traverse": "0.6.32",
|
||||||
"@types/uuid": "8.3.0",
|
"@types/uuid": "8.3.1",
|
||||||
"@types/wait-on": "5.3.0",
|
"@types/wait-on": "5.3.1",
|
||||||
"body-parser": "1.19.0",
|
"body-parser": "1.19.0",
|
||||||
"cli-progress": "3.9.0",
|
"cli-progress": "3.9.0",
|
||||||
"commander": "7.2.0",
|
"commander": "7.2.0",
|
||||||
@@ -44,18 +44,18 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openstapps/configuration": "0.27.0",
|
"@openstapps/configuration": "0.27.0",
|
||||||
"@testdeck/mocha": "0.1.2",
|
"@testdeck/mocha": "0.1.2",
|
||||||
"@types/chai": "4.2.18",
|
"@types/chai": "4.2.21",
|
||||||
"@types/chai-as-promised": "7.1.4",
|
"@types/chai-as-promised": "7.1.4",
|
||||||
"@types/chai-spies": "1.0.3",
|
"@types/chai-spies": "1.0.3",
|
||||||
"@types/fs-extra": "9.0.11",
|
"@types/fs-extra": "9.0.12",
|
||||||
"@types/mocha": "8.2.2",
|
"@types/mocha": "8.2.3",
|
||||||
"chai": "4.3.4",
|
"chai": "4.3.4",
|
||||||
"chai-as-promised": "7.1.1",
|
"chai-as-promised": "7.1.1",
|
||||||
"chai-spies": "1.0.0",
|
"chai-spies": "1.0.0",
|
||||||
"conventional-changelog-cli": "2.1.1",
|
"conventional-changelog-cli": "2.1.1",
|
||||||
"fs-extra": "9.1.0",
|
"fs-extra": "9.1.0",
|
||||||
"mocha": "8.4.0",
|
"mocha": "8.4.0",
|
||||||
"nock": "13.1.0",
|
"nock": "13.1.1",
|
||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
"prepend-file-cli": "1.0.6",
|
"prepend-file-cli": "1.0.6",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"Wieland Schöbl <wulkanat@gmail.com>"
|
"Wieland Schöbl <wulkanat@gmail.com>"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@openstapps/core": "~0.46.0"
|
"@openstapps/core": "~0.48.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user