build: update dependencies

This commit is contained in:
Michel Jonathan Schmitz
2019-07-24 12:21:11 +02:00
committed by Rainer Killinger
parent fc4f16ac44
commit 9db091c26f
2 changed files with 199 additions and 176 deletions

View File

@@ -28,10 +28,10 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/core": "0.19.0",
"@openstapps/core-tools": "0.6.0",
"@openstapps/logger": "0.3.1",
"@types/node": "10.12.27",
"@openstapps/core": "0.23.1",
"@openstapps/core-tools": "0.7.0",
"@openstapps/logger": "0.4.0",
"@types/node": "10.14.12",
"config": "3.1.0",
"cors": "2.8.5",
"elasticsearch": "16.1.1",
@@ -49,10 +49,10 @@
"uuid": "3.3.2"
},
"devDependencies": {
"@openstapps/configuration": "0.19.0",
"@openstapps/configuration": "0.21.0",
"@types/config": "0.0.34",
"@types/cors": "2.8.5",
"@types/elasticsearch": "5.0.33",
"@types/elasticsearch": "5.0.34",
"@types/express": "4.17.0",
"@types/fs-extra": "7.0.0",
"@types/morgan": "1.7.35",
@@ -60,12 +60,12 @@
"@types/node-cron": "2.0.2",
"@types/nodemailer": "6.2.0",
"@types/promise-queue": "2.2.0",
"@types/uuid": "3.4.4",
"@types/uuid": "3.4.5",
"conventional-changelog-cli": "2.0.21",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"tslint": "5.17.0",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typescript": "3.5.1"
"typescript": "3.5.3"
}
}