dart-lang / pub

The pub command line tool

Home Page:https://dart.dev/tools/pub/cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`dart pub upgrade` should allow only updating dev dependencies

parlough opened this issue · comments

Especially with the new --tighten option, it'd be nice to limit that upgrade to to dev dependencies, since those are easier for packages to tighten :)

The --tighten option can be combined with individual packages... but yeah, this might be a nice feature...