| Index: samples/third_party/angular_todo/pubspec.yaml
|
| diff --git a/samples/third_party/angular_todo/pubspec.yaml b/samples/third_party/angular_todo/pubspec.yaml
|
| index 5b770d34ebb4113bd7fb83b01410d10ed68c2ac1..fa731fac0110fde636c4864baeae453f1e1aff79 100644
|
| --- a/samples/third_party/angular_todo/pubspec.yaml
|
| +++ b/samples/third_party/angular_todo/pubspec.yaml
|
| @@ -6,3 +6,6 @@ dependencies:
|
| angular: '>=0.9.10 <0.9.11'
|
| browser: '>=0.9.0 <0.10.0'
|
| unittest: '>=0.10.0 <0.11.0'
|
| +
|
| +dependency_overrides:
|
| + analyzer: '>=0.13.0 <0.14.0' # dartbug.com/18233- for Angular 0.9.10 only.
|
|
|