Skip to content

Commit

Permalink
feature(putout) formatters: use chalk v4 to have support of Yarn PnP (y…
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 15, 2021
1 parent c0d6651 commit 4bf8667
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/formatter-codeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@putout/formatter-json": "^2.0.0",
"chalk": "^5.0.0",
"chalk": "^4.0.0",
"table": "^6.0.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-dump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@putout/formatter-json": "^2.0.0",
"chalk": "^5.0.0",
"chalk": "^4.0.0",
"table": "^6.0.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@putout/formatter-dump": "^3.0.0",
"chalk": "^5.0.0",
"chalk": "^4.0.0",
"cli-progress": "^3.8.2",
"once": "^1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"report": "madrun report"
},
"dependencies": {
"chalk": "^5.0.0",
"chalk": "^4.0.0",
"table": "^6.0.1"
},
"keywords": [
Expand Down

0 comments on commit 4bf8667

Please sign in to comment.