Home > @rushstack/node-core-library > INodePackageJson > resolutions
INodePackageJson.resolutions property
A table of package version resolutions. This feature is only implemented by the Yarn package manager.
Signature:
resolutions?: Record<string, string>;
Remarks
See the 0000-selective-versions-resolutions.md RFC for details.