dart-sdk/pkg/nnbd_migration/pubspec.yaml
Paul Berry 6594ded7d9 Run the migration tool on itself.
Change-Id: Ifbdf1c33cc359519fdcf2637d50a9e4d3b054af7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204481
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2021-06-23 23:35:47 +00:00

35 lines
677 B
YAML

name: nnbd_migration
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
_fe_analyzer_shared:
path: ../_fe_analyzer_shared
analyzer:
path: ../analyzer
analyzer_plugin:
path: ../analyzer_plugin
args: ^1.4.4
charcode: ^1.1.0
cli_util: ^0.2.0
collection: ^1.15.0-nullsafety.4
crypto: ^2.0.6
meta:
path: ../meta
path: ^1.6.2
pub_semver: ^1.4.2
source_span: ^1.4.1
yaml: any
dev_dependencies:
analyzer_utilities:
path: ../analyzer_utilities
http: '>=0.11.3+17 <0.13.0'
pedantic: ^1.9.0
test: ^1.6.4
test_reflective_loader: ^0.1.8