chakra-codemod icon indicating copy to clipboard operation
chakra-codemod copied to clipboard

Add new dependencies to `package.json` in alphabetical order

Open with-heart opened this issue 5 years ago • 1 comments

When updating the dependencies in package.json they're added at the end of the dependencies key rather than inserted in alphabetical order like npm install or yarn add would. We should imitate package manager behavior.

with-heart avatar Dec 09 '20 13:12 with-heart

This might be easier to resolve and produce better results by using the package manager to add/remove dependencies rather than adding them by hand.

with-heart avatar Dec 09 '20 20:12 with-heart