Skip to content

Commit 35bae02

Browse files
committed
keep bluebird as dev dependency
1 parent b43c462 commit 35bae02

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,14 @@
7777
},
7878
"devDependencies": {
7979
"@istanbuljs/nyc-config-typescript": "^1.0.1",
80+
"@types/bluebird": "^3.5.35",
8081
"@types/chai": "^4.2.18",
8182
"@types/mocha": "^8.2.2",
8283
"@types/sinon": "^10.0.0",
8384
"@types/webpack-env": "^1.16.0",
8485
"@typescript-eslint/eslint-plugin": "^4.24.0",
8586
"@typescript-eslint/parser": "^4.24.0",
87+
"bluebird": "^3.7.2",
8688
"browserify-versionify": "^1.0.6",
8789
"chai": "^4.3.4",
8890
"es6-map": "^0.1.5",

test/entry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
/// <reference types="mocha" />
99

10+
import "bluebird";
1011
import "es6-symbol";
1112
import "es6-map";

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@
324324
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
325325
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
326326

327+
"@types/bluebird@^3.5.35":
328+
version "3.5.35"
329+
resolved "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.35.tgz#3964c48372bf62d60616d8673dd77a9719ebac9b"
330+
integrity sha512-2WeeXK7BuQo7yPI4WGOBum90SzF/f8rqlvpaXx4rjeTmNssGRDHWf7fgDUH90xMB3sUOu716fUK5d+OVx0+ncQ==
331+
327332
"@types/chai@^4.2.18":
328333
version "4.2.18"
329334
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.18.tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4"
@@ -1102,6 +1107,11 @@ bl@^4.0.3:
11021107
inherits "^2.0.4"
11031108
readable-stream "^3.4.0"
11041109

1110+
bluebird@^3.7.2:
1111+
version "3.7.2"
1112+
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
1113+
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
1114+
11051115
body-parser@1.19.0, body-parser@^1.19.0:
11061116
version "1.19.0"
11071117
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"

0 commit comments

Comments
 (0)