diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-03 15:34:11 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-03 17:06:07 -0400 |
commit | 522ddbf9d31deb8f9bf0cf317939968bbcda5b23 (patch) | |
tree | 01ce8bf018d3581cc0515ba94b76f5963d35d458 | |
parent | d39055d79bc376924fc2ffe138c26ba6b50aa33f (diff) |
Upgrade TS to 3.0.3
We need this specific version because ts-simple-ast depends on it. See
https://github.com/denoland/deno/pull/729#issuecomment-426352887
-rw-r--r-- | package.json | 2 | ||||
m--------- | third_party | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 31f176aa6..fd2b56c4e 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "tslint": "^5.10.0", "tslint-eslint-rules": "^5.3.1", "tslint-no-circular-imports": "^0.5.0", - "typescript": "3.0.1" + "typescript": "3.0.3" } } diff --git a/third_party b/third_party -Subproject 5bef8d86e9afc8e3718ef8e9f75b486ce717fb4 +Subproject d42e858624b2149e46012ac44c50157003bbdde |