mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
Update pkg/analyzer dependency on pkg/args to include v1.x
pkg/analyzer currently does not create an AgrParser so the breaking behavior charge that came w/ the bump to args v1 does not affect any code R=brianwilkerson@google.com Review-Url: https://codereview.chromium.org/2955583003 .
This commit is contained in:
parent
82561d8fa7
commit
4d642466fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
|
|||
environment:
|
||||
sdk: '>=1.20.0 <2.0.0'
|
||||
dependencies:
|
||||
args: '>=0.12.1 <0.14.0'
|
||||
args: '>=0.12.1 <2.0.0'
|
||||
charcode: ^1.1.0
|
||||
collection: ^1.10.1
|
||||
convert: ^2.0.0
|
||||
|
|
Loading…
Reference in a new issue