From e875c494091b07bf0aa57edafca26099ec9a8c57 Mon Sep 17 00:00:00 2001 From: Manol Donev Date: Wed, 26 Jun 2019 19:56:26 +0300 Subject: [PATCH] chore: remove nativescript-dev-typescript dependency (#7408) --- e2e/animation/package.json | 6 +++--- e2e/modal-navigation/package.json | 5 ++--- e2e/nested-frame-navigation/package.json | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/e2e/animation/package.json b/e2e/animation/package.json index b89e6fd59..80a3f595b 100644 --- a/e2e/animation/package.json +++ b/e2e/animation/package.json @@ -13,7 +13,7 @@ } }, "dependencies": { - "nativescript-theme-core": "~1.0.4", + "nativescript-theme-core": "~1.0.6", "tns-core-modules": "next" }, "devDependencies": { @@ -26,8 +26,8 @@ "mocha": "~5.2.0", "mochawesome": "~3.1.2", "nativescript-dev-appium": "next", - "nativescript-dev-typescript": "next", - "nativescript-dev-webpack": "next" + "nativescript-dev-webpack": "next", + "typescript": "~3.4.1" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/modal-navigation/package.json b/e2e/modal-navigation/package.json index b9fca7282..ce8019934 100644 --- a/e2e/modal-navigation/package.json +++ b/e2e/modal-navigation/package.json @@ -13,7 +13,7 @@ } }, "dependencies": { - "nativescript-theme-core": "~1.0.4", + "nativescript-theme-core": "~1.0.6", "tns-core-modules": "next" }, "devDependencies": { @@ -22,11 +22,10 @@ "mocha": "~5.2.0", "mochawesome": "~3.1.2", "nativescript-dev-appium": "next", - "nativescript-dev-typescript": "next", "nativescript-dev-webpack": "next", "rimraf": "^2.6.2", "tns-platform-declarations": "next", - "typescript": "^3.1.6" + "typescript": "~3.4.1" }, "scripts": { "e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/nested-frame-navigation/package.json b/e2e/nested-frame-navigation/package.json index a433feba2..7c1b84553 100644 --- a/e2e/nested-frame-navigation/package.json +++ b/e2e/nested-frame-navigation/package.json @@ -22,9 +22,9 @@ "mocha": "~5.2.0", "mochawesome": "~3.1.2", "nativescript-dev-appium": "next", - "nativescript-dev-typescript": "next", "nativescript-dev-webpack": "next", - "rimraf": "^2.6.2" + "rimraf": "^2.6.2", + "typescript": "~3.4.1" }, "scripts": { "e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",