diff --git a/demo-angular/package.json b/demo-angular/package.json index 05da1a2..2fa43ec 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demoangular", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "scripts": { @@ -17,27 +17,26 @@ "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'" }, "dependencies": { - "@angular/animations": "~8.0.0", - "@angular/common": "~8.0.0", - "@angular/compiler": "~8.0.0", - "@angular/core": "~8.0.0", - "@angular/forms": "~8.0.0", - "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.0.0", - "@angular/platform-browser-dynamic": "~8.0.0", - "@angular/router": "~8.0.0", - "nativescript-angular": "~8.0.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", + "nativescript-angular": "~8.2.0", "nativescript-background-http": "../src", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.10", - "rxjs": "^6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "^6.0.0", "zone.js": "^0.9.1" }, "devDependencies": { - "nativescript-dev-webpack": "~1.0.1", + "nativescript-dev-webpack": "^1.0.0", "tslint": "~5.11.0", "tns-platform-declarations": "^6.0.0", - "typescript": "~3.4.5" + "typescript": "~3.5.3" } } \ No newline at end of file diff --git a/demo-vue/package.json b/demo-vue/package.json index 1ef72d9..662c0a2 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demovue", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "description": "NativeScript Application", @@ -17,15 +17,15 @@ "dependencies": { "nativescript-background-http": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.3.0", + "nativescript-vue": "~2.4.0", "tns-core-modules": "^6.0.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~1.0.1", - "nativescript-vue-template-compiler": "~2.3.0", + "nativescript-dev-webpack": "^1.0.0", + "nativescript-vue-template-compiler": "~2.4.0", "node-sass": "~4.12.0", "ts-loader": "^5.3.1", "vue-loader": "~15.4.0", diff --git a/demo/package.json b/demo/package.json index 5dbbdbd..267c2be 100644 --- a/demo/package.json +++ b/demo/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "scripts": { @@ -22,7 +22,7 @@ "tns-core-modules": "^6.0.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.0.1", + "nativescript-dev-webpack": "^1.0.0", "tslint": "~5.11.0", "tns-platform-declarations": "^6.0.0", "typescript": "~3.4.5"