refactor(dart/analyzer plugin): update to latest version of plugins

Closes #3681
This commit is contained in:
keertip
2015-08-17 10:30:03 -07:00
committed by Keerti Parthasarathy
parent 5725f71777
commit a191c89193
7 changed files with 59 additions and 79 deletions

View File

@ -9,7 +9,7 @@ homepage: <%= packageJson.homepage %>
environment:
sdk: '>=1.10.0 <2.0.0'
dependencies:
analyzer: '>=0.24.4 <0.26.0'
analyzer: '>=0.24.4 <0.27.0'
barback: '^0.15.2+2'
code_transformers: '^0.2.8'
dart_style: '>=0.1.8 <0.3.0'