Skip to content

Commit

Permalink
deps: add bluebird
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Nov 14, 2019
1 parent 4e485d2 commit 3e3dabc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@now/node": "^1.0.1",
"@types/bluebird": "^3.5.29",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^8.0.0",
"@types/hapi__joi": "^16.0.3",
Expand Down Expand Up @@ -75,6 +76,7 @@
"@types/koa-router": "^7.0.42",
"ali-oss": "^6.1.0",
"axios": "^0.19.0",
"bluebird": "^3.7.1",
"chalk": "^2.4.2",
"common-bin": "^2.8.1",
"debug": "^4.1.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,11 @@
dependencies:
"@types/node" "*"

"@types/bluebird@^3.5.29":
version "3.5.29"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.29.tgz#7cd933c902c4fc83046517a1bef973886d00bdb6"
integrity sha512-kmVtnxTuUuhCET669irqQmPAez4KFnFVKvpleVRyfC3g+SHD1hIkFZcWLim9BVcwUBLO59o8VZE4yGCmTif8Yw==

"@types/body-parser@*":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.17.1.tgz#18fcf61768fb5c30ccc508c21d6fd2e8b3bf7897"
Expand Down Expand Up @@ -2191,6 +2196,11 @@ bluebird@^3.1.1, bluebird@^3.5.5:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf"
integrity sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg==

bluebird@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==

blueimp-md5@^2.10.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.12.0.tgz#be7367938a889dec3ffbb71138617c117e9c130a"
Expand Down

0 comments on commit 3e3dabc

Please sign in to comment.