Skip to content

Commit

Permalink
fix: peer dependencies for angular and fast-deep-equal
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Feb 8, 2022
1 parent 335ae02 commit cd8cc94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-sub-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"fast-deep-equal": "^3.0.1",
"@angular/common": ">= 10 < 13",
"@angular/core": ">= 10 < 13",
"@angular/forms": ">= 10 < 13",
"fast-deep-equal": "^3.1.1",
"@angular/common": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/forms": "^13.1.1",
"ngx-observable-lifecycle": "^2.2.1",
"rxjs": "^6.5.4 || ^7.4.0",
"tsdef": "0.0.13"
Expand Down

0 comments on commit cd8cc94

Please sign in to comment.