From ac5a707e56037a04e6ac5aa03dca3c7a5a3179e9 Mon Sep 17 00:00:00 2001 From: Warren Seymour Date: Fri, 5 May 2017 16:05:13 +0100 Subject: [PATCH] fix(deps): Require TypeScript 2.2.x 2.3.x introduce a bug with spread types - waiting on https://github.com/Microsoft/TypeScript/issues/15420 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 086d531..2ea6004 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "style-ext-html-webpack-plugin": "^2.0.6", "style-loader": "^0.13.1", "ts-jest": "^19.0.0", - "typescript": "^2.1.6", + "typescript": "~2.2.0", "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", "ui-router-react": "^0.4.0", "ui-router-rx": "^0.2.1",