Skip to content

Commit

Permalink
Expand analyzer version constraint, remove unused markdown dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Jan 30, 2017
1 parent 9c6a0c3 commit d3e9ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.5.0
* Add `ResizeSensorProps.quickMount` flag for better performance when sensors are mounted often #46
* Add missing quiver dependency (now depends on quiver `>=0.21.4 <0.25.0`)
* Broaden analyzer dependency range to `>=0.26.1+3 <0.30.0` (was `>=0.26.1+3 <0.28.0`)

## 1.4.0

Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
environment:
sdk: ">=1.19.1"
dependencies:
analyzer: ">=0.26.1+3 <0.28.0"
analyzer: ">=0.26.1+3 <0.30.0"
barback: "^0.15.0"
react: "^3.1.0"
source_span: "^1.2.0"
Expand All @@ -19,7 +19,6 @@ dev_dependencies:
matcher: ">=0.11.0 <0.13.0"
coverage: "^0.7.2"
dart_dev: "^1.0.5"
markdown: "^0.8.0"
mockito: "^0.11.0"
test: "^0.12.6+2"

Expand Down

0 comments on commit d3e9ea7

Please sign in to comment.