From 4faafd1c557bd5716144d7ea5ccb384f8f213538 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 15 May 2019 11:44:15 +0300 Subject: [PATCH] chore: update to 5.4 --- demo-angular/app/package.json | 4 +--- demo-angular/package.json | 6 +++--- demo-vue/package.json | 12 ++++++------ demo/app/package.json | 29 +---------------------------- demo/package.json | 8 ++++---- src/package.json | 2 +- 6 files changed, 16 insertions(+), 45 deletions(-) diff --git a/demo-angular/app/package.json b/demo-angular/app/package.json index 1bd28d7..8c204cc 100644 --- a/demo-angular/app/package.json +++ b/demo-angular/app/package.json @@ -3,7 +3,5 @@ "v8Flags": "--expose_gc", "requireModules": ["nativescript-facebook"] }, - "main": "main.js", - "name": "tns-template-hello-world-ng", - "version": "2.5.0" + "main": "main.js" } \ No newline at end of file diff --git a/demo-angular/package.json b/demo-angular/package.json index 73ec285..ae05b90 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -4,10 +4,10 @@ "nativescript": { "id": "org.nativescript.demoangular", "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-android": { - "version": "5.3.0" + "version": "5.4.0" } }, "dependencies": { @@ -34,7 +34,7 @@ "karma-nativescript-launcher": "^0.4.0", "nativescript-css-loader": "~0.26.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", + "nativescript-dev-webpack": "~0.22.0", "tslint": "~5.11.0" }, "scripts": { diff --git a/demo-vue/package.json b/demo-vue/package.json index 87fe18b..91b1b3b 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demovue", "tns-android": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" } }, "description": "NativeScript Application", @@ -14,7 +14,7 @@ "dependencies": { "nativescript-facebook": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "^2.0.0", + "nativescript-vue": "~2.2.0", "tns-core-modules": "^5.0.0" }, "devDependencies": { @@ -32,10 +32,10 @@ "mocha-junit-reporter": "^1.18.0", "mocha-multi": "^1.0.1", "mochawesome": "^3.1.1", - "nativescript-dev-appium": "5.0.0", + "nativescript-dev-appium": "~5.2.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", - "nativescript-vue-template-compiler": "^2.0.2", + "nativescript-dev-webpack": "~0.22.0", + "nativescript-vue-template-compiler": "~2.2.0", "node-sass": "~4.9.0", "vue-loader": "~15.4.2" }, diff --git a/demo/app/package.json b/demo/app/package.json index 6868156..c1beebe 100644 --- a/demo/app/package.json +++ b/demo/app/package.json @@ -1,34 +1,7 @@ { - "name": "tns-template-hello-world-ts", "main": "app.js", - "version": "1.6.0", - "author": { - "name": "Telerik", - "email": "support@telerik.com" - }, - "description": "Nativescript hello-world-ts project template", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template" - ], - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/NativeScript/template-hello-world-ts.git" - }, - "bugs": { - "url": "https://github.com/NativeScript/template-hello-world-ts/issues" - }, - "homepage": "https://github.com/NativeScript/template-hello-world-ts", "android": { "v8Flags": "--expose_gc", "requireModules": ["nativescript-facebook"] - }, - "directories": {}, - "readme": "ERROR: No README data found!" + } } diff --git a/demo/package.json b/demo/package.json index e81ee0d..475bcd7 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" } }, "dependencies": { @@ -26,9 +26,9 @@ "mocha-multi": "^1.0.1", "mochawesome": "^3.1.1", "nativescript-css-loader": "~0.26.1", - "nativescript-dev-appium": "5.0.0", + "nativescript-dev-appium": "~5.2.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", + "nativescript-dev-webpack": "~0.22.0", "tslint": "~5.11.0", "wd": "~1.7.0", "@types/chai": "^4.1.3", diff --git a/src/package.json b/src/package.json index 19b029b..6bf585c 100644 --- a/src/package.json +++ b/src/package.json @@ -47,7 +47,7 @@ "tns-platform-declarations": "^5.0.0", "typescript": "~3.1.6", "nativescript-angular": "~7.2.0", - "nativescript-vue": "^2.0.2", + "nativescript-vue": "~2.2.0", "@angular/core": "~7.2.0", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0",