croz-ltd / tiller

🔖 Tiller DS is an open-source UI library that provides a range of visual, functional components and patterns that speed up design and development.

Home Page:https://croz-ltd.github.io/tiller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update yarn.lock

0x5c0x6e opened this issue · comments

Basic information

  • Tiller version: 1.8.0
  • Module: project

Bug description

The yarn.lock file on master is outdated, and when the pipeline tries to run yarn install --immutable it tries to update the yarn.lock file since a dependency changed ("lexical": "^0.6.0" -> "lexical": "^0.11.0"), which is forbidden because of the --immutable flag and therefore the pipeline fails at the Install dependencies stage.