| Index: runtime/observatory/pubspec.yaml
|
| diff --git a/runtime/observatory/pubspec.yaml b/runtime/observatory/pubspec.yaml
|
| index 294aa1d273189950a03de63d70ac68c904c90510..2f1cdc9734d4261f873a7646100a6f76859b4b29 100644
|
| --- a/runtime/observatory/pubspec.yaml
|
| +++ b/runtime/observatory/pubspec.yaml
|
| @@ -12,7 +12,7 @@ transformers:
|
| commandLineOptions: [--show-package-warnings]
|
| dependencies:
|
| args: any
|
| - charted: any
|
| + charted: ^0.2.5
|
| polymer: any
|
| unittest: < 0.12.0
|
| usage: any
|
| @@ -25,8 +25,6 @@ dependency_overrides:
|
| path: ../../third_party/observatory_pub_packages/barback
|
| browser:
|
| path: ../../third_party/observatory_pub_packages/browser
|
| - charted:
|
| - path: ../../third_party/observatory_pub_packages/charted
|
| cli_util:
|
| path: ../../third_party/observatory_pub_packages/cli_util
|
| code_transformers:
|
|
|