chore(deps): update dependency typescript to v3.3.3 (#2286)

This commit is contained in:
renovate[bot] 2019-02-08 07:18:32 +00:00 committed by GitHub
parent e685a421c4
commit 0c98fbdcff
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

@ -13017,9 +13017,9 @@
"dev": true
},
"typescript": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.1.tgz",
"integrity": "sha512-cTmIDFW7O0IHbn1DPYjkiebHxwtCMU+eTy30ZtJNBPF9j2O1ITu5XH2YnBeVRKWHqF+3JQwWJv0Q0aUgX8W7IA==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.3.tgz",
"integrity": "sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A==",
"dev": true
},
"uglify-js": {

View file

@ -128,7 +128,7 @@
"test-listen": "1.1.0",
"ts-jest": "23.10.5",
"tslint": "5.12.1",
"typescript": "3.3.1",
"typescript": "3.3.3",
"ws": "6.1.3",
"yup": "0.26.10"
},