From 5168936784ff817a3a26d7ac695d07fd7d65feaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:13:23 +0000 Subject: [PATCH] chore(deps): update yarn to v1.22.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dbe46311..c8dfb471d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "workspaces": [ "packages/*" ], - "packageManager": "yarn@1.22.21", + "packageManager": "yarn@1.22.22", "scripts": { "build": "run-p build:*", "build:r": "r -e named -f cjs,esm, --vue-jsx",