Skip to content

Commit

Permalink
replace cli-color with yoctocolors
Browse files Browse the repository at this point in the history
cli-color depends on es5-ext which is being detected as a virus and the
developer refuses to address the issue

medikoo/es5-ext#186
medikoo/es5-ext#181
medikoo/es5-ext#116
  • Loading branch information
joeferner committed Dec 28, 2024
1 parent 25c1d27 commit 7ca8f21
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 180 deletions.
192 changes: 15 additions & 177 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"tinyglobby": "^0.2.9"
},
"devDependencies": {
"@types/cli-color": "^2.0.6",
"@types/is-glob": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
Expand All @@ -69,15 +68,15 @@
"ava": "^6.1.2",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.16",
"cli-color": "^2.0.4",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"tsify": "^5.0.4",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"yoctocolors": "^2.1.1"
},
"ava": {
"files": [
Expand Down

0 comments on commit 7ca8f21

Please sign in to comment.