| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 87154f3b288bf3004806e26b5a6ef6c945e30629..85abc6290fdbc2ef2db2c69aa5ee049bd68a7975 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -6,6 +6,7 @@ transformers:
|
| - web/index.html
|
| inline_stylesheets:
|
| lib/src/elements/css/shared.css: false
|
| + packages/charted/charts/themes/quantum_theme.css: false
|
| - $dart2js:
|
| $include: "**/*.polymer.bootstrap.dart"
|
| suppressWarnings: false
|
| @@ -13,8 +14,8 @@ transformers:
|
| dependencies:
|
| args: any
|
| charted: ^0.2.9
|
| - polymer: any
|
| + polymer: ^0.16.3
|
| unittest: < 0.12.0
|
| usage: any
|
| - code_transformers: 0.2.9
|
| -
|
| +dependency_overrides:
|
| + analyzer: ^0.26.1
|
|
|