mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-17 23:22:54 +00:00
build: update dependencies
This commit is contained in:
1878
package-lock.json
generated
1878
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -13,10 +13,10 @@
|
||||
},
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@openstapps/core": "0.11.0",
|
||||
"@openstapps/core": "0.12.0",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"@types/cli-progress": "1.8.0",
|
||||
"@types/node": "11.9.4",
|
||||
"@types/cli-progress": "1.8.1",
|
||||
"@types/node": "11.11.3",
|
||||
"@types/request": "2.48.1",
|
||||
"@types/uuid": "3.4.4",
|
||||
"async-pool-native": "0.1.0",
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.6.0",
|
||||
"@openstapps/configuration": "0.7.0",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"@types/chai-spies": "1.0.0",
|
||||
@@ -38,15 +38,15 @@
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"mocha": "5.2.0",
|
||||
"mocha": "6.0.2",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nock": "10.0.6",
|
||||
"nyc": "13.3.0",
|
||||
"source-map-support": "0.5.10",
|
||||
"ts-node": "8.0.2",
|
||||
"tslint": "5.12.1",
|
||||
"source-map-support": "0.5.11",
|
||||
"ts-node": "8.0.3",
|
||||
"tslint": "5.14.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.3.3"
|
||||
"typescript": "3.3.3333"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
@@ -55,7 +55,7 @@
|
||||
"Jovan Krunic <jovan.krunic@gmail.com>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.10.0"
|
||||
"@openstapps/core": "~0.12.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user