Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 6250190

Browse files
committed
fix(angular_compiler): Bump analyzer dependency to 0.32.4
PiperOrigin-RevId: 207022515
1 parent e5bfe18 commit 6250190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
stack_trace: ^1.9.1
1818

1919
# Compiler. Eventually we want to move these to angular_compiler.
20-
analyzer: '>=0.31.0+1 <0.33.0'
20+
analyzer: '>=0.32.4 <0.33.0'
2121

2222
# It is extremely important these two dependencies stay pinned to current.
2323
angular_ast: 0.5.5

angular_compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ">=2.0.0-dev.68.0 <3.0.0"
99

1010
dependencies:
11-
analyzer: '>=0.31.0+1 <0.33.0'
11+
analyzer: '>=0.32.4 <0.33.0'
1212
args: ^1.3.0
1313
build: ^0.12.0+2
1414
code_builder: ^3.0.1

0 commit comments

Comments
 (0)