Skip to content

Commit

Permalink
Merge pull request #293 from acadianaapps/acadianaapps/issue278
Browse files Browse the repository at this point in the history
fix(peer deps): add lodash-es to peers
  • Loading branch information
maxime1992 authored Feb 9, 2023
2 parents 2e66185 + e136541 commit 1ea3998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-sub-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"fast-deep-equal": "^3.1.3",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"fast-deep-equal": "^3.1.3",
"lodash-es": "^4.17.21",
"ngx-observable-lifecycle": "^2.2.1",
"rxjs": "^7.6.0",
"tsdef": "0.0.14"
Expand Down

0 comments on commit 1ea3998

Please sign in to comment.