Skip to content
Snippets Groups Projects
Commit 44bae48a authored by Kevin Moore's avatar Kevin Moore
Browse files

use ^ for more dependencies in pubspec.yaml

parent 6922e944
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ executables: ...@@ -22,10 +22,10 @@ executables:
dependencies: dependencies:
args: '>=0.12.0+1 <0.14.0' args: '>=0.12.0+1 <0.14.0'
crypto: '>=0.9.0 <0.10.0' crypto: ^0.9.0
http: '>=0.11.0 <0.12.0' http: ^0.11.0
path: '>=1.3.0 <2.0.0' path: ^1.3.0
usage: '>=1.0.0 <2.0.0' usage: ^1.0.0
dev_dependencies: dev_dependencies:
browser: ^0.10.0 browser: ^0.10.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment