Skip to content

Commit 30b010e

Browse files
committed
chore(chalk): upgrade Chalk
Upgrade Chalk to latest major release
1 parent ec669ae commit 30b010e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
2727
},
2828
"dependencies": {
29-
"chalk": "^2.4.2",
29+
"chalk": "^4.1.0",
3030
"conditional-specs": "^1.0.1",
3131
"conventional-changelog": "^3.1.12",
3232
"cross-env": "^5.0.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3906,7 +3906,7 @@ chalk@^3.0.0:
39063906
ansi-styles "^4.1.0"
39073907
supports-color "^7.1.0"
39083908

3909-
chalk@^4.0.0:
3909+
chalk@^4.0.0, chalk@^4.1.0:
39103910
version "4.1.0"
39113911
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
39123912
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==

0 commit comments

Comments
 (0)