build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-01-07 11:59:58 +01:00
parent c84ecf146e
commit 4e5c3b127d
2 changed files with 162 additions and 230 deletions

View File

@@ -9,6 +9,7 @@
"scripts": {
"build": "npm run tslint && npm run compile && npm run documentation",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc --outDir lib && prepend lib/projectmanagement.cli.js '#!/usr/bin/env node\n' && prepend lib/pack.cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"prepareOnly": "npm run build",
@@ -21,39 +22,36 @@
],
"license": "GPL-3.0-only",
"dependencies": {
"@openstapps/gitlab-api": "0.2.0",
"@openstapps/gitlab-api": "0.2.3",
"@openstapps/logger": "0.0.3",
"@types/del": "3.0.1",
"@types/glob": "7.1.1",
"@types/inquirer": "0.0.43",
"@types/node": "10.12.10",
"@types/node": "10.12.18",
"@types/pad": "1.0.1",
"@types/request": "2.48.1",
"@types/semver": "5.5.0",
"@types/yaml": "1.0.1",
"async-pool-native": "0.1.0",
"commander": "2.19.0",
"del": "3.0.0",
"gitlab": "4.2.7",
"glob": "7.1.3",
"inquirer": "6.2.0",
"moment": "2.22.2",
"inquirer": "6.2.1",
"moment": "2.23.0",
"pad": "2.2.1",
"request": "2.88.0",
"semver": "5.6.0",
"tangular": "2.0.1",
"toposort": "2.0.2",
"yaml": "1.0.3"
"toposort": "2.0.2"
},
"devDependencies": {
"@openstapps/configuration": "0.2.0",
"@openstapps/configuration": "0.5.0",
"conventional-changelog-cli": "2.0.11",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typedoc": "0.13.0",
"typescript": "3.1.6"
"tslint": "5.12.0",
"typedoc": "0.14.0",
"typescript": "3.2.2"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",