From eeada25e04f805de2f2e08b8fc13e5c1686bdbe3 Mon Sep 17 00:00:00 2001 From: vchimev Date: Tue, 11 Jul 2017 17:29:52 +0300 Subject: [PATCH] chore(tests): update version of dependencies --- tests/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/package.json b/tests/package.json index 31e76ff6e..8e664679e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.ngtests", "tns-android": { - "version": "3.0.0" + "version": "3.1.0" }, "tns-ios": { - "version": "3.0.0" + "version": "3.1.0" } }, "name": "ngtests", @@ -38,7 +38,7 @@ "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", "rxjs": "^5.2.0", - "tns-core-modules": "^3.0.0", + "tns-core-modules": "next", "zone.js": "^0.8.2" }, "devDependencies": { @@ -67,4 +67,4 @@ "scripts": { "appium": "nativescript-dev-appium" } -} \ No newline at end of file +}