From f7fb507f32de6a1c1bc18aa937b70dc9da2625a9 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 15 May 2019 11:47:20 +0300 Subject: [PATCH] chore: update to 5.4 --- demo-angular/app/package.json | 2 -- demo-angular/package.json | 8 ++++---- demo-vue/package.json | 12 ++++++------ demo/app/package.json | 25 ------------------------- demo/package.json | 10 +++++----- 5 files changed, 15 insertions(+), 42 deletions(-) diff --git a/demo-angular/app/package.json b/demo-angular/app/package.json index ab9a34d..4d62343 100644 --- a/demo-angular/app/package.json +++ b/demo-angular/app/package.json @@ -1,7 +1,5 @@ { - "name": "tns-template-hello-world-ng", "main": "main.js", - "version": "2.3.3", "android": { "v8Flags": "--expose_gc", "markingMode": "none", diff --git a/demo-angular/package.json b/demo-angular/package.json index d7ca210..14b56d1 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo.angular", "tns-android": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" } }, "scripts": { @@ -38,8 +38,8 @@ "devDependencies": { "nativescript-css-loader": "~0.26.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", - "tns-platform-declarations": "^5.3.2", + "nativescript-dev-webpack": "~0.22.0", + "tns-platform-declarations": "^5.0.0", "tslint": "~5.11.0" } } diff --git a/demo-vue/package.json b/demo-vue/package.json index 531638b..3d98ca2 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" } }, "scripts": { @@ -15,7 +15,7 @@ "dependencies": { "nativescript-camera": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "^2.0.0", + "nativescript-vue": "~2.2.0", "tns-core-modules": "^5.0.0" }, "devDependencies": { @@ -29,10 +29,10 @@ "mocha-junit-reporter": "^1.18.0", "mocha-multi": "^1.0.1", "mochawesome": "^3.1.1", - "nativescript-dev-appium": "5.2.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.0", + "nativescript-dev-webpack": "~0.22.0", + "nativescript-vue-template-compiler": "~2.2.0", "node-sass": "~4.9.0", "tslint": "~5.12.1", "vue-loader": "~15.4.0" diff --git a/demo/app/package.json b/demo/app/package.json index fbb1307..f54858e 100644 --- a/demo/app/package.json +++ b/demo/app/package.json @@ -1,32 +1,7 @@ { - "name": "tns-template-hello-world-ts", "main": "app.js", - "version": "2.2.0", - "author": "Telerik ", - "description": "Nativescript hello-world-ts project template", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template" - ], - "repository": { - "type": "git", - "url": "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-camera"] - }, - "devDependencies": { - "nativescript-dev-typescript": "~0.9.0" } } diff --git a/demo/package.json b/demo/package.json index 45a644c..6ca7bb6 100644 --- a/demo/package.json +++ b/demo/package.json @@ -6,10 +6,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" } }, "scripts": { @@ -34,10 +34,10 @@ "mocha-multi": "^1.0.1", "mochawesome": "^3.1.1", "nativescript-css-loader": "~0.26.1", - "nativescript-dev-appium": "5.2.0", + "nativescript-dev-appium": "~5.2.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", - "tns-platform-declarations": "^5.3.2", + "nativescript-dev-webpack": "~0.22.0", + "tns-platform-declarations": "^5.0.0", "tslint": "~5.11.0" } }