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

Unified Diff: pubspec.yaml

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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/web_ui.dart ('k') | test/data/input/bind_hyphenated_attribute_test.html » ('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 04188d6070dae0a59d98b91dfd6e724c41c634ab..b0e3519e6b4e99bc2f9a573f3249ed71d6f2dd9f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,23 +1,22 @@
name: web_ui
-author: "Web UI Authors <web-ui-dev@dartlang.org>"
-homepage: https://github.com/dart-lang/web-ui
-description: An easy way to build web apps in Dart.
version: 0.4.24
+author: Web UI Authors <web-ui-dev@dartlang.org>
+description: An easy way to build web apps in Dart.
Siggi Cherem (dart-lang) 2013/10/31 22:08:04 a lot of these changes were from the Editor. I reo
+homepage: https://github.com/dart-lang/web-ui
dependencies:
- args: ">=0.4.5"
- analyzer_experimental: ">=0.5.12"
- browser: ">=0.4.5"
- custom_element: ">=0.6.14"
- logging: ">=0.4.5"
- pathos: ">=0.4.5"
- unittest: ">=0.4.5"
- # Pin these github packages so we don't get breaks from publishing them:
- csslib: ">=0.4.7 <0.4.8"
- html5lib: ">=0.4.4 <0.4.5"
- source_maps: ">=0.4.5"
+ args: '>=0.4.5'
+ analyzer_experimental: '>=0.5.12'
+ browser: '>=0.4.5'
+ custom_element: '>=0.6.14'
+ logging: '>=0.4.5'
+ path: '>=0.8.9'
+ unittest: '>=0.4.5'
+ csslib: '>=0.4.7 <0.4.8'
+ html5lib: '>=0.8.9 <0.8.10'
+ source_maps: '>=0.4.5'
dev_dependencies:
js: any
- benchmark_harness: ">=1.0.2 <1.0.3"
- stack_trace: ">=0.6.3"
+ benchmark_harness: '>=1.0.2 <1.0.3'
+ stack_trace: '>=0.6.3'
environment:
- sdk: ">=0.8.7"
+ sdk: '>=0.8.9'
« no previous file with comments | « lib/web_ui.dart ('k') | test/data/input/bind_hyphenated_attribute_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698