📌  相关文章
📜  package.json 波浪号 vs 插入符号 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:11.745000             🧑  作者: Mango

代码示例1
~version “Approximately equivalent to version”, will update you to all future patch versions, without incrementing the minor version. ~1.2.3 will use releases from 1.2.3 to <1.3.0.

^version “Compatible with version”, will update you to all future minor/patch versions, without incrementing the major version. ^2.3.4 will use releases from 2.3.4 to <3.0.0.