Closed gavinvaske closed 5 months ago
I deleted the package-lock locally and regenerated it via npm install
npm install
It shouldn't show a git diff because all the dependencies are pinned.
However, it has a diff, so a prior PR may have forgotten to merge it so I'm doing it here
Description
I deleted the package-lock locally and regenerated it via
npm install
It shouldn't show a git diff because all the dependencies are pinned.
However, it has a diff, so a prior PR may have forgotten to merge it so I'm doing it here