mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
ccb092a5f4
Change-Id: Ia884172c15a61d788b175fd7b08239e72b271665 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272860 Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
36 lines
693 B
YAML
36 lines
693 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
|
|
nnbd_migration: 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
|