Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: samples/third_party/angular_todo/pubspec.yaml

Issue 235933014: Allowing Angular sample to run on dev branch with Angular 0.9.10 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/pkgbuild.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « pkg/pkgbuild.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698