diff --git a/packages/template-blank-ng/package.json b/packages/template-blank-ng/package.json index d1171d3d4..2e213c1ee 100644 --- a/packages/template-blank-ng/package.json +++ b/packages/template-blank-ng/package.json @@ -12,7 +12,7 @@ "name": "tns-template-blank-ng", "displayName": "Blank", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Blank template for NativeScript apps using Angular", "author": "Telerik ", "license": "Apache-2.0", @@ -43,7 +43,7 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-angular": "~8.21.0", "reflect-metadata": "~0.1.12", "rxjs": "^6.4.0", @@ -53,7 +53,7 @@ "devDependencies": { "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "typescript": "~3.5.3" } } diff --git a/packages/template-blank-ts/package.json b/packages/template-blank-ts/package.json index 3f3e6b33e..22647e126 100644 --- a/packages/template-blank-ts/package.json +++ b/packages/template-blank-ts/package.json @@ -12,7 +12,7 @@ "name": "tns-template-blank-ts", "displayName": "Blank", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Blank template for Vanilla NativeScript apps using TypeScript", "author": "Telerik ", "license": "Apache-2.0", @@ -34,11 +34,11 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "typescript": "~3.5.3" } } diff --git a/packages/template-blank-vue/package.json b/packages/template-blank-vue/package.json index a165461cc..1222ab7b9 100644 --- a/packages/template-blank-vue/package.json +++ b/packages/template-blank-vue/package.json @@ -11,7 +11,7 @@ }, "name": "tns-template-blank-vue", "displayName": "Blank", - "version": "6.4.1", + "version": "6.5.0", "description": "Blank template for NativeScript apps using Vue.", "author": "Telerik ", "license": "Apache-2.0", @@ -38,17 +38,17 @@ "category-general" ], "dependencies": { - "@nativescript/theme": "~2.3.0", - "nativescript-vue": "~2.4.0", + "@nativescript/theme": "~2.3.3", + "nativescript-vue": "~2.5.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~1.5.0", - "nativescript-vue-template-compiler": "~2.4.0", + "nativescript-dev-webpack": "~1.5.1", + "nativescript-vue-template-compiler": "~2.5.0", "node-sass": "^4.7.1", - "vue-loader": "~15.4.0" + "vue-loader": "~15.9.0" } } diff --git a/packages/template-blank/package.json b/packages/template-blank/package.json index ec004ac9a..9cd830c12 100644 --- a/packages/template-blank/package.json +++ b/packages/template-blank/package.json @@ -12,7 +12,7 @@ "name": "tns-template-blank", "displayName": "Blank", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Blank template for Vanilla NativeScript apps using JavaScript", "author": "Telerik ", "license": "Apache-2.0", @@ -34,10 +34,10 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0" + "nativescript-dev-webpack": "~1.5.1" } } diff --git a/packages/template-drawer-navigation-ng/package.json b/packages/template-drawer-navigation-ng/package.json index 69ed2a5a4..658a305de 100644 --- a/packages/template-drawer-navigation-ng/package.json +++ b/packages/template-drawer-navigation-ng/package.json @@ -12,7 +12,7 @@ "name": "tns-template-drawer-navigation-ng", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Side navigation template", "author": "Telerik ", "license": "Apache-2.0", @@ -49,7 +49,7 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-angular": "~8.21.0", "nativescript-ui-sidedrawer": "~8.0.0", "reflect-metadata": "~0.1.12", @@ -61,7 +61,7 @@ "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", "codelyzer": "~4.5.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-drawer-navigation-ts/package.json b/packages/template-drawer-navigation-ts/package.json index 1d02c6843..87f972913 100644 --- a/packages/template-drawer-navigation-ts/package.json +++ b/packages/template-drawer-navigation-ts/package.json @@ -12,7 +12,7 @@ "name": "tns-template-drawer-navigation-ts", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Side navigation template", "author": "Telerik ", "license": "Apache-2.0", @@ -40,13 +40,13 @@ "lint": "tslint \"app/**/*.ts\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-ui-sidedrawer": "~8.0.0", "rxjs": "^6.4.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-drawer-navigation-vue/package.json b/packages/template-drawer-navigation-vue/package.json index 225ffefce..a174653e8 100644 --- a/packages/template-drawer-navigation-vue/package.json +++ b/packages/template-drawer-navigation-vue/package.json @@ -12,7 +12,7 @@ "name": "tns-template-drawer-navigation-vue", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Side navigation template using Vue.", "author": "Telerik ", "license": "Apache-2.0", @@ -39,19 +39,19 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-ui-sidedrawer": "~8.0.0", - "nativescript-vue": "~2.4.0", - "rxjs": "^6.5.0", + "nativescript-vue": "~2.5.0", + "rxjs": "^6.4.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~1.5.0", - "nativescript-vue-template-compiler": "~2.4.0", + "nativescript-dev-webpack": "~1.5.1", + "nativescript-vue-template-compiler": "~2.5.0", "node-sass": "^4.7.1", - "vue-loader": "~15.4.0" + "vue-loader": "~15.9.0" } } diff --git a/packages/template-drawer-navigation/package.json b/packages/template-drawer-navigation/package.json index 45f826d1d..e6e80ff95 100644 --- a/packages/template-drawer-navigation/package.json +++ b/packages/template-drawer-navigation/package.json @@ -12,7 +12,7 @@ "name": "tns-template-drawer-navigation", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Side navigation template", "author": "Telerik ", "license": "Apache-2.0", @@ -40,14 +40,14 @@ "lint": "eslint \"app/**/*.js\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-ui-sidedrawer": "~8.0.0", "rxjs": "^6.4.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { "eslint": "~5.8.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1" } } diff --git a/packages/template-hello-world-ng/package.json b/packages/template-hello-world-ng/package.json index 28c9a1652..0fbcef5dd 100644 --- a/packages/template-hello-world-ng/package.json +++ b/packages/template-hello-world-ng/package.json @@ -10,7 +10,7 @@ } }, "name": "tns-template-hello-world-ng", - "version": "6.4.1", + "version": "6.5.0", "author": "Telerik ", "description": "NativeScript Angular Hello World template", "license": "Apache-2.0", @@ -41,7 +41,7 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-angular": "~8.21.0", "reflect-metadata": "~0.1.12", "rxjs": "^6.4.0", @@ -51,7 +51,7 @@ "devDependencies": { "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "typescript": "~3.5.3" } } diff --git a/packages/template-hello-world-ts/package.json b/packages/template-hello-world-ts/package.json index c3f04f8f7..b60e4eda9 100644 --- a/packages/template-hello-world-ts/package.json +++ b/packages/template-hello-world-ts/package.json @@ -11,7 +11,7 @@ }, "name": "tns-template-hello-world-ts", "main": "app.js", - "version": "6.4.1", + "version": "6.5.0", "author": "Telerik ", "description": "Nativescript hello-world-ts project template", "license": "Apache-2.0", @@ -33,11 +33,11 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "typescript": "~3.5.3" } } diff --git a/packages/template-hello-world/package.json b/packages/template-hello-world/package.json index 60b79b3bf..01d8fc7fb 100644 --- a/packages/template-hello-world/package.json +++ b/packages/template-hello-world/package.json @@ -10,7 +10,7 @@ } }, "name": "tns-template-hello-world", - "version": "6.4.1", + "version": "6.5.0", "author": "Telerik ", "description": "Nativescript hello-world project template", "license": "Apache-2.0", @@ -32,10 +32,10 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0" + "nativescript-dev-webpack": "~1.5.1" } } diff --git a/packages/template-master-detail-kinvey-ng/package.json b/packages/template-master-detail-kinvey-ng/package.json index 141db2de4..6fb8e17a5 100644 --- a/packages/template-master-detail-kinvey-ng/package.json +++ b/packages/template-master-detail-kinvey-ng/package.json @@ -12,7 +12,7 @@ "name": "tns-template-master-detail-kinvey-ng", "displayName": "Master-Detail with Kinvey", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", "license": "SEE LICENSE IN ", "keywords": [ @@ -47,7 +47,7 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "kinvey-nativescript-sdk": "4.2.5", "nativescript-angular": "~8.21.0", "nativescript-imagepicker": "~7.1.0", @@ -61,7 +61,7 @@ "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", "codelyzer": "~4.5.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-master-detail-kinvey-ts/package.json b/packages/template-master-detail-kinvey-ts/package.json index 045cc6d32..bb30b3a46 100644 --- a/packages/template-master-detail-kinvey-ts/package.json +++ b/packages/template-master-detail-kinvey-ts/package.json @@ -12,7 +12,7 @@ "name": "tns-template-master-detail-kinvey-ts", "displayName": "Master-Detail with Kinvey", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.", "author": "Telerik ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "lint": "tslint \"app/**/*.ts\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "kinvey-nativescript-sdk": "4.2.5", "nativescript-imagepicker": "~7.1.0", "nativescript-theme-core": "~1.0.6", @@ -49,7 +49,7 @@ "tslib": "^1.9.3" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-master-detail-kinvey/package.json b/packages/template-master-detail-kinvey/package.json index 6902d1dde..4a816dccb 100644 --- a/packages/template-master-detail-kinvey/package.json +++ b/packages/template-master-detail-kinvey/package.json @@ -12,7 +12,7 @@ "name": "tns-template-master-detail-kinvey", "displayName": "Master-Detail with Kinvey", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.", "author": "Telerik ", "license": "Apache-2.0", @@ -41,7 +41,7 @@ "lint": "eslint \"app/**/*.js\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "kinvey-nativescript-sdk": "4.2.5", "nativescript-imagepicker": "~7.1.0", "nativescript-ui-listview": "~8.0.1", @@ -50,7 +50,7 @@ }, "devDependencies": { "eslint": "~5.8.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1" } } diff --git a/packages/template-master-detail-ng/package.json b/packages/template-master-detail-ng/package.json index 1d3d4f3ff..53e57fbe3 100644 --- a/packages/template-master-detail-ng/package.json +++ b/packages/template-master-detail-ng/package.json @@ -12,7 +12,7 @@ "name": "tns-template-master-detail-ng", "displayName": "Master-Detail with Firebase", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", "author": "Telerik ", "license": "Apache-2.0", @@ -48,10 +48,10 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-angular": "~8.21.0", "nativescript-imagepicker": "~7.1.0", - "nativescript-plugin-firebase": "~10.3.2", + "nativescript-plugin-firebase": "~10.5.0", "nativescript-ui-listview": "~8.0.1", "reflect-metadata": "~0.1.12", "rxjs": "^6.4.0", @@ -62,7 +62,7 @@ "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", "codelyzer": "~4.5.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-master-detail-ts/package.json b/packages/template-master-detail-ts/package.json index 5c0f85e95..26279ac6d 100644 --- a/packages/template-master-detail-ts/package.json +++ b/packages/template-master-detail-ts/package.json @@ -12,7 +12,7 @@ "name": "tns-template-master-detail-ts", "displayName": "Master-Detail with Firebase", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.", "author": "Telerik ", "license": "Apache-2.0", @@ -38,15 +38,15 @@ "lint": "tslint \"app/**/*.ts\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-imagepicker": "~7.1.0", - "nativescript-plugin-firebase": "~10.3.2", + "nativescript-plugin-firebase": "~10.5.0", "nativescript-ui-listview": "~8.0.1", "rxjs": "^6.4.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-master-detail-vue/package.json b/packages/template-master-detail-vue/package.json index 2b05d1a67..e38330f3f 100644 --- a/packages/template-master-detail-vue/package.json +++ b/packages/template-master-detail-vue/package.json @@ -11,7 +11,7 @@ }, "name": "tns-template-master-detail-vue", "displayName": "Master Detail with Firebase", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.", "author": "Telerik ", "license": "Apache-2.0", @@ -38,20 +38,20 @@ "category-general" ], "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-imagepicker": "~7.1.0", - "nativescript-plugin-firebase": "~10.3.2", + "nativescript-plugin-firebase": "~10.5.0", "nativescript-ui-listview": "~8.0.1", - "nativescript-vue": "~2.4.0", + "nativescript-vue": "~2.5.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~1.5.0", - "nativescript-vue-template-compiler": "~2.4.0", + "nativescript-dev-webpack": "~1.5.1", + "nativescript-vue-template-compiler": "~2.5.0", "node-sass": "^4.7.1", - "vue-loader": "~15.4.0" + "vue-loader": "~15.9.0" } } diff --git a/packages/template-master-detail/package.json b/packages/template-master-detail/package.json index c515b328a..8ee1d2f00 100644 --- a/packages/template-master-detail/package.json +++ b/packages/template-master-detail/package.json @@ -12,7 +12,7 @@ "name": "tns-template-master-detail", "displayName": "Master-Detail with Firebase", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.", "author": "Telerik ", "license": "Apache-2.0", @@ -39,16 +39,16 @@ "lint": "eslint \"app/**/*.js\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-imagepicker": "~7.1.0", - "nativescript-plugin-firebase": "~10.3.2", + "nativescript-plugin-firebase": "~10.5.0", "nativescript-ui-listview": "~8.0.1", "rxjs": "^6.4.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { "eslint": "~5.8.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1" } } diff --git a/packages/template-tab-navigation-ng/package.json b/packages/template-tab-navigation-ng/package.json index f2c8ee8ec..265ff0ad8 100644 --- a/packages/template-tab-navigation-ng/package.json +++ b/packages/template-tab-navigation-ng/package.json @@ -12,7 +12,7 @@ "name": "tns-template-tab-navigation-ng", "displayName": "Tabs", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Tabbed interface template", "author": "Telerik ", "license": "Apache-2.0", @@ -49,7 +49,7 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "nativescript-angular": "~8.21.0", "reflect-metadata": "~0.1.12", "rxjs": "^6.4.0", @@ -60,7 +60,7 @@ "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", "codelyzer": "~4.5.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-tab-navigation-ts/package.json b/packages/template-tab-navigation-ts/package.json index f5649c5cc..88607b87c 100644 --- a/packages/template-tab-navigation-ts/package.json +++ b/packages/template-tab-navigation-ts/package.json @@ -12,7 +12,7 @@ "name": "tns-template-tab-navigation-ts", "displayName": "Tabs", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Tabbed interface template", "author": "Telerik ", "license": "Apache-2.0", @@ -40,11 +40,11 @@ "lint": "tslint \"app/**/*.ts\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "tns-core-modules": "~6.5.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1", "tslint": "~5.19.0", "typescript": "~3.5.3" diff --git a/packages/template-tab-navigation-vue/package.json b/packages/template-tab-navigation-vue/package.json index 9b86e9d41..d95f7bd6d 100644 --- a/packages/template-tab-navigation-vue/package.json +++ b/packages/template-tab-navigation-vue/package.json @@ -11,7 +11,7 @@ }, "name": "tns-template-tab-navigation-vue", "displayName": "Tabs", - "version": "6.4.1", + "version": "6.5.0", "description": "Tabbed interface template using Vue", "author": "Telerik ", "license": "Apache-2.0", @@ -38,17 +38,17 @@ "category-general" ], "dependencies": { - "@nativescript/theme": "~2.3.0", - "nativescript-vue": "~2.4.0", + "@nativescript/theme": "~2.3.3", + "nativescript-vue": "~2.5.0", "tns-core-modules": "~6.5.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~1.5.0", - "nativescript-vue-template-compiler": "~2.4.0", + "nativescript-dev-webpack": "~1.5.1", + "nativescript-vue-template-compiler": "~2.5.0", "node-sass": "^4.7.1", - "vue-loader": "~15.4.0" + "vue-loader": "~15.9.0" } } diff --git a/packages/template-tab-navigation/package.json b/packages/template-tab-navigation/package.json index 2c04b2939..5b0d52341 100644 --- a/packages/template-tab-navigation/package.json +++ b/packages/template-tab-navigation/package.json @@ -12,7 +12,7 @@ "name": "tns-template-tab-navigation", "displayName": "Tabs", "templateType": "App template", - "version": "6.4.1", + "version": "6.5.0", "description": "Tabbed interface template", "author": "Telerik ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "lint": "eslint \"app/**/*.js\"" }, "dependencies": { - "@nativescript/theme": "~2.3.0", + "@nativescript/theme": "~2.3.3", "tns-core-modules": "~6.5.0" }, "devDependencies": { "eslint": "~5.8.0", - "nativescript-dev-webpack": "~1.5.0", + "nativescript-dev-webpack": "~1.5.1", "node-sass": "^4.7.1" } }