【发布时间】:2019-05-11 08:57:59
【问题描述】:
是否有更新特定范围内所有包依赖项的快捷方式。
例如,以下package.json 中有没有一种快速的方法来更新仅具有@example 范围的那些包?:
…
dependencies: {
alpha,
bravo,
@example/a,
@example/b,
@example/c,
@example/d,
@example/e,
@example/f,
}
【问题讨论】:
标签: npm scope package.json