From 60f0145e82f7b263a194cea3de2ca452790d7d1c Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Wed, 19 Apr 2017 11:25:29 +0300 Subject: [PATCH 1/2] chore: remove @angular/animations from peerDeps @angular/animations are not required for every Angular applications. When installing `nativescript-angular`, the user shouldn't see a warning for unmet peer dependency if he's not using @angular/animations. --- nativescript-angular/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 3ca872dc1..e501b95c5 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -47,7 +47,6 @@ "@angular/common": "~4.0.0", "@angular/compiler": "~4.0.0", "@angular/platform-browser": "~4.0.0", - "@angular/animations": "~4.0.0", "@angular/router": "~4.0.0", "@angular/forms": "~4.0.0", "@angular/http": "~4.0.0", From 570937a4fac08aee903f31e53f51632091392b25 Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Wed, 19 Apr 2017 14:31:28 +0300 Subject: [PATCH 2/2] chore(deps): bump nativescript-intl version to 3.0 --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index e501b95c5..b4f26490e 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -39,7 +39,7 @@ "update-app-ng-deps": "./bin/update-app-ng-deps" }, "dependencies": { - "nativescript-intl": "^0.0.8", + "nativescript-intl": "^3.0.0", "reflect-metadata": "^0.1.8" }, "peerDependencies": {