Update to typescript 3.7

This commit is contained in:
murgatroid99 2019-11-14 15:01:47 -08:00
parent 3c961140fb
commit 17126e4640
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
"through2": "^2.0.3",
"ts-node": "^8.1.0",
"tslint": "^5.5.0",
"typescript": "^3.5.3",
"typescript": "^3.7.2",
"xml2js": "^0.4.19"
},
"contributors": [

View File

@ -20,8 +20,8 @@
"@types/gulp-mocha": "0.0.32",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.6",
"@types/node": "^12.7.5",
"@types/ncp": "^2.0.1",
"@types/node": "^12.7.5",
"@types/pify": "^3.0.2",
"@types/semver": "^6.0.1",
"clang-format": "^1.0.55",
@ -34,7 +34,7 @@
"ncp": "^2.0.0",
"pify": "^4.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
"typescript": "^3.7.2"
},
"contributors": [
{