From 51ea166df28b1dded9288893a550fb227ecc7d82 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Wed, 29 May 2024 12:30:40 +0530 Subject: [PATCH] chore: use yarn@3.2.1 in all the packages (#7514) --- packages/design-system/icons/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-system/icons/package.json b/packages/design-system/icons/package.json index d2157720b3..d6bfe69444 100644 --- a/packages/design-system/icons/package.json +++ b/packages/design-system/icons/package.json @@ -57,7 +57,7 @@ "peerDependencies": { "react": "^16.x || ^17.x || ^18.x" }, - "packageManager": "yarn@3.5.0", + "packageManager": "yarn@3.2.1", "publishConfig": { "access": "public" }