Skip to content

Pin jackspeak version in package.json

Marco Zille requested to merge zillemarco-master-patch-0cd5 into master

What does this MR do and why?

Due to https://github.com/isaacs/jackspeak/issues/5, the cliui dependency has troubles resolving its own dependencies.

Two possible fixes/workarounds:

  • Upgrade Yarn (not really an option)
  • Pin the version of jackspeak to a prior one, which didn't have the issue

Since cliui is only used in the CLI, which is not used anyway, the simples fix is to just pin the jackspeak library version to 2.1.1, which is what this MR is for 🙂

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N.A.

How to set up and validate locally

N.A.

Merge request reports