-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Take no chances with versioning. Predictability: You don't want packages changing on you between builds. I understand "yarn.lock" exists, but since "yarn upgrade-interactive" also exists, it's trivial to keep packages updated yourself. Security: Countless examples in recent memory of rouge package updates. Almost all of these will be patch updates, that would be automatically installed when used with "^".
- Loading branch information
Showing
2 changed files
with
304 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.