From a4ecdd2be191cd2fc578999e6bd956fd139422b0 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 7 Dec 2016 14:26:25 -0800 Subject: [PATCH] chore: pin TS version to 2.0 (#2949) Fixes #2948 --- package.json | 2 +- public/docs/_examples/homepage-hello-world/ts/index.1.html | 2 +- public/docs/_examples/homepage-tabs/ts/index.1.html | 2 +- public/docs/_examples/homepage-todo/ts/index.1.html | 2 +- public/docs/_examples/package.json | 2 +- public/docs/_examples/quickstart/ts/package.1.json | 2 +- public/docs/_examples/webpack/ts/package.webpack.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a7a26c17d3..2879b1483d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "q": "^1.4.1", "tree-kill": "^1.0.0", "tslint": "^3.15.1", - "typescript": "^2.0.3", + "typescript": "~2.0.10", "yargs": "^4.7.1" }, "dependencies": { diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html index e84cfb5de7..f46fc26c9c 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -14,7 +14,7 @@ - + diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html index dbf14c628a..35fb7769c0 100644 --- a/public/docs/_examples/homepage-tabs/ts/index.1.html +++ b/public/docs/_examples/homepage-tabs/ts/index.1.html @@ -15,7 +15,7 @@ - + diff --git a/public/docs/_examples/homepage-todo/ts/index.1.html b/public/docs/_examples/homepage-todo/ts/index.1.html index ae0eef860b..e01b7219aa 100644 --- a/public/docs/_examples/homepage-todo/ts/index.1.html +++ b/public/docs/_examples/homepage-todo/ts/index.1.html @@ -15,7 +15,7 @@ - + diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index a46135acd6..b773010ff5 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -80,7 +80,7 @@ "style-loader": "^0.13.1", "ts-node": "^1.3.0", "tslint": "^3.15.1", - "typescript": "^2.0.10", + "typescript": "~2.0.10", "webdriver-manager": "10.2.5", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json index 25a2c5ec9a..73bfa671eb 100644 --- a/public/docs/_examples/quickstart/ts/package.1.json +++ b/public/docs/_examples/quickstart/ts/package.1.json @@ -31,6 +31,6 @@ "@types/node": "^6.0.45", "concurrently": "^3.0.0", "lite-server": "^2.2.2", - "typescript": "^2.0.3" + "typescript": "~2.0.10" } } diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json index 8a19341afe..f56f0e394d 100644 --- a/public/docs/_examples/webpack/ts/package.webpack.json +++ b/public/docs/_examples/webpack/ts/package.webpack.json @@ -42,7 +42,7 @@ "raw-loader": "^0.5.1", "rimraf": "^2.5.2", "style-loader": "^0.13.1", - "typescript": "^2.0.3", + "typescript": "~2.0.10", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", "webpack-merge": "^0.14.0"