vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 29 forks source link

Replace package-lock.json with yarn.lock #482

Closed nhunzaker closed 6 years ago

nhunzaker commented 6 years ago

Looks like there was a security vulnerability in one of the packages. I took this as an opportunity to work out some kinks on our package management.

  1. We're using yarn at the root, so I've replaced the package-lock.json with a yarn.lock.
  2. Updated dependencies according to semver
  3. Updated the .gitignore to remember yarn.lock

~Also it looks like adding a .babelrc to the project fixed the issues with running gatsby with yarn workspaces!~