From 5c03abefba020709cd4445d6c2f355b8a82dc7e1 Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Wed, 14 Nov 2018 17:00:42 +0000 Subject: [PATCH] chore: update to TypeScript 3 (#6556) --- apps/package.json | 4 ++-- e2e/modal-navigation/package.json | 2 +- package.json | 2 +- tests/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/package.json b/apps/package.json index 70c68f984..a548304ff 100644 --- a/apps/package.json +++ b/apps/package.json @@ -20,8 +20,8 @@ "babel-types": "6.11.1", "babylon": "6.8.3", "lazy": "1.0.11", - "nativescript-dev-typescript": "^0.7.1", + "nativescript-dev-typescript": "next", "tns-platform-declarations": "*", - "typescript": "^2.7.2" + "typescript": "^3.1.6" } } \ No newline at end of file diff --git a/e2e/modal-navigation/package.json b/e2e/modal-navigation/package.json index 884821c9d..adb4a0f50 100644 --- a/e2e/modal-navigation/package.json +++ b/e2e/modal-navigation/package.json @@ -27,7 +27,7 @@ "nativescript-dev-typescript": "next", "nativescript-dev-webpack": "next", "rimraf": "^2.6.2", - "typescript": "^3.1.1" + "typescript": "^3.1.6" }, "scripts": { "e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/package.json b/package.json index 00090b12b..cbd61d119 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "tslint": "^5.4.3", "typedoc": "^0.5.10", "typedoc-plugin-external-module-name": "git://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js", - "typescript": "^2.6.1" + "typescript": "^3.1.6" }, "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 && npm run dev-link-e2e-modal", diff --git a/tests/package.json b/tests/package.json index eab3e58c4..f7bba71ae 100644 --- a/tests/package.json +++ b/tests/package.json @@ -23,6 +23,6 @@ "filewalker": "0.1.2", "lazy": "1.0.11", "tns-platform-declarations": "*", - "typescript": "^2.6.1" + "typescript": "^3.1.6" } } \ No newline at end of file diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 2025046f0..89d347ebe 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.6.1" + "typescript": "^3.1.6" } }