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",