I ran these commands to upgrade all my npm packages (according to this):
npm i -g npm-check-updates
ncu -u
npm install
When I do npm outdated
now, nothing comes up (it did before). However, my package.json didn't change at all. I want the package.json to reflect my changes. How do I do that?