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" sdk: ">=2.2.1 <3.0.0"
dependencies: dependencies:
args: any
package_config: ^1.0.5 package_config: ^1.0.5
yaml: ^2.1.15 yaml: ^2.1.15
dev_dependencies: dev_dependencies:
args: any async_helper:
path: ../async_helper
expect:
path: ../expect
test: any 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 publish_to: none
environment: environment:
sdk: "^2.3.0" sdk: "^2.3.0"
dependencies:
args: any
dev_dependencies: dev_dependencies:
expect: expect:
path: ../expect path: ../expect

View file

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