dart-sdk/pkg/nnbd_migration/pubspec.yaml
Sam Rawlins ebcc6dc2a2 Bump cli_util to 0.2.0; implement new methods
This fixes the issue of progress indicators being shown during tests.

Change-Id: I39fd68cfeca70a63d088aceb4325b42c53766afd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150669
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-06-10 22:10:06 +00:00

26 lines
603 B
YAML

name: nnbd_migration
description: Null Safety Migration Tooling
homepage: https://github.com/dart-lang/sdk/blob/master/pkg/nnbd_migration/README.md
version: 0.1.0
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^4.0.0
analyzer: ^0.39.11-dev
analyzer_plugin: ^0.2.4
args: ^1.4.4
charcode: ^1.1.2
cli_util: ^0.2.0
collection: ^1.14.11
crypto: ^2.0.6
meta: ^1.1.6
path: ^1.6.2
pub_semver: ^1.4.2
source_span: ^1.4.1
yaml: ^2.1.15
dev_dependencies:
http: '>=0.11.3+17 <0.13.0'
test: ^1.6.4
test_core: '>=0.2.6 <0.4.0'
test_reflective_loader: ^0.1.8