dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Updates dependencies on the observe package #64

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by vicb Originally opened as dart-lang/sdk#19437


I'm trying to add some support for Observable in Angular.Dart but I have the following problem: code_transformers depends on "analyzer: '>=0.13.2 <0.14.0'"

The current observable depends on "analyzer: '>=0.15.6 <0.16.0'" (and this is the same for intl).

It would be great that when a core package is updated all the packages that depends on it are also updated.

May be this is the case but only for stable release ?

Meanwhile it would really help to show dependencies on pub.dartlang.org, see https://code.google.com/p/dart/issues/detail?id=19436  

DartBot commented 9 years ago

Comment by kevmoo


Added Area-Pkg, Pkg-Observe, Triaged labels.

DartBot commented 9 years ago

Comment by sigmundch


code transformers & observe now use the same version dependency on analyzer.


Added Fixed label.