From 1f85a8cee164d85d6eed43e7604a0190d1542d84 Mon Sep 17 00:00:00 2001 From: Giovanni Silva Date: Wed, 19 Feb 2014 11:34:26 -0300 Subject: [PATCH] fix(di): Upgrade dependency of package di preventing problems with dart sdk 1.1 resolves #408 Fixes #408 Closes #583 --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 89cc6390a..d51273b25 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -12,7 +12,7 @@ packages: benchmark_harness: description: benchmark_harness source: hosted - version: "1.0.3" + version: "1.0.4" browser: description: browser source: hosted @@ -48,11 +48,11 @@ packages: route_hierarchical: description: route_hierarchical source: hosted - version: "0.4.12" + version: "0.4.14" shadow_dom: description: shadow_dom source: hosted - version: "0.9.2" + version: "0.9.1" source_maps: description: source_maps source: hosted @@ -68,7 +68,7 @@ packages: unmodifiable_collection: description: unmodifiable_collection source: hosted - version: "0.9.2" + version: "0.9.2+1" utf: description: utf source: hosted diff --git a/pubspec.yaml b/pubspec.yaml index 2521bdb4b..7c5772385 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: analyzer: '>=0.10.0 <0.12.0' browser: '>=0.8.7 <0.10.0' collection: '>=0.9.1 <1.0.0' - di: '>=0.0.24 <0.1.0' + di: '>=0.0.32 <0.1.0' html5lib: '>=0.8.7 <0.10.0' intl: '>=0.8.7 <0.10.0' perf_api: '>=0.0.8 <0.1.0'