From 664545b06e87fb737975454b0d25f843ffd56131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Garc=C3=ADa?= Date: Fri, 25 Feb 2022 09:40:54 +0000 Subject: [PATCH 1/3] fix: added interval to chalk dependency --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a52c77b..ab360d1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prepare": "npm-install-peers" }, "dependencies": { - "chalk": ">=3.0.0" + "chalk": ">=3.0.0 <=4.1.2" }, "peerDependencies": { "jest": ">=25.1.0" diff --git a/yarn.lock b/yarn.lock index b08764f..665683e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -285,10 +285,10 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -chalk@>=3.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== +"chalk@>=3.0.0 <=4.1.2": + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" From 4385fb17b3f763d97ce291804dd72334d97115fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Adri=C3=A1n=20Garc=C3=ADa=20Garc=C3=ADa?= <48093414+Adriangar99@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:45:12 +0000 Subject: [PATCH 2/3] Update package.json Co-authored-by: Simen Bekkhus --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab360d1..87522cc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prepare": "npm-install-peers" }, "dependencies": { - "chalk": ">=3.0.0 <=4.1.2" + "chalk": "^3.0.0 || ^4.0.0" }, "peerDependencies": { "jest": ">=25.1.0" From cb1281634dcd7e12ad3c0a069fb68d0c2cbf1e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Garc=C3=ADa?= Date: Fri, 25 Feb 2022 09:47:48 +0000 Subject: [PATCH 3/3] chore: updated yarn lockfile --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 665683e..a455871 100644 --- a/yarn.lock +++ b/yarn.lock @@ -285,14 +285,6 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -"chalk@>=3.0.0 <=4.1.2": - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - chalk@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" @@ -313,6 +305,14 @@ chalk@^2.0.1: escape-string-regexp "^1.0.5" supports-color "^5.3.0" +"chalk@^3.0.0 || ^4.0.0": + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"