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

Unified Diff: pubspec.yaml

Issue 1757343002: upgrade to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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/options.dart ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('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 350f19bbb884d59f1984b62f0bf77430f7087eac..3bb0b776af20bbd912ee4513443fa820e76e0d6b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -9,7 +9,7 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
homepage: https://github.com/dart-lang/dev_compiler
dependencies:
- analyzer: ^0.27.2-alpha.1
+ analyzer: ^0.27.3-alpha.1
barback: ^0.15.2+7
code_transformers: ^0.4.0
args: ^0.13.0
@@ -17,7 +17,7 @@ dependencies:
crypto: ^0.9.0
func: ^0.1.0
html: ^0.12.0
- js: ">=0.6.0 <0.7.0"
+ js: ^0.6.0
logging: ">=0.9.2 <0.12.0"
path: ^1.3.0
pub_semver: ^1.1.0
@@ -31,7 +31,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.2
+ dart_style: 0.2.4
test: ^0.12.0
transformer_test: ^0.1.0
webdriver: ^0.8.8
« no previous file with comments | « lib/src/options.dart ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698