From 3549eb28eac2b11910746639c6654935ff0bdaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=A1nh=20Ho=C3=A0ng?= Date: Wed, 27 May 2020 07:56:10 +0700 Subject: [PATCH] Upgrade yarn to v1.22.4 It's very meaningful for those who use Yarn 2 (Berry). Yarn 2 is configured per project, not global. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99e9a84..751b3d0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "yarn": "1.21.1" + "yarn": "1.22.4" } }