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

Unified 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: ptal 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/effects/swapper.dart ('k') | test/effects/swapper_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ed2a205e657f38ec4d7faa44ac7ea81971fadbd1..64fd5e45cb057b5632670d27d50ade8dd233da9e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,14 +1,13 @@
name: widget
-version: 0.2.4
+version: 0.2.5
author: Kevin Moore <kevin@thinkpixellab.com>
description: A set of reusable Web Components for Dart applications
homepage: https://github.com/kevmoo/widget.dart
environment:
- sdk: '>=0.4.4+4.r20810'
+ sdk: '>=0.4.7'
dependencies:
- html5lib: '>=0.4.1'
bot: '>=0.16.2'
- web_ui: '>=0.4.4'
+ web_ui: '>=0.4.6+1'
meta: '>=0.4.4+4'
dev_dependencies:
unittest: '>=0.4.4+4'
« 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