File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 77
77
},
78
78
"devDependencies" : {
79
79
"@istanbuljs/nyc-config-typescript" : " ^1.0.1" ,
80
+ "@types/bluebird" : " ^3.5.35" ,
80
81
"@types/chai" : " ^4.2.18" ,
81
82
"@types/mocha" : " ^8.2.2" ,
82
83
"@types/sinon" : " ^10.0.0" ,
83
84
"@types/webpack-env" : " ^1.16.0" ,
84
85
"@typescript-eslint/eslint-plugin" : " ^4.24.0" ,
85
86
"@typescript-eslint/parser" : " ^4.24.0" ,
87
+ "bluebird" : " ^3.7.2" ,
86
88
"browserify-versionify" : " ^1.0.6" ,
87
89
"chai" : " ^4.3.4" ,
88
90
"es6-map" : " ^0.1.5" ,
Original file line number Diff line number Diff line change 7
7
8
8
/// <reference types="mocha" />
9
9
10
+ import "bluebird" ;
10
11
import "es6-symbol" ;
11
12
import "es6-map" ;
Original file line number Diff line number Diff line change 324
324
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
325
325
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
326
326
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
+
327
332
" @types/chai@^4.2.18 " :
328
333
version "4.2.18"
329
334
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.18.tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4"
@@ -1102,6 +1107,11 @@ bl@^4.0.3:
1102
1107
inherits "^2.0.4"
1103
1108
readable-stream "^3.4.0"
1104
1109
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
+
1105
1115
body-parser@1.19.0, body-parser@^1.19.0 :
1106
1116
version "1.19.0"
1107
1117
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
You can’t perform that action at this time.
0 commit comments