Skip to content

Commit 13b4cb8

Browse files
committed
feat: add peer dep support for Angular 5 (angular-redux#51)
1 parent bd87846 commit 13b4cb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
},
4949
"peerDependencies": {
5050
"@angular-redux/store": "^6.3.0",
51-
"@angular/common": "^2.4.0 || ^4.0.0",
52-
"@angular/compiler": "^2.4.0 || ^4.0.0",
53-
"@angular/core": "^2.4.0 || ^4.0.0",
54-
"@angular/forms": "^2.4.0 || ^4.0.0",
51+
"@angular/common": "^2.4.0 || ^4.0.0 || ^5.0.0",
52+
"@angular/compiler": "^2.4.0 || ^4.0.0 || ^5.0.0",
53+
"@angular/core": "^2.4.0 || ^4.0.0 || ^5.0.0",
54+
"@angular/forms": "^2.4.0 || ^4.0.0 || ^5.0.0",
5555
"redux": "^3.0"
5656
},
5757
"engines": {

0 commit comments

Comments
 (0)