Skip to content

Commit 20bd245

Browse files
authored
chore(deps): update nativescript-intl, remove @angular/animations from peerDeps (#761)
* 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. * chore(deps): bump nativescript-intl version to 3.0
1 parent cfafe83 commit 20bd245

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: nativescript-angular/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@
3939
"update-app-ng-deps": "./bin/update-app-ng-deps"
4040
},
4141
"dependencies": {
42-
"nativescript-intl": "^0.0.8",
42+
"nativescript-intl": "^3.0.0",
4343
"reflect-metadata": "^0.1.8"
4444
},
4545
"peerDependencies": {
4646
"@angular/core": "~4.0.0",
4747
"@angular/common": "~4.0.0",
4848
"@angular/compiler": "~4.0.0",
4949
"@angular/platform-browser": "~4.0.0",
50-
"@angular/animations": "~4.0.0",
5150
"@angular/router": "~4.0.0",
5251
"@angular/forms": "~4.0.0",
5352
"@angular/http": "~4.0.0",

0 commit comments

Comments
 (0)