5d7b701d12
Bug: https://github.com/dart-lang/sdk/issues/50319 Change-Id: I216a20afe8382eab5872672b2e01ed1daf7ac78d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278367 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
36 lines
671 B
YAML
36 lines
671 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'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
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
|
|
package_config: any
|
|
path: any
|
|
pub: any
|
|
telemetry: any
|
|
usage: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|