Skip to content

Commit

Permalink
Merge pull request #171 from Workiva/analyzer-version
Browse files Browse the repository at this point in the history
Tweak version ranges to allow pub get in Dart 2
  • Loading branch information
sebastianmalysa-wf authored Aug 1, 2018
2 parents 1827ad8 + ff4b1c5 commit 0a4708a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ authors:
environment:
sdk: ">=1.24.2 <2.0.0"
dependencies:
analyzer: ">=0.30.0 <=0.31.0"
barback: ">=0.15.2 <=0.15.2+14"
analyzer: ">=0.30.0 <0.33.0"
barback: ">=0.15.2 <0.16.0"
built_redux: ^7.4.1
built_value: ">=4.2.0 <5.2.0" # >=5.2.0 is Dart 2 SDK only
built_value: ">=4.2.0 <6.0.0"
js: ^0.6.0
logging: ">=0.11.3+1 <1.0.0"
meta: ^1.0.4
Expand All @@ -22,7 +22,7 @@ dependencies:
w_common: ^1.10.0
w_flux: ^2.7.1
platform_detect: ^1.3.2
quiver: ">=0.21.4 <=0.28.0" # 0.28.0+ is Dart 2 only
quiver: ">=0.21.4 <1.0.0"
dev_dependencies:
build_runner: ^0.6.0
built_value_generator: ^5.1.3
Expand Down

0 comments on commit 0a4708a

Please sign in to comment.