Skip to content

Commit

Permalink
fix: remove class-transformer and class-validator from production dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
EndyKaufman committed May 4, 2020
1 parent 920fc2d commit 445b3bc
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions libs/ngx-dynamic-form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,14 @@
],
"peerDependencies": {
"rxjs": "^6.5.5",
"@angular/forms": "^9.1.1",
"@angular/common": "^9.1.1",
"@angular/compiler": "^9.1.1",
"@angular/core": "^9.1.1",
"@angular/forms": "^9.1.4",
"@angular/common": "^9.1.4",
"@angular/compiler": "^9.1.4",
"@angular/core": "^9.1.4",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.1",
"lodash.clonedeep": "^4.5.0",
"lodash.mergewith": "^4.6.2"
"class-validator": "^0.12.2"
},
"dependencies": {
"class-transformer": "^0.2.3",
"class-validator": "^0.11.1",
"lodash.clonedeep": "^4.5.0",
"lodash.mergewith": "^4.6.2"
}
Expand Down

0 comments on commit 445b3bc

Please sign in to comment.