Skip to content

Commit 8c8ce45

Browse files
committed
Use ^ syntax for dependency constraints
1 parent f2d0145 commit 8c8ce45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ homepage: https://github.com/dart-lang/glob
55
description: Bash-style filename globbing.
66
dependencies:
77
async: "^1.2.0"
8-
collection: ">=1.1.0 <2.0.0"
9-
path: ">=1.3.0 <2.0.0"
8+
collection: "^1.1.0"
9+
path: "^1.3.0"
1010
string_scanner: ">=0.1.0 <2.0.0"
1111
dev_dependencies:
12-
test: ">=0.12.0 <0.13.0"
12+
test: "^0.12.0"
1313
test_descriptor: "^1.0.0"
1414
environment:
1515
sdk: ">=1.23.0 <2.0.0"

0 commit comments

Comments
 (0)