Skip to content

Commit 1ea3998

Browse files
authored
Merge pull request #293 from acadianaapps/acadianaapps/issue278
fix(peer deps): add lodash-es to peers
2 parents 2e66185 + e136541 commit 1ea3998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/ngx-sub-form/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"tslib": "^2.0.0"
77
},
88
"peerDependencies": {
9-
"fast-deep-equal": "^3.1.3",
109
"@angular/common": "^15.0.0",
1110
"@angular/core": "^15.0.0",
1211
"@angular/forms": "^15.0.0",
12+
"fast-deep-equal": "^3.1.3",
13+
"lodash-es": "^4.17.21",
1314
"ngx-observable-lifecycle": "^2.2.1",
1415
"rxjs": "^7.6.0",
1516
"tsdef": "0.0.14"

0 commit comments

Comments
 (0)