From 56d50c68dc4901a48433947c9fb23b5d3b1869b6 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Thu, 14 Feb 2019 01:14:42 +0100 Subject: [PATCH] chore: update dependencies for 5.2.0 --- demo-angular/package.json | 30 +++++++++++++++--------------- demo-vue/package.json | 10 +++++----- demo/package.json | 10 +++++----- src/package.json | 4 ++-- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/demo-angular/package.json b/demo-angular/package.json index c8dbae2..e3eba47 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo.angular", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "scripts": { @@ -19,26 +19,26 @@ "ci.ios.build": "cd ../src && npm run build && cd ../demo-angular && tns build ios" }, "dependencies": { - "@angular/animations": "~7.1.0", - "@angular/common": "~7.1.0", - "@angular/compiler": "~7.1.0", - "@angular/core": "~7.1.0", - "@angular/forms": "~7.1.0", - "@angular/http": "~7.1.0", - "@angular/platform-browser": "~7.1.0", - "@angular/platform-browser-dynamic": "~7.1.0", - "@angular/router": "~7.1.0", - "nativescript-angular": "~7.1.0", + "@angular/animations": "~7.2.0", + "@angular/common": "~7.2.0", + "@angular/compiler": "~7.2.0", + "@angular/core": "~7.2.0", + "@angular/forms": "~7.2.0", + "@angular/http": "~7.2.0", + "@angular/platform-browser": "~7.2.0", + "@angular/platform-browser-dynamic": "~7.2.0", + "@angular/router": "~7.2.0", + "nativescript-angular": "~7.2.1", "nativescript-camera": "../src", "nativescript-theme-core": "^1.0.4", "rxjs": "^6.3.3", - "tns-core-modules": "^5.1.0", + "tns-core-modules": "^5.2.0", "zone.js": "^0.8.4" }, "devDependencies": { "nativescript-css-loader": "~0.26.0", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.18.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", "tslint": "~5.11.0" } } diff --git a/demo-vue/package.json b/demo-vue/package.json index 493aa95..110d8dd 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demovue", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "scripts": { @@ -16,7 +16,7 @@ "nativescript-camera": "../src", "nativescript-theme-core": "~1.0.4", "nativescript-vue": "~2.0.0", - "tns-core-modules": "~5.0.2" + "tns-core-modules": "~5.2.0" }, "devDependencies": { "@babel/core": "~7.1.0", @@ -29,8 +29,8 @@ "mocha-junit-reporter": "~1.18.0", "mocha-multi": "~1.0.1", "nativescript-dev-appium": "4.0.9", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.18.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", "nativescript-vue-template-compiler": "~2.0.0", "node-sass": "~4.9.0", "tslint": "~5.12.1", diff --git a/demo/package.json b/demo/package.json index abd7102..fc8b605 100644 --- a/demo/package.json +++ b/demo/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "scripts": { @@ -23,7 +23,7 @@ }, "dependencies": { "nativescript-camera": "../src", - "tns-core-modules": "^5.1.0" + "tns-core-modules": "^5.2.0" }, "devDependencies": { "@types/chai": "~4.1.7", @@ -34,8 +34,8 @@ "mocha-multi": "~1.0.1", "nativescript-css-loader": "~0.26.1", "nativescript-dev-appium": "4.0.9", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.18.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", "tslint": "~5.11.0" } } diff --git a/src/package.json b/src/package.json index aeaf034..ec33f4e 100644 --- a/src/package.json +++ b/src/package.json @@ -46,8 +46,8 @@ "nativescript-permissions": "^1.2.3" }, "devDependencies": { - "tns-core-modules": "^5.1.0", - "tns-platform-declarations": "^5.1.0", + "tns-core-modules": "^5.2.0", + "tns-platform-declarations": "^5.2.0", "typescript": "~3.1.6", "prompt": "^1.0.0", "rimraf": "^2.6.2",