Rush StackShopBlogEvents
Skip to main content

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

ParameterTypeDescription
patchedDependenciesRecord<string, string> | undefined

Returns:

void