diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-30 09:55:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-11 14:00:17 +0200 |
commit | 2cdf27bae6acfaa0b99bb07555edc57f48b8bc43 (patch) | |
tree | 6961755998f2ecb4c00de0988c5e4549644b6455 /package.json | |
parent | 1062bc0bb009c2c4c1d3482d24586206dc9e8adb (diff) | |
download | PeerTube-2cdf27bae6acfaa0b99bb07555edc57f48b8bc43.tar.gz PeerTube-2cdf27bae6acfaa0b99bb07555edc57f48b8bc43.tar.zst PeerTube-2cdf27bae6acfaa0b99bb07555edc57f48b8bc43.zip |
Switch to bull
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index cbe269e7d..a284dfeb6 100644 --- a/package.json +++ b/package.json | |||
@@ -81,6 +81,7 @@ | |||
81 | "bittorrent-tracker": "^9.0.0", | 81 | "bittorrent-tracker": "^9.0.0", |
82 | "bluebird": "^3.5.0", | 82 | "bluebird": "^3.5.0", |
83 | "body-parser": "^1.12.4", | 83 | "body-parser": "^1.12.4", |
84 | "bull": "^3.4.2", | ||
84 | "commander": "^2.13.0", | 85 | "commander": "^2.13.0", |
85 | "concurrently": "^3.5.1", | 86 | "concurrently": "^3.5.1", |
86 | "config": "^1.14.0", | 87 | "config": "^1.14.0", |
@@ -131,6 +132,7 @@ | |||
131 | "@types/async-lock": "^1.1.0", | 132 | "@types/async-lock": "^1.1.0", |
132 | "@types/bcrypt": "^2.0.0", | 133 | "@types/bcrypt": "^2.0.0", |
133 | "@types/body-parser": "^1.16.3", | 134 | "@types/body-parser": "^1.16.3", |
135 | "@types/bull": "^3.3.12", | ||
134 | "@types/chai": "^4.0.4", | 136 | "@types/chai": "^4.0.4", |
135 | "@types/chai-json-schema": "^1.4.3", | 137 | "@types/chai-json-schema": "^1.4.3", |
136 | "@types/chai-xml": "^0.3.1", | 138 | "@types/chai-xml": "^0.3.1", |