Skip to content

Commit

Permalink
feat(deps): chalk@^4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 54e2b98 commit d2a9ed5
Show file tree
Hide file tree
Showing 8 changed files with 258 additions and 2,896 deletions.
2 changes: 1 addition & 1 deletion commands/__mocks__/@lerna/output.js
Expand Up @@ -4,7 +4,7 @@ const chalk = require("chalk");
const multiLineTrimRight = require("@lerna-test/multi-line-trim-right");

// keep snapshots stable cross-platform
chalk.enabled = false;
chalk.level = 0;

// @lerna/output is just a wrapper around console.log
const mockOutput = jest.fn();
Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
Expand Up @@ -47,7 +47,7 @@
"@lerna/run-lifecycle": "file:../../utils/run-lifecycle",
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/validation-error": "file:../../core/validation-error",
"chalk": "^2.3.1",
"chalk": "^4.1.0",
"dedent": "^0.7.0",
"load-json-file": "^6.2.0",
"minimatch": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion core/child-process/package.json
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"chalk": "^2.3.1",
"chalk": "^4.1.0",
"execa": "^4.1.0",
"strong-log-transformer": "^2.0.0"
}
Expand Down

0 comments on commit d2a9ed5

Please sign in to comment.