Skip to content

Commit

Permalink
fix: 🐛 explicitely define peer dependency on @ngneat/transloco
Browse files Browse the repository at this point in the history
This peer dependency was always required, but not explicitly stated.
This commit adds the peer dependency explicitly.
  • Loading branch information
milo526 committed Nov 13, 2024
1 parent c540479 commit f99079d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-translation-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
"@angular/core": ">=16.0.0",
"@ngneat/transloco": ">5.0.0"
},
"dependencies": {
"tslib": "2.7.0"
Expand Down

0 comments on commit f99079d

Please # to comment.