From 62501902f7fbde97dae22248eae60a74b8221b78 Mon Sep 17 00:00:00 2001 From: alorenzen Date: Wed, 1 Aug 2018 17:18:10 -0700 Subject: [PATCH] fix(angular_compiler): Bump analyzer dependency to 0.32.4 PiperOrigin-RevId: 207022515 --- angular/pubspec.yaml | 2 +- angular_compiler/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/pubspec.yaml b/angular/pubspec.yaml index 9d0ed1a8c4..a64fe9d376 100644 --- a/angular/pubspec.yaml +++ b/angular/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: stack_trace: ^1.9.1 # Compiler. Eventually we want to move these to angular_compiler. - analyzer: '>=0.31.0+1 <0.33.0' + analyzer: '>=0.32.4 <0.33.0' # It is extremely important these two dependencies stay pinned to current. angular_ast: 0.5.5 diff --git a/angular_compiler/pubspec.yaml b/angular_compiler/pubspec.yaml index eb0502a0dc..22aa24936e 100644 --- a/angular_compiler/pubspec.yaml +++ b/angular_compiler/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: - analyzer: '>=0.31.0+1 <0.33.0' + analyzer: '>=0.32.4 <0.33.0' args: ^1.3.0 build: ^0.12.0+2 code_builder: ^3.0.1