Stop using utils
This commit is contained in:
		@@ -37,9 +37,9 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/utils": "0.4.4",
 | 
					 | 
				
			||||||
        "async-child-process": "^1.1.1",
 | 
					        "async-child-process": "^1.1.1",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
 | 
					        "es6-promisify": "^5.0.0",
 | 
				
			||||||
        "glob": "^7.1.2",
 | 
					        "glob": "^7.1.2",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "moment": "2.21.0",
 | 
					        "moment": "2.21.0",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								packages/monorepo-scripts/src/globals.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								packages/monorepo-scripts/src/globals.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,6 @@
 | 
				
			|||||||
declare module 'async-child-process';
 | 
					declare module 'async-child-process';
 | 
				
			||||||
declare module 'publish-release';
 | 
					declare module 'publish-release';
 | 
				
			||||||
 | 
					declare module 'es6-promisify';
 | 
				
			||||||
declare module 'semver-diff';
 | 
					declare module 'semver-diff';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// semver-sort declarations
 | 
					// semver-sort declarations
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
import { promisify } from '@0xproject/utils';
 | 
					 | 
				
			||||||
import { execAsync } from 'async-child-process';
 | 
					import { execAsync } from 'async-child-process';
 | 
				
			||||||
 | 
					import * as promisify from 'es6-promisify';
 | 
				
			||||||
import * as fs from 'fs';
 | 
					import * as fs from 'fs';
 | 
				
			||||||
import * as _ from 'lodash';
 | 
					import * as _ from 'lodash';
 | 
				
			||||||
import * as path from 'path';
 | 
					import * as path from 'path';
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										26
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								yarn.lock
									
									
									
									
									
								
							@@ -15,32 +15,6 @@
 | 
				
			|||||||
    tslint-eslint-rules "^4.1.1"
 | 
					    tslint-eslint-rules "^4.1.1"
 | 
				
			||||||
    tslint-react "^3.2.0"
 | 
					    tslint-react "^3.2.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@0xproject/types@^0.4.2":
 | 
					 | 
				
			||||||
  version "0.4.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/@0xproject/types/-/types-0.4.2.tgz#83d6ebef60f41e6209acb2656b1d68ff79367ca5"
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    bignumber.js "~4.1.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
"@0xproject/typescript-typings@^0.0.2":
 | 
					 | 
				
			||||||
  version "0.0.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/@0xproject/typescript-typings/-/typescript-typings-0.0.2.tgz#b549ea3c81ce2d81b99f05583bdf7c411a3ca90c"
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    "@0xproject/types" "^0.4.2"
 | 
					 | 
				
			||||||
    bignumber.js "~4.1.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
"@0xproject/utils@0.4.4":
 | 
					 | 
				
			||||||
  version "0.4.4"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/@0xproject/utils/-/utils-0.4.4.tgz#bce4f7a5a46570a69911f4a4ade5d49016330087"
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    "@0xproject/types" "^0.4.2"
 | 
					 | 
				
			||||||
    "@0xproject/typescript-typings" "^0.0.2"
 | 
					 | 
				
			||||||
    "@types/node" "^8.0.53"
 | 
					 | 
				
			||||||
    bignumber.js "~4.1.0"
 | 
					 | 
				
			||||||
    ethers-contracts "^2.2.1"
 | 
					 | 
				
			||||||
    js-sha3 "^0.7.0"
 | 
					 | 
				
			||||||
    lodash "^4.17.4"
 | 
					 | 
				
			||||||
    web3 "^0.20.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
"@ledgerhq/hw-app-eth@^4.3.0":
 | 
					"@ledgerhq/hw-app-eth@^4.3.0":
 | 
				
			||||||
  version "4.7.3"
 | 
					  version "4.7.3"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-4.7.3.tgz#d352e19658ae296532e522c53c8ec2a1a77b64e5"
 | 
					  resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-4.7.3.tgz#d352e19658ae296532e522c53c8ec2a1a77b64e5"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user