| Index: pkg/front_end/pubspec.yaml
|
| diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml
|
| index 9c09fa2e99da7e10943522368ef15ff7cc94027a..58c4bb1555b2bacd869ab221b1508b10895c0785 100644
|
| --- a/pkg/front_end/pubspec.yaml
|
| +++ b/pkg/front_end/pubspec.yaml
|
| @@ -10,10 +10,12 @@ dependencies:
|
| path: '^1.3.9'
|
| source_span: '^1.2.3'
|
| dev_dependencies:
|
| - package_config: '^1.0.0'
|
| # TODO(sigmund): update to a version constraint once we roll the latest kernel
|
| # to the repo.
|
| kernel: {path: ../../third_party/pkg/kernel}
|
| + package_config: '^1.0.0'
|
| + test: ^0.12.0
|
| + test_reflective_loader: ^0.1.0
|
| # TODO(sigmund): remove once kernel is moved into the sdk repo.
|
| dependency_overrides:
|
| analyzer: '^0.29.0'
|
|
|