IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.31k stars 85 forks source link

Update `package-lock.json` to v3 #1898

Closed Saibamen closed 2 months ago

Saibamen commented 2 months ago

And do ncu --target semver -u to reflect already installed versions in package.json file

tfedor commented 2 months ago

I'm not familiar with ncu command nor the package log version 3. Can you explain what it does and what's the difference?

Saibamen commented 2 months ago

package-lock version 3 is the latest and default one lockfile version. Documentation: https://docs.npmjs.com/cli/v10/configuring-npm/package-lock-json#lockfileversion

npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions.

But in this command, here is explanation: https://github.com/raineorshine/npm-check-updates/issues/1392

tfedor commented 2 months ago

Thank you, I have updated package lock on my end, just so I have control over it, since I dont really want to check diff of package-locks.

I don't think updating sem versions in package.json is necessary though.