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

Unified Diff: pubspec.yaml

Issue 1838473002: fix observe package to be strong mode clean (Closed) Base URL: git@github.com:dart-lang/observe.git@master
Patch Set: Created 4 years, 9 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/transformer.dart ('k') | test/observe_test.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 606e414010543bcc3eb1a138691c8cff8c8f42b0..340416acbed07a2cbbe64928e5c997a6033149f7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: observe
-version: 0.13.4
+version: 0.13.5
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: >
Observable properties and objects for use in template_binding.
@@ -9,16 +9,16 @@ description: >
user input into the DOM is immediately assigned to the model.
homepage: https://www.dartlang.org/polymer-dart/
dependencies:
- analyzer: '^0.27.0'
+ analyzer: ^0.27.0
barback: '>=0.14.2 <0.16.0'
- func: '>=0.1.0 <0.2.0'
+ func: ^0.1.0
logging: '>=0.9.0 <0.12.0'
path: '>=0.9.0 <2.0.0'
smoke: '>=0.1.0 <0.4.0'
source_maps: '>=0.9.4 <0.11.0'
- source_span: '>=1.0.0 <2.0.0'
- utf: '>=0.9.0 <0.10.0'
- code_transformers: '>=0.3.0 <0.5.0'
+ source_span: ^1.0.0
+ utf: ^0.9.0
+ code_transformers: ^0.4.2
dev_dependencies:
benchmark_harness: '>=1.0.0 <2.0.0'
browser: any
@@ -26,7 +26,7 @@ dev_dependencies:
test: '^0.12.0'
stack_trace: '>=0.9.1 <2.0.0'
environment:
- sdk: '>=1.8.0 <2.0.0'
+ sdk: ^1.9.0
transformers:
- observe:
files:
« no previous file with comments | « lib/transformer.dart ('k') | test/observe_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698