From 85c57fb7b288657bc5547a6869a4bf14e47bb90e Mon Sep 17 00:00:00 2001 From: merrywhether Date: Thu, 16 May 2024 12:24:32 -0700 Subject: [PATCH] Add packageManager fields for Corepack compat --- compiler/package.json | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/package.json b/compiler/package.json index c3390b99061c5..cb4e0cd84fe12 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -49,5 +49,6 @@ }, "resolutions": { "react-is": "19.0.0-beta-b498834eab-20240506" - } + }, + "packageManager": "yarn@1.22.22" } diff --git a/package.json b/package.json index f947dd02f2704..a6dc255bce689 100644 --- a/package.json +++ b/package.json @@ -139,5 +139,6 @@ "resolutions": { "react-is": "npm:react-is", "jsdom": "22.1.0" - } + }, + "packageManager": "yarn@1.22.22" }