summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-03 15:34:11 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-03 17:06:07 -0400
commit522ddbf9d31deb8f9bf0cf317939968bbcda5b23 (patch)
tree01ce8bf018d3581cc0515ba94b76f5963d35d458 /package.json
parentd39055d79bc376924fc2ffe138c26ba6b50aa33f (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
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 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"
}
}