Closed Drarig29 closed 2 months ago
Yarn resolutions are for package consumers, so they should not be mentioning devDependencies.
resolutions
devDependencies
@types/retry
retry
aws-sdk-client-mock
aws-sdk-client-mock-jest
kind-of
The only remaining one - ini - is an actual dependency.
ini
Remove packages from resolutions.
What and why?
Yarn
resolutions
are for package consumers, so they should not be mentioningdevDependencies
.@types/retry
is not used in the repo (we do not import fromretry
), so I removed it altogetheraws-sdk-client-mock
andaws-sdk-client-mock-jest
are for unit testsresolutions
, and update the unit tests so they work with the latest versions of those 2 packageskind-of
is not in the repo anymoreThe only remaining one -
ini
- is an actual dependency.How?
Remove packages from
resolutions
.Review checklist