Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: pubspec.yaml

Issue 1947773002: Fix all strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/barback@master
Patch Set: Code review changes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/utils/multiset.dart ('k') | test/transformer/aggregate_many_to_one.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 41e7cdf426d661104bee678e949fbf97dbbf3a60..76bc0cd04af199d740d67daabf527b6547afa5c8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@ name: barback
#
# When the minor or patch version of this is upgraded, you *must* update that
# version constraint in pub to stay in sync with this.
-version: 0.15.2+6
+version: 0.15.2+7
author: "Dart Team <misc@dartlang.org>"
homepage: http://github.com/dart-lang/barback
@@ -22,13 +22,14 @@ description: >
Runs transforms asynchronously and in parallel when possible to maximize
responsiveness.
dependencies:
+ async: "^1.10.0"
path: ">=0.9.0 <2.0.0"
pool: ">=1.0.0 <2.0.0"
source_span: ">=1.0.0 <2.0.0"
stack_trace: ">=0.9.1 <2.0.0"
- collection: ">=0.9.1 <2.0.0"
+ collection: "^1.5.0"
dev_dependencies:
scheduled_test: ">=0.9.0 <0.11.0"
unittest: ">=0.9.0 <0.10.0"
environment:
- sdk: ">=1.0.1 <2.0.0"
+ sdk: ">=1.8.0 <2.0.0"
« no previous file with comments | « lib/src/utils/multiset.dart ('k') | test/transformer/aggregate_many_to_one.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698