Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Side by Side Diff: packages/charted/pubspec.yaml

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/charted/lib/svg/shapes/rect.dart ('k') | packages/code_transformers/.travis.yml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: charted 1 name: charted
2 version: 0.2.9 2 version: 0.3.0
3 authors: 3 authors:
4 - Prasad Sunkari <prsd@google.com> 4 - Prasad Sunkari <prsd@google.com>
5 - Michael Cheng <midoringo@google.com> 5 - Michael Cheng <midoringo@google.com>
6 - Yan Qiao <yqiao@google.com> 6 - Yan Qiao <yqiao@google.com>
7 description: Visualization toolkit for Dart - Provides D3 (http://d3js.org) like Selection API, utilities to achieve data driven DOM and an easy-to-use Charting library based on the Selection API. 7 description: Visualization toolkit for Dart - Provides D3 (http://d3js.org) like Selection API, utilities to achieve data driven DOM and an easy-to-use Charting library based on the Selection API.
8 homepage: https://github.com/google/charted 8 homepage: https://github.com/google/charted
9 dependencies: 9 dependencies:
10 browser: any 10 browser: any
11 intl: any 11 intl: any
12 logging: any 12 logging: any
13 observe: any 13 observe: any
14 quiver: any 14 quiver: any
15 dev_dependencies: 15 dev_dependencies:
16 hop: '>=0.27.0' 16 hop: '>=0.27.0'
17 http: any 17 http: any
18 unittest: any 18 unittest: any
19 transformers: 19 transformers:
20 - $dart2js: 20 - $dart2js:
21 minify: true 21 minify: true
22 commandLineOptions: [--trust-type-annotations, --trust-primitives] 22 commandLineOptions: [--trust-type-annotations, --trust-primitives]
OLDNEW
« no previous file with comments | « packages/charted/lib/svg/shapes/rect.dart ('k') | packages/code_transformers/.travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698