diff --git a/pubspec.yaml b/pubspec.yaml index fd0cec6..a548fb3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,9 +2,9 @@ author: Tobe O description: Command-line tools for the Angel framework, including scaffolding. homepage: https://github.com/angel-dart/angel_cli name: angel_cli -version: 2.1.5+1 +version: 2.1.5+2 dependencies: - analyzer: ">=0.32.0" + analyzer: ">=0.32.0 <2.0.0" args: ^1.0.0 code_builder: ^3.0.0 dart_style: ^1.0.0 @@ -16,7 +16,7 @@ dependencies: path: ^1.0.0 prompts: ^1.0.0 pubspec_parse: ^0.1.2 - quiver: ">=0.29.0" + quiver: ^2.0.0 recase: ^2.0.0 watcher: ^0.9.7 yaml: ^2.0.0