| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 94ea8c8f76bb2de0a438327bc1b32ee8a7bdcbb7..e43148d913f14a284a70cad85cf6431383631ca5 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -6,7 +6,7 @@ version: 1.0.0-unreleased
|
| dependencies:
|
| # Note: Pub's test infrastructure assumes that any dependencies used in tests
|
| # will be hosted dependencies.
|
| - analyzer: "^0.25.0"
|
| + analyzer: ">=0.25.0 <0.27.0"
|
| args: "^0.13.0"
|
| barback: "^0.15.2"
|
| compiler_unsupported: "^1.10.0"
|
| @@ -14,7 +14,7 @@ dependencies:
|
| glob: "^1.0.0"
|
| http: "^0.11.0"
|
| http_multi_server: "^1.0.0"
|
| - http_parser: "^0.0.2"
|
| + http_parser: ">=0.0.2 <2.0.0"
|
| http_throttle: "^1.0.0"
|
| json_rpc_2: "^1.0.0"
|
| mime: "^0.9.0"
|
|
|