storybook/RESOLUTIONS.md
2024-11-16 16:24:01 +11:00

422 B

Resolutions and Exact versions

This file keeps track of any resolutions or exact versions specified in any package.json file. Resolutions are used to specify a specific version of a package to be used, even if a different version is specified as a dependency of another package.

path/to/package.json

example-library@3.4.6 (bug: 3.5.x): Pinned as there is a bug in version 3.5.x that prevents foo from doing bar.