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

Unified Diff: pubspec.yaml

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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 | « lib/src/utils.dart ('k') | test/codegen/expect/collection/algorithms.txt » ('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 34c413a926299752c32b3288b8431851389bb9fd..4657a201561a3c4cd0c19872f9fc47e2dad2d3a3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -9,9 +9,6 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
homepage: https://github.com/dart-lang/dev_compiler
dependencies:
- # Pinning a specific version of the analyzer as we don't support newer ones yet
- # (https://github.com/dart-lang/dev_compiler/issues/393).
- analyzer: 0.26.2+1
args: ^0.13.0
cli_util: ^0.0.1
crypto: ^0.9.0
@@ -30,7 +27,7 @@ dev_dependencies:
# We pin a specific version to ensure everyone is formatting the code exactly
# the same way. This is because any change in dart_style, even non-breaking
# changes, may change the output format.
- dart_style: 0.2.0
+ dart_style: 0.2.2
test: ^0.12.0
environment:
« no previous file with comments | « lib/src/utils.dart ('k') | test/codegen/expect/collection/algorithms.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698