Skip to content

Commit

Permalink
fix(deps): downgraded chalk to v4
Browse files Browse the repository at this point in the history
This reverts commit e7c7af0.

Chalk v5 is a pure ESM package, which we are not compatible with as of yet.

This is part of the fix detailed in #155.
  • Loading branch information
nicolas377 committed Jan 17, 2022
1 parent 4684574 commit fee1634
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 85 deletions.
100 changes: 16 additions & 84 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 @@ -78,7 +78,7 @@
"@babel/preset-env": "7.16.8",
"@babel/register": "7.16.9",
"chai": "4.3.4",
"chalk": "5.0.0",
"chalk": "4.1.2",
"cli-spinner": "0.2.10",
"commander": "8.2.0",
"del": "6.0.0",
Expand Down

0 comments on commit fee1634

Please sign in to comment.