Skip to content

Commit 297d4a6

Browse files
committed
fix chalk dep
1 parent d8e375a commit 297d4a6

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typescript": "^4.5.2"
3131
},
3232
"dependencies": {
33-
"chalk": "^5.0.0",
33+
"chalk": "^4.1.2",
3434
"lodash": "^4.17.21"
3535
}
3636
}

yarn.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,14 @@ caniuse-lite@^1.0.30001219:
868868
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001246.tgz#fe17d9919f87124d6bb416ef7b325356d69dc76c"
869869
integrity sha512-Tc+ff0Co/nFNbLOrziBXmMVtpt9S2c2Y+Z9Nk9Khj09J+0zR9ejvIW5qkZAErCbOrVODCx/MN+GpB5FNBs5GFA==
870870

871+
chalk@<5:
872+
version "4.1.2"
873+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
874+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
875+
dependencies:
876+
ansi-styles "^4.1.0"
877+
supports-color "^7.1.0"
878+
871879
chalk@^2.0.0:
872880
version "2.4.2"
873881
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -885,11 +893,6 @@ chalk@^4.0.0:
885893
ansi-styles "^4.1.0"
886894
supports-color "^7.1.0"
887895

888-
chalk@^5.0.0:
889-
version "5.0.0"
890-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
891-
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
892-
893896
char-regex@^1.0.2:
894897
version "1.0.2"
895898
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)