How to update the React version of the old project to the latest version

I have a small project I did before. At that time, react was still 15 + version. Now I want to update the version to the latest 16. How to modify it? change the number directly in package.json, delete node_module, and re-npm install it?

Jan.11,2022

npm install react@

also remember to delete package-lock.json or yarn-lock

in addition, the v4 version of router has a great impact on v3, and it will take some time to change it

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ea66-409b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ea66-409b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?