diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-14 18:57:26 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-14 18:57:26 +0200 |
| commit | aa8c71b8f484a62d1c9623e3bda2f364bc3a73ab (patch) | |
| tree | 314272b26aa0ba053cba2734370147ef9606487c /package.json | |
| parent | df184f647fc6242135744f597ea7582e0fbd1264 (diff) | |
| download | cruncher-aa8c71b8f484a62d1c9623e3bda2f364bc3a73ab.tar.gz cruncher-aa8c71b8f484a62d1c9623e3bda2f364bc3a73ab.zip | |
2.14.0 rewrite
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json index 545fcfc..79ba85a 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,10 @@ "dependencies": { "amqplib": "^0.5.1", "bluebird": "^3.5.0", - "mysql": "^2.13.0", - "object-hash": "^1.1.7", - "sequelize": "^3.30.4", - "sleep-promise": "^2.0.0", + "mysql2": "^1.3.6", + "sequelize": "^4.3.2", "winston": "^2.3.1", - "winston-loggly-bulk": "^1.4.2" + "winston-loggly-bulk": "^2.0.0" }, "devDependencies": {}, "scripts": { |
