From e15ea5bdb00522bd4079e7b4159fbb67b59344ec Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Thu, 14 Feb 2019 06:52:01 +0100 Subject: [PATCH] chore: update dependencies for 5.2.0 --- demo-angular/package.json | 32 ++++++++++++++++---------------- demo-vue/package.json | 10 +++++----- demo/package.json | 12 ++++++------ src/package.json | 4 ++-- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/demo-angular/package.json b/demo-angular/package.json index f3904c4..aa0f96a 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -2,36 +2,36 @@ "nativescript": { "id": "org.nativescript.demoangular", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "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-geolocation": "../src", "nativescript-theme-core": "~1.0.4", "nativescript-toast": "^1.4.6", - "tns-core-modules": "~5.1.0", + "tns-core-modules": "~5.2.0", "reflect-metadata": "~0.1.10", "rxjs": "~6.3.0", "zone.js": "~0.8.18" }, "devDependencies": { "@nativescript/schematics": "~0.5.0", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.19.0", - "@angular/compiler-cli": "~7.1.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "@angular/compiler-cli": "~7.2.0", "@ngtools/webpack": "~7.1.0" }, "scripts": { diff --git a/demo-vue/package.json b/demo-vue/package.json index 41d5edb..fbe7ffa 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,14 +16,14 @@ "nativescript-theme-core": "~1.0.4", "nativescript-toast": "^1.4.6", "nativescript-vue": "~2.0.0", - "tns-core-modules": "~5.1.0" + "tns-core-modules": "~5.2.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~0.19.0", - "nativescript-dev-typescript": "~0.7.0", + "nativescript-dev-webpack": "~0.20.0", + "nativescript-dev-typescript": "~0.8.0", "nativescript-vue-template-compiler": "~2.0.0", "node-sass": "~4.9.0", "vue-loader": "~15.4.0" diff --git a/demo/package.json b/demo/package.json index 27e1dd1..8e1c6ab 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,10 +2,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" } }, "dependencies": { @@ -13,7 +13,7 @@ "nativescript-theme-core": "^1.0.4", "nativescript-toast": "^1.4.6", "nativescript-unit-test-runner": "^0.3.4", - "tns-core-modules": "^5.1.0" + "tns-core-modules": "^5.2.0" }, "devDependencies": { "jasmine-core": "^2.5.2", @@ -21,9 +21,9 @@ "karma-jasmine": "^1.0.2", "karma-nativescript-launcher": "^0.4.0", "nativescript-css-loader": "~0.26.0", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.18.0", - "tns-platform-declarations": "^5.1.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tns-platform-declarations": "^5.2.0", "tslint": "~5.11.0" }, "scripts": { diff --git a/src/package.json b/src/package.json index 75ad297..d6e07a3 100644 --- a/src/package.json +++ b/src/package.json @@ -40,8 +40,8 @@ "homepage": "https://github.com/NativeScript/nativescript-geolocation", "readmeFilename": "README.md", "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",