6ebd2633cd
It should not be necessary to ever run `pub get` for a package which is not published. All packages used in the SDK are controlled by a single package config, so it's not necessary to declare versions or paths for any packages. Remove all dependency overrides. R=devoncarew@google.com Change-Id: Icb328813b471f35ee4c99995f4e90aac4d8ed438 Tested: Covered by existing static analysis. Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244767 Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Alexander Aprelev <aam@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
34 lines
531 B
YAML
34 lines
531 B
YAML
name: dartdev
|
|
|
|
# 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:
|
|
analysis_server: any
|
|
analysis_server_client: any
|
|
analyzer: any
|
|
args: any
|
|
cli_util: any
|
|
collection: any
|
|
dart2native: any
|
|
dart_style: any
|
|
dartdoc: any
|
|
dds: any
|
|
front_end: any
|
|
meta: any
|
|
nnbd_migration: any
|
|
path: any
|
|
pub: any
|
|
telemetry: any
|
|
usage: any
|
|
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|
|
yaml: any
|