build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-08-20 10:17:11 +02:00
parent 7c9f2c52b7
commit 67ab2616be
2 changed files with 313 additions and 238 deletions

View File

@@ -23,41 +23,42 @@
"contributors": [
"Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunić <jovan.krunic@gmail.com>",
"Michel Jonathan Schmitz"
"Michel Jonathan Schmitz",
"Wieland Schöbl"
],
"license": "GPL-3.0-only",
"dependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/gitlab-api": "0.5.1",
"@openstapps/logger": "0.3.1",
"@slack/client": "5.0.1",
"@openstapps/logger": "0.4.0",
"@slack/client": "5.0.2",
"@types/glob": "7.1.1",
"@types/mustache": "0.8.32",
"@types/node": "10.14.12",
"@types/node": "10.14.15",
"@types/tmp": "0.1.0",
"commander": "2.20.0",
"commander": "3.0.0",
"glob": "7.1.4",
"moment": "2.24.0",
"mustache": "3.0.1",
"tmp": "0.1.0"
},
"devDependencies": {
"@openstapps/configuration": "0.21.0",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@openstapps/configuration": "0.21.1",
"@types/chai": "4.2.0",
"@types/chai-as-promised": "7.1.2",
"@types/mocha": "5.2.7",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.0.21",
"mocha": "6.1.4",
"conventional-changelog-cli": "2.0.23",
"mocha": "6.2.0",
"mocha-typescript": "1.1.17",
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"rimraf": "3.0.0",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typescript": "3.5.2"
"typedoc": "0.15.0",
"typescript": "3.5.3"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",
@@ -68,13 +69,16 @@
"all": true,
"branches": 95,
"check-coverage": true,
"include": [
"src/tasks/get-used-version.ts"
"exclude": [
"src/cli.ts"
],
"extension": [
".ts"
],
"functions": 95,
"include": [
"src/tasks/get-used-version.ts"
],
"lines": 95,
"per-file": true,
"reporter": [