Skip to content

Commit

Permalink
fix(peer deps): add lodash-es to peers
Browse files Browse the repository at this point in the history
added lodash-es to peer dependencies

Closes #278
  • Loading branch information
acadianaapps committed Feb 9, 2023
1 parent 2e66185 commit 0c7f91c
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 1 deletion.
240 changes: 240 additions & 0 deletions projects/ngx-sub-form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 0c7f91c

Please sign in to comment.