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

Side by Side Diff: pubspec.yaml

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: Updated to the next version of the SDK Created 7 years, 8 months 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/effects/swapper.dart ('k') | test/effects/swapper_tests.dart » ('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: widget 1 name: widget
2 version: 0.2.4 2 version: 0.4.7
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 Please change the new version to "0.2.5" or "0.3.0
Jacob 2013/04/16 17:18:19 Done.
3 author: Kevin Moore <kevin@thinkpixellab.com> 3 author: Kevin Moore <kevin@thinkpixellab.com>
4 description: A set of reusable Web Components for Dart applications 4 description: A set of reusable Web Components for Dart applications
5 homepage: https://github.com/kevmoo/widget.dart 5 homepage: https://github.com/kevmoo/widget.dart
6 environment: 6 environment:
7 sdk: '>=0.4.4+4.r20810' 7 sdk: '>=0.4.5'
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 use 0.4.7
Jacob 2013/04/16 17:18:19 Done.
8 dependencies: 8 dependencies:
9 html5lib: '>=0.4.1'
10 bot: '>=0.16.2' 9 bot: '>=0.16.2'
11 web_ui: '>=0.4.4' 10 web_ui: '>=0.4.5'
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 use 0.4.6+1
Jacob 2013/04/16 17:18:19 Done.
11 html5lib: '>=0.4.3 <0.4.4'
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 is this imported explicitly in the code? if not, w
Jacob 2013/04/16 17:18:19 It doesn't seem like it was needed. Removed.
12 meta: '>=0.4.4+4' 12 meta: '>=0.4.4+4'
13 dev_dependencies: 13 dev_dependencies:
14 unittest: '>=0.4.4+4' 14 unittest: '>=0.4.4+4'
OLDNEW
« no previous file with comments | « lib/src/effects/swapper.dart ('k') | test/effects/swapper_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698