A less painful way to tackle package dependency Yak Shaves
Ever have trouble updating your JavaScript dependencies? Try a LIFO approach: Figure out what is the dependency that is the lowest on the dependency tree that requires an update, and start there.
When I say lower on the dependency tree, I mean closer...
peanutbutterjavascript.hashnode.dev2 min read