Index: pkg/front_end/pubspec.yaml |
diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml |
index cb5f005982d21fce95e7b2e66f314779123b765b..9c09fa2e99da7e10943522368ef15ff7cc94027a 100644 |
--- a/pkg/front_end/pubspec.yaml |
+++ b/pkg/front_end/pubspec.yaml |
@@ -11,3 +11,9 @@ dependencies: |
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} |
+# TODO(sigmund): remove once kernel is moved into the sdk repo. |
+dependency_overrides: |
+ analyzer: '^0.29.0' |