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

Commit 49b7032

Browse files
committed
chore(pubspec): Upgrade DI to 1.2.3.
1 parent f567e99 commit 49b7032

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ packages:
3232
di:
3333
description: di
3434
source: hosted
35-
version: "1.2.2"
35+
version: "1.2.3"
3636
guinness:
3737
description: guinness
3838
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.2.2 <2.0.0'
22+
di: '>=1.2.3 <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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ main() {
246246
"angular.watch_group.Watch",
247247
"change_detection.AvgStopwatch",
248248
"change_detection.FieldGetterFactory",
249+
"di.DEFAULT_VALUE",
249250
"di.CircularDependencyError",
250251
"di.FactoryFn",
251252
"di.injector.Injector",

0 commit comments

Comments
 (0)