Update typescript version to 3.3

This commit is contained in:
murgatroid99 2019-03-05 15:27:37 -08:00
parent 86d4914c22
commit a14e7bcba0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"clang-format": "^1.0.55",
"gts": "^0.5.1",
"lodash": "^4.17.4",
"typescript": "~2.7.0"
"typescript": "~3.3.3333"
},
"contributors": [
{

View File

@ -46,7 +46,7 @@
"@types/node": "^10.12.5",
"clang-format": "^1.2.2",
"gts": "^0.5.3",
"typescript": "~2.7.2"
"typescript": "~3.3.3333"
},
"engines": {
"node": ">=6"