Home > @microsoft/rush-lib > PnpmOptionsConfiguration > globalPatchedDependencies
PnpmOptionsConfiguration.globalPatchedDependencies property
(GENERATED BY RUSH-PNPM PATCH-COMMIT) When modifying this property, make sure you know what you are doing.
The globalPatchedDependencies
is added/updated automatically when you run pnpm patch-commit command. It is a dictionary where the key should be the package name and exact version. The value should be a relative path to a patch file.
PNPM documentation: https://pnpm.io/package\_json\#pnpmpatcheddependencies
Signature:
get globalPatchedDependencies(): Record<string, string> | undefined;