Merge branch 'new_baseimage' into 'master'
changed to new base image See merge request !25
... | ... | @@ -16,9 +16,7 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"@types/express": "^4.16.0", | ||
"@types/node": "^9.6.21", | ||
"@types/superagent": "^3.8.0", | ||
"@types/winston": "^2.3.9", | ||
"boom": "^7.3.0", | ||
"concurrently": "^3.5.1", | ||
"cors": "^2.8.4", | ||
... | ... | @@ -32,9 +30,7 @@ |
"node-cache": "^4.2.0", | ||
"sha.js": "^2.4.11", | ||
"source-map-support": "^0.5.6", | ||
"supertest": "^3.1.0", | ||
"typescript": "^2.8.3", | ||
"winston": "^2.4.2" | ||
"supertest": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/boom": "^7.2.1", | ||
... | ... |
Please register or sign in to comment