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

Unified Diff: packages/glob/pubspec.yaml

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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 | « packages/glob/lib/src/utils.dart ('k') | packages/glob/test/list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/glob/pubspec.yaml
diff --git a/packages/glob/pubspec.yaml b/packages/glob/pubspec.yaml
index 4037f806c2055d69c0758cf426b21d5374fcbc7c..8aceccbf468979a3f6afa71b0e102e0e666d2b61 100644
--- a/packages/glob/pubspec.yaml
+++ b/packages/glob/pubspec.yaml
@@ -1,15 +1,15 @@
name: glob
-version: 1.1.3
+version: 1.1.5
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/glob
description: Bash-style filename globbing.
dependencies:
- async: "^1.2.0"
- collection: ">=1.1.0 <2.0.0"
- path: ">=1.3.0 <2.0.0"
+ async: ">=1.2.0 <3.0.0"
+ collection: "^1.1.0"
+ path: "^1.3.0"
string_scanner: ">=0.1.0 <2.0.0"
dev_dependencies:
- test: ">=0.12.0 <0.13.0"
- scheduled_test: ">=0.12.0 <0.13.0"
+ test: "^0.12.0"
+ test_descriptor: "^1.0.0"
environment:
- sdk: ">=1.12.0 <2.0.0"
+ sdk: ">=1.23.0 <2.0.0"
« no previous file with comments | « packages/glob/lib/src/utils.dart ('k') | packages/glob/test/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698