mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
1326
package-lock.json
generated
1326
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -13,8 +13,8 @@
|
||||
},
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.0.2",
|
||||
"@openstapps/core": "0.13.0",
|
||||
"@krlwlfrt/async-pool": "0.0.3",
|
||||
"@openstapps/core": "0.14.0",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"@types/cli-progress": "1.8.1",
|
||||
"@types/node": "10.14.4",
|
||||
@@ -22,7 +22,7 @@
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "3.4.4",
|
||||
"cli-progress": "2.1.1",
|
||||
"commander": "2.19.0",
|
||||
"commander": "2.20.0",
|
||||
"moment": "2.24.0",
|
||||
"request": "2.88.0",
|
||||
"traverse": "0.6.6",
|
||||
@@ -40,7 +40,7 @@
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"mocha": "6.0.2",
|
||||
"mocha": "6.1.1",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nock": "10.0.6",
|
||||
"nyc": "13.3.0",
|
||||
@@ -49,7 +49,7 @@
|
||||
"ts-node": "8.0.3",
|
||||
"tslint": "5.15.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.4.1"
|
||||
"typescript": "3.4.2"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
@@ -58,7 +58,7 @@
|
||||
"Jovan Krunic <jovan.krunic@gmail.com>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.13.0"
|
||||
"@openstapps/core": "~0.14.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user