diff --git a/_tests/pubspec.yaml b/_tests/pubspec.yaml index 4135584483..87783734f5 100644 --- a/_tests/pubspec.yaml +++ b/_tests/pubspec.yaml @@ -20,7 +20,7 @@ dev_dependencies: angular_forms: # Actual valid dependencies required. - analyzer: ^0.32.0 + analyzer: ^0.33.0 build_runner: ^1.0.0 build_test: ^0.10.2+5 build_web_compilers: ^0.4.0+4 diff --git a/angular/pubspec.yaml b/angular/pubspec.yaml index b04559c2a0..b490b508b9 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.32.4 <0.33.0' + analyzer: '^0.33.0' # It is extremely important these two dependencies stay pinned to current. angular_ast: 0.5.6 diff --git a/angular_ast/pubspec.yaml b/angular_ast/pubspec.yaml index 3bf0f3ffc4..fcfe21992c 100644 --- a/angular_ast/pubspec.yaml +++ b/angular_ast/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ">=2.0.0-dev.69.5 <3.0.0" dependencies: - analyzer: '>=0.32.4 <0.33.0' + analyzer: ^0.33.0 charcode: ^1.1.0 collection: ^1.14.5 string_scanner: ^1.0.1 diff --git a/angular_compiler/pubspec.yaml b/angular_compiler/pubspec.yaml index 7d3c580323..98070830d0 100644 --- a/angular_compiler/pubspec.yaml +++ b/angular_compiler/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ">=2.0.0-dev.69.5 <3.0.0" dependencies: - analyzer: '>=0.32.4 <0.33.0' + analyzer: ^0.33.0 args: ^1.3.0 build: '>=0.12.7 <2.0.0' code_builder: ^3.0.1