Fix package dependencies in analyzer_cli, dartfix, nnbd_migration

Change-Id: Ib7f3b3f12d95b59b81164321e7d2176179adc957
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109890
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Kevin Moore 2019-07-22 19:55:43 +00:00
parent 3999369c5f
commit 0352fb2cb7
3 changed files with 8 additions and 4 deletions

View file

@ -2,13 +2,13 @@ name: analyzer_cli
description: Command line interface for the Dart Analyzer.
publish_to: none
dependencies:
analyzer: ^0.27.0
analyzer: ^0.37.0
args: '>=0.13.0 <2.0.0'
bazel_worker: ^0.1.0
collection: ^1.14.1
linter: ^0.1.16
package_config: '>=0.1.5 <2.0.0'
protobuf: ^0.9.0
protobuf: ^0.13.0
telemetry: ^0.0.1
yaml: ^2.1.2
dev_dependencies:

View file

@ -22,6 +22,10 @@ dependencies:
pub_semver: ^1.4.2
dev_dependencies:
analyzer: ^0.33.0
analyzer: ^0.37.0
pedantic: ^1.8.0
test: ^1.3.0
dependency_overrides:
analysis_server_client:
path: ../analysis_server_client

View file

@ -3,4 +3,4 @@ publish_to: none
environment:
sdk: '>=2.2.2 <3.0.0'
dependencies:
analyzer: ^0.36.3
analyzer: ^0.37.0