update pubspec.yaml files to reflect actual package usage

Change-Id: I26a194c2f69e4babc6cea34d26959c276e6076b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159144
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
Devon Carew 2020-08-19 15:17:22 +00:00 committed by commit-bot@chromium.org
parent 1eed2dcc2a
commit 274d610dc0
3 changed files with 15 additions and 9 deletions

View file

@ -9,9 +9,13 @@ environment:
sdk: ">=2.2.1 <3.0.0"
dependencies:
args: any
package_config: ^1.0.5
yaml: ^2.1.15
dev_dependencies:
args: any
async_helper:
path: ../async_helper
expect:
path: ../expect
test: any

View file

@ -4,8 +4,6 @@ description: Shared code for working with the Dart SDK's tests and test runner.
publish_to: none
environment:
sdk: "^2.3.0"
dependencies:
args: any
dev_dependencies:
expect:
path: ../expect

View file

@ -8,18 +8,22 @@ publish_to: none
environment:
sdk: "^2.3.0"
dependencies:
expect:
path: ../expect
glob:
path: ../../third_party/pkg/glob
args: any
dart2js_tools:
path: ../dart2js_tools
package_config:
path: ../../third_party/pkg_tested/package_config
path: any
pool: any
smith:
path: ../smith
status_file:
path: ../status_file
dart2js_tools:
path: ../dart2js_tools
dev_dependencies:
expect:
path: ../expect
glob:
path: ../../third_party/pkg/glob
dependency_overrides:
# Other packages in the dependency graph have normal hosted dependencies on
# this, so just override it to force the local one.