chore: upgrade typescript => 3.5.3 (#993)

This commit is contained in:
Róbert Kiss
2019-07-28 12:31:37 +02:00
committed by László Monda
parent bf1689dd34
commit 66d6802920
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -18586,9 +18586,9 @@
"dev": true
},
"typescript": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.3.tgz",
"integrity": "sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz",
"integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==",
"dev": true
},
"uglify-js": {

View File

@@ -78,7 +78,7 @@
"ts-loader": "5.3.3",
"ts-node": "7.0.1",
"tslint": "5.18.0",
"typescript": "3.3.3",
"typescript": "3.5.3",
"webpack": "4.29.5",
"webpack-cli": "3.2.3"
},