Skip to content

Commit

Permalink
fix(transloco): 🐛 update flat to v6
Browse files Browse the repository at this point in the history
Closes: #570
  • Loading branch information
shaharkazaz committed Sep 16, 2023
1 parent 26f5fb5 commit 7657b3d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
1 change: 0 additions & 1 deletion libs/transloco-persist-lang/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jasmine", "node"]
},
"files": ["src/test-setup.ts"],
Expand Down
1 change: 0 additions & 1 deletion libs/transloco-persist-translations/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jasmine", "node"]
},
"files": ["src/test-setup.ts"],
Expand Down
2 changes: 1 addition & 1 deletion libs/transloco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fs-extra": "^11.0.0",
"glob": "^10.0.0",
"tslib": "^2.2.0",
"flat": "5.0.2",
"flat": "6.0.0",
"@ngneat/transloco-utils": "^5.0.0",
"replace-in-file": "^7.0.1",
"ora": "^5.4.1",
Expand Down
45 changes: 25 additions & 20 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"command-line-args": "5.2.0",
"cosmiconfig": "^8.1.3",
"find-duplicated-property-keys": "1.2.7",
"flat": "5.0.2",
"flat": "6.0.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"lodash.kebabcase": "4.1.1",
Expand Down Expand Up @@ -80,7 +80,6 @@
"@nx/workspace": "16.6.0",
"@types/command-line-args": "5.2.0",
"@types/find-duplicated-property-keys": "1.1.0",
"@types/flat": "5.0.2",
"@types/fs-extra": "9.0.12",
"@types/jasmine": "4.0.3",
"@types/jest": "29.5.0",
Expand Down

1 comment on commit 7657b3d

@dmytro-afonin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this changes. It causes jest to fail in latest angular projects

Please sign in to comment.