build: update dependencies

This commit is contained in:
Anselm Stordeur
2019-01-09 14:31:51 +01:00
committed by Rainer Killinger
parent 98f02b8830
commit 6ceb763b5a
12 changed files with 1130 additions and 84 deletions

View File

@@ -15,16 +15,17 @@
"compile": "rimraf lib && tsc --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"start": "NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true node ./lib/cli.js",
"tslint": "tslint 'src/**/*.ts'"
"tslint": "tslint 'src/**/*.ts'",
"check-configuration": "openstapps-configuration"
},
"dependencies": {
"@openstapps/core": "0.1.0",
"@openstapps/core-validator": "0.0.1",
"@openstapps/core": "0.2.0",
"@openstapps/core-tools": "0.1.1",
"@openstapps/logger": "0.0.3",
"body-parser": "1.18.3",
"config": "3.0.1",
"cors": "2.8.5",
"elasticsearch": "15.2.0",
"elasticsearch": "15.3.0",
"express": "4.16.4",
"express-promise-router": "3.0.3",
"fs-extra": "7.0.1",