-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revised dependencies and update CHANGELOG (#52)
* Call out changes from versions being reverted. * Add list of patches applied on top of 0.17.0+1. * Revise dependencies to be a closer match what they were in 0.17.0+1. * Adjust minimum SDK version to the oldest version that is green on Travis (1.23.0). * Pin SDK 1.23.0 into Travis version matrix.
- Loading branch information
Showing
3 changed files
with
65 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ author: Dart Team <[email protected]> | |
description: Support for marking objects as observable | ||
homepage: https://github.com/dart-lang/observable | ||
environment: | ||
sdk: '>=2.0.0-dev.22.0 <2.0.0' | ||
sdk: '>=1.23.0 <2.0.0' | ||
dependencies: | ||
collection: '^1.14.5' | ||
meta: '^1.1.2' | ||
quiver: '^0.28.0' | ||
collection: '^1.11.0' | ||
meta: '^1.0.4' | ||
quiver: '>=0.24.0 <0.29.0' | ||
dev_dependencies: | ||
dart_style: '^1.0.9' | ||
test: '^0.12.30' | ||
test: '^0.12.0' |