Skip to content

Commit

Permalink
📌(dependencies) update yarn.lock to deduplicate @type/react versions
Browse files Browse the repository at this point in the history
There is currently an issue in yarn where it fails to deduplicate
dependencies versions on `yarn install`. See this issue:
yarnpkg/yarn#6070.

This, coupled with a change in the definition of Component in
@types/react, (DefinitelyTyped/DefinitelyTyped@9039892)
breaks us as it forces us to use incompatible versions of @types/react.

We can easily solve this by unlocking all our dependencies (by
deleting node_modules & yarn.lock) and regenerating the lockfile
from scratch. This is stable as it does not create a different
lockfile than what yarn does on its own.

gitlint-ignore: body-max-line-length
  • Loading branch information
mbenadda committed Nov 13, 2018
1 parent ae6daed commit 6b3d409
Showing 1 changed file with 198 additions and 291 deletions.
Loading

0 comments on commit 6b3d409

Please sign in to comment.