From 6fcd19ba737f1f5614a56c6925adb882dea43b8d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Jul 2017 13:26:25 +0200 Subject: Move to promises Closes https://github.com/Chocobozzz/PeerTube/issues/74 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 93193fe2f..b3ea40ad3 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "async": "^2.0.0", "bcrypt": "^1.0.2", "bittorrent-tracker": "^9.0.0", + "bluebird": "^3.5.0", "body-parser": "^1.12.4", "concurrently": "^3.1.0", "config": "^1.14.0", @@ -78,7 +79,7 @@ "scripty": "^1.5.0", "sequelize": "4.0.0-2", "ts-node": "^3.0.6", - "typescript": "^2.3.4", + "typescript": "^2.4.1", "validator": "^7.0.0", "winston": "^2.1.1", "ws": "^2.0.0" @@ -95,7 +96,7 @@ "@types/mkdirp": "^0.3.29", "@types/morgan": "^1.7.32", "@types/multer": "^0.0.34", - "@types/node": "^7.0.18", + "@types/node": "^8.0.3", "@types/request": "^0.0.44", "@types/sequelize": "^4.0.55", "@types/validator": "^6.2.0", -- cgit v1.2.3