From 69bec722e34b67d2adbd19d1c770714d0ee600cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:30:51 +0000 Subject: [PATCH] Update Yarn to v4.6.0 (#1819) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- tools/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8088e7d..e4f759ea 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "tools": "cd ./tools && yarn", "validate": "conc \"yarn workspaces foreach -Apv -j unlimited run typecheck\" \"yarn workspaces foreach -Apv -j unlimited run lint\" -n \"󰛦,󰱺\" -p \"{name}\" -c #3178C6,#4B32C3" }, - "packageManager": "yarn@4.5.3", + "packageManager": "yarn@4.6.0", "dependencies": { "concurrently": "9.1.1" }, diff --git a/tools/package.json b/tools/package.json index 9e1f2f51..8399b89d 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,5 +1,5 @@ { - "packageManager": "yarn@4.5.3", + "packageManager": "yarn@4.6.0", "dependencies": { "pino-pretty": "13.0.0", "prisma": "6.1.0"