Expand dependencies on archive and analyzer (#351)

This commit is contained in:
Natalie Weizenbaum 2018-06-08 21:14:00 -04:00 committed by GitHub
parent b9e1585cf6
commit f5e9dcb688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ dependencies:
package_resolver: ^1.0.0
dev_dependencies:
archive: "^1.0.0"
analyzer: ">=0.30.0 <0.32.0"
archive: ">=1.0.0 <3.0.0"
analyzer: ">=0.30.0 <0.33.0"
crypto: ">=0.9.2 <3.0.0"
dart_style: "^1.0.0"
grinder: "^0.8.0"