Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 1f85a8c

Browse files
Giovanni Silvamhevery
Giovanni Silva
authored andcommitted
fix(di): Upgrade dependency of package di preventing problems with dart sdk 1.1 resolves #408
Fixes #408 Closes #583
1 parent abffb60 commit 1f85a8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages:
1212
benchmark_harness:
1313
description: benchmark_harness
1414
source: hosted
15-
version: "1.0.3"
15+
version: "1.0.4"
1616
browser:
1717
description: browser
1818
source: hosted
@@ -48,11 +48,11 @@ packages:
4848
route_hierarchical:
4949
description: route_hierarchical
5050
source: hosted
51-
version: "0.4.12"
51+
version: "0.4.14"
5252
shadow_dom:
5353
description: shadow_dom
5454
source: hosted
55-
version: "0.9.2"
55+
version: "0.9.1"
5656
source_maps:
5757
description: source_maps
5858
source: hosted
@@ -68,7 +68,7 @@ packages:
6868
unmodifiable_collection:
6969
description: unmodifiable_collection
7070
source: hosted
71-
version: "0.9.2"
71+
version: "0.9.2+1"
7272
utf:
7373
description: utf
7474
source: hosted

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
analyzer: '>=0.10.0 <0.12.0'
1717
browser: '>=0.8.7 <0.10.0'
1818
collection: '>=0.9.1 <1.0.0'
19-
di: '>=0.0.24 <0.1.0'
19+
di: '>=0.0.32 <0.1.0'
2020
html5lib: '>=0.8.7 <0.10.0'
2121
intl: '>=0.8.7 <0.10.0'
2222
perf_api: '>=0.0.8 <0.1.0'

0 commit comments

Comments
 (0)