Skip to content

Fix "yarn-deduplicate has unmet dependencies"

Mike Greiling requested to merge mg-fix-yarn-deduplicate into master

What does this MR do?

Update yarn-deduplicate dependency after upstream fix which moves yarn from peerDependencies to engines (link to pull request)

This gets rid of the following warning which currently appears when running yarn install in GitLab

warning " > yarn-deduplicate@1.1.0" has unmet peer dependency "yarn@^1.0.0".

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports