From 4484dff5475afa6c8d2f7b4570b066e9a004b748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 06:39:49 +0000 Subject: [PATCH] chore(deps): update yarn to v4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1dc9b19f3..f8097a0ed 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ }, "engines": { "node": "16.15.0", - "yarn": "3.x" + "yarn": "4.x" }, "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx", @@ -177,5 +177,5 @@ "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8" }, - "packageManager": "yarn@3.1.0" + "packageManager": "yarn@4.0.2" }