Closed Siilwyn closed 2 years ago
Since npm 7 there is the workspaces feature which allows having multiple package.json files with one package-lock.json file in the root. It would be great to have support for updating these files.
package.json
package-lock.json
@Siilwyn we recently shipped support for this. Let us know if you run into any issues.
Since npm 7 there is the workspaces feature which allows having multiple
package.json
files with onepackage-lock.json
file in the root. It would be great to have support for updating these files.