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

Side by Side Diff: pubspec.yaml

Issue 50433010: WebUI fixes for SDK 0.8.10 (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/src/utils_observe.dart ('k') | no next file » | 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 version: 0.4.25 2 version: 0.4.26
3 author: Web UI Authors <web-ui-dev@dartlang.org> 3 author: Web UI Authors <web-ui-dev@dartlang.org>
4 description: An easy way to build web apps in Dart. 4 description: An easy way to build web apps in Dart.
5 homepage: https://github.com/dart-lang/web-ui 5 homepage: https://github.com/dart-lang/web-ui
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 path: '>=0.8.9' 12 path: '>=0.8.9'
13 unittest: '>=0.4.5' 13 unittest: '>=0.4.5'
14 csslib: '>=0.4.7 <0.4.8' 14 csslib: '>=0.4.7 <0.4.8'
15 html5lib: '>=0.8.9 <0.8.10' 15 html5lib: '>=0.8.9 <0.8.10'
16 source_maps: '>=0.4.5' 16 source_maps: '>=0.4.5'
17 dev_dependencies: 17 dev_dependencies:
18 js: any 18 js: any
19 benchmark_harness: '>=1.0.2 <1.0.3' 19 benchmark_harness: '>=1.0.2 <1.0.3'
20 stack_trace: '>=0.6.3' 20 stack_trace: '>=0.6.3'
21 environment: 21 environment:
22 sdk: '>=0.8.9' 22 sdk: '>=0.8.10'
OLDNEW
« no previous file with comments | « lib/src/utils_observe.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698