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

Commit

Permalink
chore: update di req to 3.3.2+
Browse files Browse the repository at this point in the history
fixes #1553
  • Loading branch information
vicb committed Oct 15, 2014
1 parent 7a745d5 commit a0a02aa
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 33 deletions.
62 changes: 38 additions & 24 deletions benchmark/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ packages:
path: ".."
relative: true
source: path
version: "0.11.0"
version: "1.0.0"
args:
description: args
source: hosted
version: "0.10.0+2"
barback:
description: barback
source: hosted
version: "0.13.0"
version: "0.14.2"
benchmark_harness:
description: benchmark_harness
source: hosted
Expand All @@ -30,66 +30,80 @@ packages:
code_transformers:
description: code_transformers
source: hosted
version: "0.1.4+2"
version: "0.1.6"
collection:
description: collection
source: hosted
version: "0.9.2"
version: "0.9.4"
di:
description:
path: "../../di.dart"
relative: true
source: path
version: "2.0.0-alpha.9"
description: di
source: hosted
version: "3.3.2"
html5lib:
description: html5lib
source: hosted
version: "0.10.0"
intl:
description: intl
source: hosted
version: "0.9.10"
version: "0.11.9"
logging:
description: logging
source: hosted
version: "0.9.1+1"
version: "0.9.2"
matcher:
description: matcher
source: hosted
version: "0.10.0"
version: "0.11.1"
mock:
description: mock
source: hosted
version: "0.10.0+1"
version: "0.11.0+2"
observe:
description: observe
source: hosted
version: "0.10.1+2"
path:
description: path
source: hosted
version: "1.2.1"
version: "1.3.0"
perf_api:
description: perf_api
source: hosted
version: "0.0.8"
version: "0.0.9"
petitparser:
description: petitparser
source: hosted
version: "1.2.2"
pool:
description: pool
source: hosted
version: "1.0.1"
route_hierarchical:
description: route_hierarchical
source: hosted
version: "0.4.21"
version: "0.5.0"
smoke:
description: smoke
source: hosted
version: "0.1.0+1"
source_maps:
description: source_maps
source: hosted
version: "0.9.0"
version: "0.9.4"
source_span:
description: source_span
source: hosted
version: "1.0.0"
stack_trace:
description: stack_trace
source: hosted
version: "0.9.3+1"
version: "1.1.1"
unittest:
description: unittest
source: hosted
version: "0.10.1+2"
version: "0.11.0+5"
utf:
description: utf
source: hosted
version: "0.9.0"
web_components:
description: web_components
source: hosted
version: "0.3.3"
version: "0.9.0+1"
14 changes: 9 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.14.0"
version: "1.0.0"
args:
description: args
source: hosted
Expand All @@ -34,15 +34,15 @@ packages:
di:
description: di
source: hosted
version: "3.3.1"
version: "3.3.2"
html5lib:
description: html5lib
source: hosted
version: "0.10.0"
intl:
description: intl
source: hosted
version: "0.11.6"
version: "0.11.9"
logging:
description: logging
source: hosted
Expand All @@ -63,6 +63,10 @@ packages:
description: perf_api
source: hosted
version: "0.0.9"
petitparser:
description: petitparser
source: hosted
version: "1.2.2"
pool:
description: pool
source: hosted
Expand Down Expand Up @@ -90,7 +94,7 @@ packages:
stack_trace:
description: stack_trace
source: hosted
version: "1.0.2"
version: "1.1.1"
unittest:
description: unittest
source: hosted
Expand All @@ -102,4 +106,4 @@ packages:
web_components:
description: web_components
source: hosted
version: "0.6.0+1"
version: "0.9.0"
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
di:
description: di
source: hosted
version: "3.3.1"
version: "3.3.2"
guinness:
description: guinness
source: hosted
Expand All @@ -48,7 +48,7 @@ packages:
intl:
description: intl
source: hosted
version: "0.11.7"
version: "0.11.9"
js:
description: js
source: hosted
Expand Down Expand Up @@ -108,7 +108,7 @@ packages:
stack_trace:
description: stack_trace
source: hosted
version: "1.0.2"
version: "1.1.1"
unittest:
description: unittest
source: hosted
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
browser: '>=0.10.0 <0.11.0'
code_transformers: '>=0.1.4+2 <0.2.0'
collection: '>=0.9.1 <1.0.0'
di: '>=3.3.1 <4.0.0'
di: '>=3.3.2 <4.0.0'
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.12.0'
observe: '>=0.10.0+1 <0.11.0'
Expand Down

0 comments on commit a0a02aa

Please sign in to comment.