diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-14 18:56:30 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-14 18:56:30 +0200 |
| commit | dd6c4c39440982e2943906f2fa30dbbb8260540b (patch) | |
| tree | 19e6e1732c4b2cb368d9f1a61e65472a6878143d /package.json | |
| parent | 40afdde86f8b9369c2f3e1ef73176c347ccef5f6 (diff) | |
| download | bridge-dd6c4c39440982e2943906f2fa30dbbb8260540b.tar.gz bridge-dd6c4c39440982e2943906f2fa30dbbb8260540b.zip | |
2.14.0 rewrite: modularization
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index f75cd0c..31235cd 100644 --- a/package.json +++ b/package.json @@ -6,16 +6,15 @@ "dependencies": { "amqplib": "^0.5.1", "bluebird": "^3.5.0", - "express": "^4.15.2", + "express": "^4.15.3", "http": "^0.0.0", - "mysql": "^2.13.0", + "mysql2": "^1.3.6", "request": "^2.81.0", - "request-promise": "^4.2.0", - "sequelize": "^3.30.4", - "sleep-promise": "^2.0.0", + "request-promise": "^4.2.1", + "sequelize": "^4.3.2", "webstomp-client": "^1.0.6", "winston": "^2.3.1", - "winston-loggly-bulk": "^1.4.2" + "winston-loggly-bulk": "^2.0.0" }, "devDependencies": {}, "scripts": { |
