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

Commit

Permalink
Bump analyzer dependency to 0.33.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 216247654
  • Loading branch information
alorenzen committed Oct 8, 2018
1 parent 47c4dad commit dd0c0af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.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
Expand Down
2 changes: 1 addition & 1 deletion angular_ast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down

0 comments on commit dd0c0af

Please sign in to comment.