From a99167f8627f1af61132cbecd4c71745762f5dc5 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Mon, 23 Oct 2023 05:44:32 +0200 Subject: [PATCH] Add support of Yarn 4.x (#369) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8465570c..95d64ced 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "engines": { "node": "^12.13.0 || ^14 || >=16", - "yarn": ">=1 <4" + "yarn": ">=1 <5" }, "peerDependencies": { "@types/babel__core": "^7.0.0",