Update to typescript 2.8.1 (#1456)

This commit is contained in:
HenryNguyen5 2018-04-05 22:17:58 -04:00 committed by Daniel Ternyak
parent 4cf1f5f374
commit 1047975b1b
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ class NameInput extends Component<Props, State> {
}
// add delay to namehash computation / getting the availability
private onChange = (event: React.FormEvent<HTMLButtonElement>) => {
private onChange = (event: React.FormEvent<HTMLInputElement>) => {
const domainToCheck = event.currentTarget.value.toLowerCase().trim();
const isValidDomain = isValidENSName(domainToCheck);
this.setState({

View File

@ -118,7 +118,7 @@
"tslint-microsoft-contrib": "5.0.3",
"tslint-react": "3.5.1",
"types-rlp": "0.0.1",
"typescript": "2.7.2",
"typescript": "2.8.1",
"uglifyjs-webpack-plugin": "1.2.4",
"url-search-params-polyfill": "3.0.0",
"webapp-webpack-plugin": "2.0.1",