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

Side by Side Diff: pubspec.yaml

Issue 111893006: Switch web_ui to use path 1.0.0 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 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 | « lib/web_ui.dart ('k') | test/data/expected/conditional2_test.html.txt » ('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 version: 0.4.27+2 2 version: 0.4.28
3 author: Web UI Authors <web-ui-dev@dartlang.org> 3 author: Web UI Authors <web-ui-dev@dartlang.org>
4 description: (deprecated) new versions are in the Polymer.dart package 4 description: (deprecated) new versions are in the Polymer.dart package
5 homepage: https://pub.dartlang.org/packages/polymer 5 homepage: https://pub.dartlang.org/packages/polymer
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.8.10+4' 10 custom_element: '>=0.8.10+4'
11 logging: '>=0.4.5' 11 logging: '>=0.4.5'
12 path: '>=0.8.9 < 1.0.0' 12 path: '>=1.0.0 < 2.0.0'
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.10+4' 22 sdk: '>=0.8.10+4'
OLDNEW
« no previous file with comments | « lib/web_ui.dart ('k') | test/data/expected/conditional2_test.html.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698