diff --git a/package.json b/package.json index fa6b1772..f2a7df8f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "engines": { "node": "^16.0.0", - "yarn": "^3.0.0" + "yarn": "^4.0.0" }, "renovate": { "extends": [ @@ -25,5 +25,5 @@ "workspaces": [ "packages/*" ], - "packageManager": "yarn@3.6.1" + "packageManager": "yarn@4.2.2" }