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

Side by Side Diff: pubspec.yaml

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 1 month 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 | « lib/web_ui.dart ('k') | test/data/input/bind_hyphenated_attribute_test.html » ('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: web_ui 1 name: web_ui
2 author: "Web UI Authors <web-ui-dev@dartlang.org>" 2 version: 0.4.24
3 author: Web UI Authors <web-ui-dev@dartlang.org>
4 description: An easy way to build web apps in Dart.
Siggi Cherem (dart-lang) 2013/10/31 22:08:04 a lot of these changes were from the Editor. I reo
3 homepage: https://github.com/dart-lang/web-ui 5 homepage: https://github.com/dart-lang/web-ui
4 description: An easy way to build web apps in Dart.
5 version: 0.4.24
6 dependencies: 6 dependencies:
7 args: ">=0.4.5" 7 args: '>=0.4.5'
8 analyzer_experimental: ">=0.5.12" 8 analyzer_experimental: '>=0.5.12'
9 browser: ">=0.4.5" 9 browser: '>=0.4.5'
10 custom_element: ">=0.6.14" 10 custom_element: '>=0.6.14'
11 logging: ">=0.4.5" 11 logging: '>=0.4.5'
12 pathos: ">=0.4.5" 12 path: '>=0.8.9'
13 unittest: ">=0.4.5" 13 unittest: '>=0.4.5'
14 # Pin these github packages so we don't get breaks from publishing them: 14 csslib: '>=0.4.7 <0.4.8'
15 csslib: ">=0.4.7 <0.4.8" 15 html5lib: '>=0.8.9 <0.8.10'
16 html5lib: ">=0.4.4 <0.4.5" 16 source_maps: '>=0.4.5'
17 source_maps: ">=0.4.5"
18 dev_dependencies: 17 dev_dependencies:
19 js: any 18 js: any
20 benchmark_harness: ">=1.0.2 <1.0.3" 19 benchmark_harness: '>=1.0.2 <1.0.3'
21 stack_trace: ">=0.6.3" 20 stack_trace: '>=0.6.3'
22 environment: 21 environment:
23 sdk: ">=0.8.7" 22 sdk: '>=0.8.9'
OLDNEW
« no previous file with comments | « lib/web_ui.dart ('k') | test/data/input/bind_hyphenated_attribute_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698