summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-16 03:47:48 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-15 12:47:48 -0400
commit25c97962f4c14c9b946100be4cb133e1483bb7c8 (patch)
treebdf564a7c028ee381be46b77bf3edb8380810d67 /package.json
parentdc8841d8a98122d762ec21ed119dbcc2f78e7300 (diff)
Update to TypeScript 3.1 and ts-simple-ast 17 (#980)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c25c94ee3..fa3ac670b 100644
--- a/package.json
+++ b/package.json
@@ -22,10 +22,10 @@
"source-map-support": "^0.5.6",
"text-encoding": "0.6.4",
"ts-node": "^7.0.1",
- "ts-simple-ast": "^16.0.4",
+ "ts-simple-ast": "^17.0.0",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-no-circular-imports": "^0.5.0",
- "typescript": "3.0.3"
+ "typescript": "3.1.3"
}
}