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

Commit

Permalink
fix(angular_compiler): Bump analyzer dependency to 0.32.4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 207022515
  • Loading branch information
alorenzen committed Aug 2, 2018
1 parent e5bfe18 commit 6250190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion angular_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6250190

Please sign in to comment.