Merge pull request #761 from murgatroid99/typescript_update

Update typescript version to 3.3
This commit is contained in:
Michael Lumish 2019-03-05 17:32:40 -08:00 committed by GitHub
commit 964450af87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"