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

Commit 148b79a

Browse files
committed
chore(pubspec): Upgrade to DI 1.2.1
1 parent d22cd05 commit 148b79a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ packages:
3232
di:
3333
description: di
3434
source: hosted
35-
version: "1.0.0"
35+
version: "1.2.1"
3636
guinness:
3737
description: guinness
3838
source: hosted
@@ -72,7 +72,7 @@ packages:
7272
protractor:
7373
description: protractor
7474
source: hosted
75-
version: "0.0.3"
75+
version: "0.0.4"
7676
route_hierarchical:
7777
description: route_hierarchical
7878
source: hosted

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
browser: '>=0.10.0 <0.11.0'
2020
code_transformers: '>=0.1.3 <0.2.0'
2121
collection: '>=0.9.1 <1.0.0'
22-
di: '>=1.0.0 <2.0.0'
22+
di: '>=1.2.1 <2.0.0'
2323
html5lib: '>=0.10.0 <0.11.0'
2424
intl: '>=0.8.7 <0.10.0'
2525
perf_api: '>=0.0.8 <0.1.0'

test/angular_spec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ main() {
248248
"change_detection.FieldGetterFactory",
249249
"di.CircularDependencyError",
250250
"di.FactoryFn",
251-
"di.Injector",
251+
"di.injector.Injector",
252252
"di.InvalidBindingError",
253253
"di.key.Key",
254254
"di.Module",

0 commit comments

Comments
 (0)