diff --git a/demo-angular/package.json b/demo-angular/package.json index 36163b7..9926d06 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demoangular", "tns-android": { - "version": "6.1.0" + "version": "6.2.0" }, "tns-ios": { - "version": "6.1.0" + "version": "6.2.0" } }, "dependencies": { @@ -17,7 +17,7 @@ "@angular/platform-browser": "~8.2.0", "@angular/platform-browser-dynamic": "~8.2.0", "@angular/router": "~8.2.0", - "nativescript-angular": "~8.2.0", + "nativescript-angular": "~8.20.0", "nativescript-geolocation": "../src", "nativescript-theme-core": "~1.0.4", "nativescript-toast": "~2.0.0", @@ -30,7 +30,7 @@ "devDependencies": { "@angular/compiler-cli": "~8.2.0", "@ngtools/webpack": "~8.2.0", - "nativescript-dev-webpack": "^1.0.0", + "nativescript-dev-webpack": "^1.3.0", "typescript": "~3.5.3" }, "scripts": { diff --git a/demo-vue/package.json b/demo-vue/package.json index 2eac5ba..8ff6c20 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demovue", "tns-android": { - "version": "6.1.0" + "version": "6.2.0" }, "tns-ios": { - "version": "6.1.0" + "version": "6.2.0" } }, "scripts": { @@ -22,7 +22,7 @@ "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "^1.0.0", + "nativescript-dev-webpack": "^1.3.0", "nativescript-vue-template-compiler": "~2.4.0", "node-sass": "~4.12.0", "vue-loader": "~15.4.0", diff --git a/demo/package.json b/demo/package.json index a3aec06..be54055 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "6.1.0" + "version": "6.2.0" }, "tns-ios": { - "version": "6.1.0" + "version": "6.2.0" } }, "dependencies": { @@ -21,7 +21,7 @@ "karma-jasmine": "2.0.1", "karma-nativescript-launcher": "^0.4.0", "nativescript-css-loader": "~0.26.0", - "nativescript-dev-webpack": "^1.0.0", + "nativescript-dev-webpack": "^1.3.0", "tns-platform-declarations": "^6.0.0", "tslint": "~5.11.0", "karma-webpack": "3.0.5",