Skip to content

Commit

Permalink
chore(transloco): 🤖 update flat to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Dec 9, 2023
1 parent 7372ae8 commit 0aa09a9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/transloco-playground/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html

const { join } = require('path');
const { join } = require('node:path');
const getBaseKarmaConfig = require('../../karma.conf');

module.exports = function (config) {
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html

const { join } = require('path');
const { join } = require('node:path');
const { constants } = require('karma');

module.exports = () => {
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": "6.0.0",
"flat": "6.0.1",
"@ngneat/transloco-utils": "^5.0.0",
"replace-in-file": "^7.0.1",
"ora": "^5.4.1",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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": "6.0.0",
"flat": "6.0.1",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"lodash.kebabcase": "4.1.1",
Expand Down

0 comments on commit 0aa09a9

Please sign in to comment.