From d4b094ce6c55265802bf12c34f3c49ff12f62e07 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 17 Jul 2019 11:11:32 +0300 Subject: [PATCH 1/2] chore: update demos to 6.0 --- demo-angular/nsconfig.json | 2 +- demo-angular/package.json | 15 +++++++-------- demo-vue/package.json | 20 ++++++++++---------- demo/package.json | 12 ++++++------ 4 files changed, 24 insertions(+), 25 deletions(-) diff --git a/demo-angular/nsconfig.json b/demo-angular/nsconfig.json index a64c9fa..b38346b 100644 --- a/demo-angular/nsconfig.json +++ b/demo-angular/nsconfig.json @@ -1,4 +1,4 @@ { "appResourcesPath": "App_Resources", "appPath": "src" -} +} \ No newline at end of file diff --git a/demo-angular/package.json b/demo-angular/package.json index 79858f2..af13542 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demong", "tns-android": { - "version": "5.4.0" + "version": "6.0.0" }, "tns-ios": { - "version": "5.4.0" + "version": "6.0.1" } }, "description": "NativeScript DateTimePicker Demo NG", @@ -32,8 +32,7 @@ "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.10", "rxjs": "^6.3.3", - "tns-core-modules": "^5.0.0", - "typescript": "~3.4.5", + "tns-core-modules": "^6.0.0", "zone.js": "^0.8.4" }, "devDependencies": { @@ -47,9 +46,9 @@ "mocha-multi": "~1.0.1", "mochawesome": "~3.1.1", "nativescript-dev-appium": "~5.2.0", - "nativescript-dev-typescript": "~0.10.0", - "nativescript-dev-webpack": "~0.24.0", - "tslint": "~5.11.0" + "nativescript-dev-webpack": "~1.0.1", + "tslint": "~5.11.0", + "typescript": "~3.4.5" }, "readme": "NativeScript DateTimePicker Demo NG" -} \ No newline at end of file +} diff --git a/demo-vue/package.json b/demo-vue/package.json index 588de42..0c59c60 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,30 +2,30 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demovue", "tns-android": { - "version": "5.4.0" + "version": "6.0.0" }, "tns-ios": { - "version": "5.4.0" + "version": "6.0.1" } }, "description": "NativeScript DateTimePicker Demo Vue", "license": "SEE LICENSE IN LICENSE FILE", "repository": "https://github.com/NativeScript/nativescript-datetimepicker", "dependencies": { - "nativescript-datetimepicker": "file:../src", + "nativescript-datetimepicker": "1.1.0", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.2.0", - "tns-core-modules": "^5.0.0" + "nativescript-vue": "~2.3.0", + "tns-core-modules": "^6.0.0" }, "devDependencies": { "@babel/core": "~7.2.0", "@babel/preset-env": "~7.2.0", "babel-loader": "~8.0.0", - "nativescript-dev-typescript": "~0.10.0", - "nativescript-dev-webpack": "~0.24.0", - "nativescript-vue-template-compiler": "~2.2.0", - "node-sass": "~4.9.0", - "vue-loader": "~15.4.0" + "nativescript-dev-webpack": "~1.0.1", + "nativescript-vue-template-compiler": "~2.3.0", + "node-sass": "~4.12.0", + "vue-loader": "~15.4.0", + "typescript": "~3.4.5" }, "readme": "NativeScript DateTimePicker Demo Vue" } diff --git a/demo/package.json b/demo/package.json index 7c26a9c..f093619 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demo", "tns-android": { - "version": "5.4.0" + "version": "6.0.0" }, "tns-ios": { - "version": "5.4.0" + "version": "6.0.1" } }, "description": "NativeScript DateTimePicker Demo Core", @@ -18,12 +18,12 @@ "dependencies": { "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "^5.0.0" + "tns-core-modules": "^6.0.0" }, "devDependencies": { - "nativescript-dev-typescript": "~0.10.0", - "nativescript-dev-webpack": "~0.24.0", - "tslint": "~5.11.0" + "nativescript-dev-webpack": "~1.0.1", + "tslint": "~5.11.0", + "typescript": "~3.4.5" }, "readme": "NativeScript DateTimePicker Demo Core" } From 7d6cb56b5117953f95aefae65a7b2a69a561f043 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 17 Jul 2019 11:12:56 +0300 Subject: [PATCH 2/2] chore: use linked plugin --- demo-vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-vue/package.json b/demo-vue/package.json index 0c59c60..6b005d5 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -12,7 +12,7 @@ "license": "SEE LICENSE IN LICENSE FILE", "repository": "https://github.com/NativeScript/nativescript-datetimepicker", "dependencies": { - "nativescript-datetimepicker": "1.1.0", + "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", "nativescript-vue": "~2.3.0", "tns-core-modules": "^6.0.0"