DEV Community

Discussion on: How to Upgrade NestJS 9 to 10: A Developer's Guide

Collapse
 
amangeot profile image
Adrien Mangeot • Edited

Hello, thank you for this post, it really helps. This command won't trigger updates to package.json.

$ ncu -u -f /^@nestjs/
Upgrading C:\Users...\package.json
No dependencies.

NestJS v10.3.1 is now available and dependency in package.json points to @nestjs/common": "^9.2.1.

Is there anything to do beforehand?

Running ncu -u @nestjs/* seems to do the job though.