插入符号依赖项

中英双语

如果 apppackage.json 包含:

"dependencies": {
  "dep1": "^1.1.1"
}

那么npm update会安装dep1@1.2.2,因为1.2.2就是latest1.2.2满足^1.1.1