From 8f4d35dd2a0b962d0faddeafff7e3daffbded797 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Thu, 5 Sep 2019 01:07:09 +0300 Subject: [PATCH] chore: update dependencies for 6.1 --- demo-angular/package.json | 37 ++++++++++++++++++------------------- demo-vue/package.json | 10 +++++----- demo/package.json | 6 +++--- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/demo-angular/package.json b/demo-angular/package.json index bd42642..9ac32e8 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo.angular", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "scripts": { @@ -19,29 +19,28 @@ "ci.ios.build": "cd ../src && npm run build && cd ../demo-angular && tns build ios" }, "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-camera": "../src", "nativescript-theme-core": "^1.0.4", - "rxjs": "^6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "^6.0.0", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.0.0", - "@ngtools/webpack": "~8.0.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "nativescript-css-loader": "~0.26.0", - "nativescript-dev-webpack": "~1.0.1", + "nativescript-dev-webpack": "^1.0.0", "tns-platform-declarations": "^6.0.0", "tslint": "~5.11.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 df66cd7..de8f084 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" } }, "scripts": { @@ -14,7 +14,7 @@ "dependencies": { "nativescript-camera": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.3.0", + "nativescript-vue": "~2.4.0", "tns-core-modules": "^6.0.0" }, "devDependencies": { @@ -22,8 +22,8 @@ "@babel/preset-env": "~7.1.0", "@types/node": "~10.12.18", "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", "tslint": "~5.12.1", "vue-loader": "~15.4.0", diff --git a/demo/package.json b/demo/package.json index 8155540..cd8ec95 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": { @@ -26,7 +26,7 @@ "devDependencies": { "@types/node": "~10.12.18", "nativescript-css-loader": "~0.26.1", - "nativescript-dev-webpack": "~1.0.1", + "nativescript-dev-webpack": "^1.0.0", "tns-platform-declarations": "^6.0.0", "tslint": "~5.11.0", "typescript": "~3.4.5"