diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-05 13:26:25 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-05 14:14:16 +0200 |
commit | 6fcd19ba737f1f5614a56c6925adb882dea43b8d (patch) | |
tree | 3365a96d82bc7f00ae504a568725c8e914150cf8 /yarn.lock | |
parent | 5fe7e898316e18369c3e1aba307b55077adc7bfb (diff) | |
download | PeerTube-6fcd19ba737f1f5614a56c6925adb882dea43b8d.tar.gz PeerTube-6fcd19ba737f1f5614a56c6925adb882dea43b8d.tar.zst PeerTube-6fcd19ba737f1f5614a56c6925adb882dea43b8d.zip |
Move to promises
Closes https://github.com/Chocobozzz/PeerTube/issues/74
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -84,9 +84,9 @@ | |||
84 | dependencies: | 84 | dependencies: |
85 | "@types/express" "*" | 85 | "@types/express" "*" |
86 | 86 | ||
87 | "@types/node@*", "@types/node@^7.0.18": | 87 | "@types/node@*", "@types/node@^8.0.3": |
88 | version "7.0.32" | 88 | version "8.0.3" |
89 | resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.32.tgz#6afe6c66520a4c316623a14aef123908d01b4bba" | 89 | resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.3.tgz#fca61c26f83e5f453166114f57d53a47feb36d45" |
90 | 90 | ||
91 | "@types/request@^0.0.44": | 91 | "@types/request@^0.0.44": |
92 | version "0.0.44" | 92 | version "0.0.44" |
@@ -453,7 +453,7 @@ bluebird@^2.10.0, bluebird@^2.9.13: | |||
453 | version "2.11.0" | 453 | version "2.11.0" |
454 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" | 454 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" |
455 | 455 | ||
456 | bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6: | 456 | bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6, bluebird@^3.5.0: |
457 | version "3.5.0" | 457 | version "3.5.0" |
458 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" | 458 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" |
459 | 459 | ||
@@ -3909,9 +3909,9 @@ typedarray@^0.0.6: | |||
3909 | version "0.0.6" | 3909 | version "0.0.6" |
3910 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" | 3910 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" |
3911 | 3911 | ||
3912 | typescript@^2.3.4: | 3912 | typescript@^2.4.1: |
3913 | version "2.4.0" | 3913 | version "2.4.1" |
3914 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd" | 3914 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc" |
3915 | 3915 | ||
3916 | uid-number@^0.0.6, uid-number@~0.0.6: | 3916 | uid-number@^0.0.6, uid-number@~0.0.6: |
3917 | version "0.0.6" | 3917 | version "0.0.6" |