From 99a005a88a7cb01a42a494c1296e742276c27ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:03:21 +0000 Subject: [PATCH] Update Yarn to v3.8.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b57aea8e..55b430b8 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,5 @@ "test:all": "yarn workspaces foreach -pv run test:ci", "lint:all": "yarn workspaces foreach -pv run lint" }, - "packageManager": "yarn@3.6.1" + "packageManager": "yarn@3.8.4" }