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

Unified Diff: pubspec.yaml

Issue 11308303: Fix dependencies to make everything work again. (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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 22232135cd39e541246442133ebe9ac151f5ada8..56ee27d508f3c656a14d6c6d4af2c3d1ed2e8664 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,14 +2,11 @@ name: web_components
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/dart-web-components
description: An easy way to build web apps in Dart.
-version: 0.2.7
+version: 0.2.8+2
dependencies:
- unittest: { sdk: unittest }
- args: { sdk: args }
- logging: { sdk: logging }
- html5lib: ">=0.2.1 <0.2.2"
- # JS interop is used by the Dartium extension. No version constraint
- # because otherwise it makes it hard to use web_components with JS.
- # If you're rebuilding the extension, be sure to update it for the new JS
- # interop.
+ args: any
+ # Pin html5lib so we don't get unexpected API breaks.
+ html5lib: ">=0.2.1+1 <0.2.2"
js: any
+ logging: any
+ unittest: any
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698