build: update dependencies and adjust configuration

This commit is contained in:
Karl-Philipp Wulfert
2019-04-30 13:46:25 +02:00
parent 766205049b
commit 3ba2b0bf3c
7 changed files with 994 additions and 2334 deletions

View File

@@ -8,7 +8,7 @@
},
"license": "GPL-3.0-only",
"scripts": {
"build": "npm run tslint && npm run compile && npm run documentation",
"build": "npm run tslint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
@@ -48,30 +48,30 @@
"statements": 95
},
"devDependencies": {
"@openstapps/configuration": "0.8.0",
"@openstapps/configuration": "0.13.0",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "5.2.6",
"@types/sinon": "7.0.11",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.0.12",
"mocha": "6.0.2",
"conventional-changelog-cli": "2.0.17",
"mocha": "6.1.4",
"mocha-typescript": "1.1.17",
"nyc": "13.3.0",
"nyc": "14.0.0",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"sinon": "7.3.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"sinon": "7.3.2",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typedoc": "0.14.2",
"typescript": "3.4.1"
"typescript": "3.4.5"
},
"dependencies": {
"@types/node": "10.14.4",
"@types/nodemailer": "4.6.7",
"@types/node": "10.14.6",
"@types/nodemailer": "4.6.8",
"chalk": "2.4.2",
"flatted": "2.0.0",
"nodemailer": "6.0.0"
"nodemailer": "6.1.1"
}
}