Skip to content

Commit 300f471

Browse files
committed
Bump Chalk to 4.x
https://github.com/chalk/chalk/releases/tag/v3.0.0 https://github.com/chalk/chalk/releases/tag/v4.0.0 The main change is that it now requires Node 10. As of January 1st 2020 this is the oldest supported node version, so that should be safe by now.
1 parent 5c2c92b commit 300f471

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"author": "David Sheldrick",
88
"license": "MIT",
99
"engines": {
10+
"node": ">=10",
1011
"npm": ">5"
1112
},
1213
"bin": {
@@ -72,7 +73,7 @@
7273
},
7374
"dependencies": {
7475
"@yarnpkg/lockfile": "^1.1.0",
75-
"chalk": "^2.4.2",
76+
"chalk": "^4.1.2",
7677
"cross-spawn": "^6.0.5",
7778
"find-yarn-workspace-root": "^2.0.0",
7879
"fs-extra": "^7.0.1",

yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,14 @@ chalk@^4.0.0, chalk@^4.1.0:
10851085
ansi-styles "^4.1.0"
10861086
supports-color "^7.1.0"
10871087

1088+
chalk@^4.1.2:
1089+
version "4.1.2"
1090+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1091+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1092+
dependencies:
1093+
ansi-styles "^4.1.0"
1094+
supports-color "^7.1.0"
1095+
10881096
chardet@^0.7.0:
10891097
version "0.7.0"
10901098
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)