Home > @microsoft/rush-lib > PnpmOptionsConfiguration > updateGlobalPatchedDependencies
PnpmOptionsConfiguration.updateGlobalPatchedDependencies() method
Updates patchedDependencies field of the PNPM options in the common/config/rush/pnpm-config.json file.
Signature:
updateGlobalPatchedDependencies(patchedDependencies: Record<string, string> | undefined): void;
Parameters
Parameter | Type | Description |
---|---|---|
patchedDependencies | Record<string, string> | undefined |
Returns:
void