From 2f9fa6f6a3ec7099072ab9fdbd9fee592ba4d4bc Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Thu, 15 Dec 2016 10:51:45 +0200 Subject: [PATCH] Lock all Typescript versions to ~2.0.10 --- apps/package.json | 2 +- package.json | 2 +- tests/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/package.json b/apps/package.json index ab72f800a..a5186477d 100644 --- a/apps/package.json +++ b/apps/package.json @@ -22,6 +22,6 @@ "babylon": "6.8.3", "lazy": "1.0.11", "nativescript-dev-typescript": "^0.3.0", - "typescript": "^2.0.3" + "typescript": "~2.0.10" } } \ No newline at end of file diff --git a/package.json b/package.json index 0dea4ec8f..e2778da42 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "time-grunt": "1.3.0", "tslint": "^3.15.1", "typedoc": "0.4.5", - "typescript": "^2.0.3" + "typescript": "~2.0.10" }, "scripts": { "setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps", diff --git a/tests/package.json b/tests/package.json index 781364f25..0b146b679 100644 --- a/tests/package.json +++ b/tests/package.json @@ -22,6 +22,6 @@ "babylon": "6.8.0", "filewalker": "0.1.2", "lazy": "1.0.11", - "typescript": "^2.0.3" + "typescript": "~2.0.10" } } \ No newline at end of file diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 058d1b914..3a1d5829a 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -32,6 +32,6 @@ }, "homepage": "https://github.com/NativeScript/NativeScript#readme", "devDependencies": { - "typescript": "^2.0.3" + "typescript": "~2.0.10" } }