Skip to content

Commit 56d3228

Browse files
authored
chore(deps): remove unused ansi-escapes (#2016)
1 parent ea66a7e commit 56d3228

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/webpack-cli/lib/utils/interactive.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/***
12
const { gray, bold, white, cyan, yellow } = require('colorette');
23
const ansiEscapes = require('ansi-escapes');
34
const readline = require('readline');
@@ -170,3 +171,5 @@ module.exports = async function (compiler, config, outputOptions) {
170171
}
171172
});
172173
};
174+
*
175+
***/

packages/webpack-cli/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"dependencies": {
3030
"@webpack-cli/info": "^1.0.2",
3131
"@webpack-cli/serve": "^1.0.1",
32-
"ansi-escapes": "^4.3.1",
3332
"colorette": "^1.2.1",
3433
"command-line-usage": "^6.1.0",
3534
"commander": "^6.2.0",

0 commit comments

Comments
 (0)