Skip to content

Commit dad9269

Browse files
committed
fix: 🐛 remove redundant dep
1 parent 39d53ad commit dad9269

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

projects/ngneat/transloco/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
}
4040
],
4141
"dependencies": {
42-
"@ngneat/transloco-utils": "^1.0.2",
4342
"replace-in-file": "^4.1.2",
4443
"ora": "^3.4.0",
4544
"flat": "4.1.0"

projects/ngneat/transloco/src/lib/transloco.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export type TranslocoConfig = {
77
prodMode?: boolean;
88
fallbackLang?: string | string[];
99
failedRetries?: number;
10+
/** @deprecated */
1011
scopeMapping?: HashMap<string>;
1112
availableLangs?: AvailableLangs;
1213
flatten?: {

0 commit comments

Comments
 (0)