| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 005d257c6accfe42aec181f45ff88b90ecc6ad84..1bf3f369aba7d0ac074654f1d7de528365af4929 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -6,12 +6,9 @@ transformers:
|
| suppressWarnings: false
|
| commandLineOptions: [--show-package-warnings]
|
| dependencies:
|
| - args: any
|
| + args: ^0.13.2
|
| charted: ^0.4.8
|
| unittest: < 0.12.0
|
| - usage: any
|
| - web_components: any
|
| - dart_to_js_script_rewriter: any
|
| -dependency_overrides:
|
| - analyzer: '>=0.26.1 <0.26.1+15'
|
| - dart_style: <0.2.2
|
| + usage: ^1.2.0
|
| + web_components: ^0.12.5
|
| + dart_to_js_script_rewriter: 1.0.3
|
|
|