Lint and update deps
This commit is contained in:
		@@ -44,10 +44,10 @@
 | 
				
			|||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/asset-buyer": "^2.0.0",
 | 
					        "@0xproject/asset-buyer": "^2.0.0",
 | 
				
			||||||
        "@0xproject/types": "^1.1.1",
 | 
					        "@0xproject/types": "^1.1.4",
 | 
				
			||||||
        "@0xproject/typescript-typings": "^2.0.2",
 | 
					        "@0xproject/typescript-typings": "^2.0.2",
 | 
				
			||||||
        "@0xproject/utils": "^2.0.2",
 | 
					        "@0xproject/utils": "^2.0.2",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^3.0.1",
 | 
					        "@0xproject/web3-wrapper": "^3.0.3",
 | 
				
			||||||
        "ethereum-types": "^1.0.8",
 | 
					        "ethereum-types": "^1.0.8",
 | 
				
			||||||
        "lodash": "^4.17.10",
 | 
					        "lodash": "^4.17.10",
 | 
				
			||||||
        "polished": "^2.2.0",
 | 
					        "polished": "^2.2.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@ export class AmountInput extends React.Component<AmountInputProps> {
 | 
				
			|||||||
            </Container>
 | 
					            </Container>
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    private _handleChange = (event: React.ChangeEvent<HTMLInputElement>): void => {
 | 
					    private readonly _handleChange = (event: React.ChangeEvent<HTMLInputElement>): void => {
 | 
				
			||||||
        const value = event.target.value;
 | 
					        const value = event.target.value;
 | 
				
			||||||
        let bigNumberValue;
 | 
					        let bigNumberValue;
 | 
				
			||||||
        if (!_.isEmpty(value)) {
 | 
					        if (!_.isEmpty(value)) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user