mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: update all
This commit is contained in:
14
package.json
14
package.json
@@ -17,13 +17,13 @@
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.7.0",
|
||||
"@openstapps/core": "0.52.0",
|
||||
"@openstapps/core": "0.53.0",
|
||||
"@openstapps/core-tools": "0.25.0",
|
||||
"@openstapps/logger": "0.7.0",
|
||||
"@types/cli-progress": "3.9.2",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/morgan": "1.9.3",
|
||||
"@types/node": "14.17.20",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "8.3.1",
|
||||
"@types/wait-on": "5.3.1",
|
||||
@@ -54,14 +54,14 @@
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
"fs-extra": "10.0.0",
|
||||
"mocha": "9.1.2",
|
||||
"nock": "13.1.3",
|
||||
"mocha": "9.1.3",
|
||||
"nock": "13.1.4",
|
||||
"nyc": "15.1.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.2",
|
||||
"ts-node": "10.2.1",
|
||||
"ts-node": "10.3.0",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.22.5",
|
||||
"typedoc": "0.22.6",
|
||||
"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.52.0"
|
||||
"@openstapps/core": "~0.53.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user