mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
build: update dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -14,7 +14,7 @@
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.0.3",
|
||||
"@openstapps/core": "0.14.0",
|
||||
"@openstapps/core": "0.17.0",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"@types/cli-progress": "1.8.1",
|
||||
"@types/node": "10.14.4",
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.8.0",
|
||||
"@openstapps/configuration": "0.12.0",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"@types/chai-spies": "1.0.0",
|
||||
@@ -40,16 +40,16 @@
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"mocha": "6.1.1",
|
||||
"mocha": "6.1.3",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nock": "10.0.6",
|
||||
"nyc": "13.3.0",
|
||||
"nyc": "14.0.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.0.3",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.15.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.4.2"
|
||||
"typescript": "3.4.3"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
@@ -58,7 +58,7 @@
|
||||
"Jovan Krunic <jovan.krunic@gmail.com>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.14.0"
|
||||
"@openstapps/core": "~0.17.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user