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

Unified Diff: pubspec.yaml

Issue 2254883002: roll analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: update Created 4 years, 4 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 | « pubspec.lock ('k') | test/codegen/lib/convert/ascii_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 5d557a81175927f18be0d9ff0551235cabb88fde..9b284bbad22a8eeda560a975b606495d9baac6fb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -8,7 +8,7 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
homepage: https://github.com/dart-lang/dev_compiler
dependencies:
- analyzer: ^0.27.5-alpha.0
+ analyzer: ^0.28.0-alpha.1
args: ^0.13.0
bazel_worker: ^0.1.0
browser: ^0.10.0
@@ -30,6 +30,10 @@ dev_dependencies:
unittest: ^0.11.6
webdriver: ^1.1.0
+dependency_overrides:
+ # This is here until we can update package:test and dart_style
+ analyzer: ^0.28.0-alpha.1
+
environment:
sdk: ">=1.12.0 <2.0.0"
« no previous file with comments | « pubspec.lock ('k') | test/codegen/lib/convert/ascii_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698