How to update each dependency in package.json to the latest version?

前端 未结 30 2905
清歌不尽
清歌不尽 2020-11-22 08:01

I copied package.json from another project and now want to bump all of the dependencies to their latest versions since this is a fresh project and I don\'t mind

30条回答
  •  死守一世寂寞
    2020-11-22 08:26

    If you happen to be using Visual Studio Code as your IDE, this is a fun little extension to make updating package.json a one click process.

    Version Lens

提交回复
热议问题