chore(deps): update dependency typescript to v3.2.4 (#2195)

This commit is contained in:
renovate[bot] 2019-01-18 07:20:07 +00:00 committed by GitHub
parent 5d873bd624
commit a0ecc79e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -13008,9 +13008,9 @@
"dev": true
},
"typescript": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz",
"integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz",
"integrity": "sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==",
"dev": true
},
"uglify-js": {

View file

@ -126,7 +126,7 @@
"test-listen": "1.1.0",
"ts-jest": "23.10.5",
"tslint": "5.12.1",
"typescript": "3.2.2",
"typescript": "3.2.4",
"ws": "6.1.2",
"yup": "0.26.7"
},