mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
build: update dependencies
This commit is contained in:
60
package.json
60
package.json
@@ -11,31 +11,31 @@
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||
"test": "nyc mocha --require ts-node/register --ui mocha-typescript --recursive 'test/*.spec.ts'",
|
||||
"test": "nyc mocha --require ts-node/register --recursive 'test/*.spec.ts'",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
"description": "Node.js library to interact with the StApps backend service",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.3.0",
|
||||
"@openstapps/core": "0.34.0",
|
||||
"@openstapps/core-tools": "0.14.0",
|
||||
"@krlwlfrt/async-pool": "0.4.1",
|
||||
"@openstapps/core": "0.38.1",
|
||||
"@openstapps/core-tools": "0.16.0",
|
||||
"@openstapps/logger": "0.5.0",
|
||||
"@types/cli-progress": "1.8.1",
|
||||
"@types/express": "4.16.1",
|
||||
"@types/morgan": "1.9.0",
|
||||
"@types/node": "10.17.14",
|
||||
"@types/request": "2.48.4",
|
||||
"@types/cli-progress": "3.8.0",
|
||||
"@types/express": "4.17.8",
|
||||
"@types/morgan": "1.9.2",
|
||||
"@types/node": "10.17.44",
|
||||
"@types/request": "2.48.5",
|
||||
"@types/traverse": "0.6.32",
|
||||
"@types/uuid": "3.4.7",
|
||||
"@types/wait-on": "4.0.0",
|
||||
"body-parser": "1.19.0",
|
||||
"cli-progress": "3.6.0",
|
||||
"commander": "5.0.0-3",
|
||||
"express": "4.16.4",
|
||||
"cli-progress": "3.8.2",
|
||||
"commander": "6.2.0",
|
||||
"express": "4.17.1",
|
||||
"fast-clone": "1.5.13",
|
||||
"jsonschema": "1.2.5",
|
||||
"moment": "2.24.0",
|
||||
"morgan": "1.9.1",
|
||||
"json-schema": "0.2.5",
|
||||
"moment": "2.29.1",
|
||||
"morgan": "1.10.0",
|
||||
"request": "2.88.2",
|
||||
"traverse": "0.6.6",
|
||||
"uuid": "3.4.0",
|
||||
@@ -43,28 +43,28 @@
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.24.0",
|
||||
"@types/chai": "4.2.11",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
"@types/chai-spies": "1.0.1",
|
||||
"@types/fs-extra": "8.1.0",
|
||||
"@types/mocha": "5.2.7",
|
||||
"@openstapps/configuration": "0.25.0",
|
||||
"@testdeck/mocha": "0.1.2",
|
||||
"@types/chai": "4.2.13",
|
||||
"@types/chai-as-promised": "7.1.3",
|
||||
"@types/chai-spies": "1.0.2",
|
||||
"@types/fs-extra": "8.1.1",
|
||||
"@types/mocha": "8.0.3",
|
||||
"@types/nock": "10.0.3",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.0.31",
|
||||
"conventional-changelog-cli": "2.1.0",
|
||||
"fs-extra": "8.1.0",
|
||||
"mocha": "6.2.2",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"mocha": "8.1.3",
|
||||
"nock": "10.0.6",
|
||||
"nyc": "14.1.1",
|
||||
"nyc": "15.1.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.2",
|
||||
"ts-node": "8.6.2",
|
||||
"tslint": "6.0.0",
|
||||
"typedoc": "0.16.11",
|
||||
"typescript": "3.7.5"
|
||||
"ts-node": "8.10.1",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.18.0",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
@@ -77,7 +77,7 @@
|
||||
"Wieland Schöbl <wulkanat@gmail.com>"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@openstapps/core": "~0.34.0"
|
||||
"@openstapps/core": "~0.38.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user