Update to typescript 2.8.1 (#1456)
This commit is contained in:
parent
4cf1f5f374
commit
1047975b1b
|
@ -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({
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue