File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"peerDependencies" : {
15
15
"react-native" : " >=0.50" ,
16
- "promise" : " >=7.1.1" ,
17
16
"rollbar" : " ^2.26.1"
18
17
},
19
18
"dependencies" : {
20
19
"buffer" : " ^4.9.1 || ^5.0.7" ,
20
+ "promise" : " >=7.1.1" ,
21
21
"url" : " ^0.11.0"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -671,6 +671,11 @@ array-unique@^0.3.2:
671
671
version "0.3.2"
672
672
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz"
673
673
674
+ asap@~2.0.6 :
675
+ version "2.0.6"
676
+ resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
677
+ integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==
678
+
674
679
assign-symbols@^1.0.0 :
675
680
version "1.0.0"
676
681
resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz"
@@ -1421,6 +1426,13 @@ process-nextick-args@~2.0.0:
1421
1426
resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
1422
1427
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
1423
1428
1429
+ promise@>=7.1.1 :
1430
+ version "8.3.0"
1431
+ resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
1432
+ integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
1433
+ dependencies :
1434
+ asap "~2.0.6"
1435
+
1424
1436
1425
1437
version "1.3.2"
1426
1438
resolved "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
You can’t perform that action at this time.
0 commit comments