mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
refactor: update dependencies
This commit is contained in:
@@ -64,4 +64,4 @@ Or using `e2e` command:
|
||||
|
||||
```shell
|
||||
docker run --net=host registry.gitlab.com/openstapps/api/cli e2e http://localhost:3000
|
||||
```
|
||||
```
|
||||
|
||||
1959
package-lock.json
generated
1959
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@@ -17,23 +17,23 @@
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.7.0",
|
||||
"@openstapps/core": "0.53.0",
|
||||
"@openstapps/core-tools": "0.25.0",
|
||||
"@openstapps/logger": "0.7.0",
|
||||
"@openstapps/core": "0.55.0",
|
||||
"@openstapps/core-tools": "0.27.0",
|
||||
"@openstapps/logger": "0.8.0",
|
||||
"@types/cli-progress": "3.9.2",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/morgan": "1.9.3",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/node": "14.18.0",
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "8.3.1",
|
||||
"@types/uuid": "8.3.3",
|
||||
"@types/wait-on": "5.3.1",
|
||||
"body-parser": "1.19.0",
|
||||
"body-parser": "1.19.1",
|
||||
"cli-progress": "3.9.1",
|
||||
"commander": "8.2.0",
|
||||
"commander": "8.3.0",
|
||||
"express": "4.17.1",
|
||||
"fast-clone": "1.5.13",
|
||||
"got": "11.8.2",
|
||||
"json-schema": "0.3.0",
|
||||
"json-schema": "0.4.0",
|
||||
"moment": "2.29.1",
|
||||
"morgan": "1.10.0",
|
||||
"traverse": "0.6.6",
|
||||
@@ -42,9 +42,9 @@
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.28.1",
|
||||
"@testdeck/mocha": "0.1.2",
|
||||
"@types/chai": "4.2.22",
|
||||
"@openstapps/configuration": "0.29.0",
|
||||
"@testdeck/mocha": "0.2.0",
|
||||
"@types/chai": "4.3.0",
|
||||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/chai-spies": "1.0.3",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
@@ -55,13 +55,13 @@
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
"fs-extra": "10.0.0",
|
||||
"mocha": "9.1.3",
|
||||
"nock": "13.1.4",
|
||||
"nock": "13.2.1",
|
||||
"nyc": "15.1.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.2",
|
||||
"ts-node": "10.3.0",
|
||||
"ts-node": "10.4.0",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.22.6",
|
||||
"typedoc": "0.22.10",
|
||||
"typescript": "3.9.10"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
@@ -75,7 +75,7 @@
|
||||
"Wieland Schöbl <wulkanat@gmail.com>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.53.0"
|
||||
"@openstapps/core": "~0.55.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user