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: |