Add packageManager fields for Corepack compat (#29114)
Risto Keravuori committed
May 18, 2024 at 07:21 UTC
ff60b11b1c649824904515a90ae27ad30efc5f60
2 files changed
+4
-2
compiler/package.json
+2
-1
@@ -49,5 +49,6 @@
49
},
50
"resolutions": {
51
"react-is": "19.0.0-beta-b498834eab-20240506"
52
- }
52
+ },
53
+ "packageManager": "yarn@1.22.22"
54
}
package.json
+2
-1
@@ -139,5 +139,6 @@
139
"resolutions": {
140
"react-is": "npm:react-is",
141
"jsdom": "22.1.0"
142
- }
142
+ },
143
+ "packageManager": "yarn@1.22.22"
144
}