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

Commit a098b86

Browse files
committed
chore(pubspec): upgrade dependencies
Closes #1613, #1597, #1622, #1594
1 parent 25150d3 commit a098b86

File tree

3 files changed

+42
-25
lines changed

3 files changed

+42
-25
lines changed

benchmark/pubspec.lock

+17-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.15.7"
7+
version: "0.22.4"
88
angular:
99
description:
1010
path: ".."
@@ -14,11 +14,11 @@ packages:
1414
args:
1515
description: args
1616
source: hosted
17-
version: "0.10.0+2"
17+
version: "0.12.2+1"
1818
barback:
1919
description: barback
2020
source: hosted
21-
version: "0.14.2"
21+
version: "0.15.2+2"
2222
benchmark_harness:
2323
description: benchmark_harness
2424
source: hosted
@@ -30,19 +30,23 @@ packages:
3030
code_transformers:
3131
description: code_transformers
3232
source: hosted
33-
version: "0.1.6"
33+
version: "0.2.3+2"
3434
collection:
3535
description: collection
3636
source: hosted
3737
version: "0.9.4"
38+
csslib:
39+
description: csslib
40+
source: hosted
41+
version: "0.11.0+2"
3842
di:
3943
description: di
4044
source: hosted
41-
version: "3.3.2"
45+
version: "3.3.3"
4246
html5lib:
4347
description: html5lib
4448
source: hosted
45-
version: "0.10.0"
49+
version: "0.12.0"
4650
intl:
4751
description: intl
4852
source: hosted
@@ -62,7 +66,7 @@ packages:
6266
observe:
6367
description: observe
6468
source: hosted
65-
version: "0.10.1+2"
69+
version: "0.12.2"
6670
path:
6771
description: path
6872
source: hosted
@@ -82,11 +86,11 @@ packages:
8286
route_hierarchical:
8387
description: route_hierarchical
8488
source: hosted
85-
version: "0.5.0"
89+
version: "0.6.1"
8690
smoke:
8791
description: smoke
8892
source: hosted
89-
version: "0.1.0+1"
93+
version: "0.2.1+1"
9094
source_maps:
9195
description: source_maps
9296
source: hosted
@@ -107,3 +111,7 @@ packages:
107111
description: utf
108112
source: hosted
109113
version: "0.9.0+1"
114+
watcher:
115+
description: watcher
116+
source: hosted
117+
version: "0.9.3"

example/pubspec.lock

+17-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.15.7"
7+
version: "0.22.4"
88
angular:
99
description:
1010
path: ".."
@@ -14,31 +14,35 @@ packages:
1414
args:
1515
description: args
1616
source: hosted
17-
version: "0.10.0+2"
17+
version: "0.12.2+1"
1818
barback:
1919
description: barback
2020
source: hosted
21-
version: "0.14.2"
21+
version: "0.15.2+2"
2222
browser:
2323
description: browser
2424
source: hosted
2525
version: "0.10.0+2"
2626
code_transformers:
2727
description: code_transformers
2828
source: hosted
29-
version: "0.1.6"
29+
version: "0.2.3+2"
3030
collection:
3131
description: collection
3232
source: hosted
3333
version: "0.9.4"
34+
csslib:
35+
description: csslib
36+
source: hosted
37+
version: "0.11.0+2"
3438
di:
3539
description: di
3640
source: hosted
37-
version: "3.3.2"
41+
version: "3.3.3"
3842
html5lib:
3943
description: html5lib
4044
source: hosted
41-
version: "0.10.0"
45+
version: "0.12.0"
4246
intl:
4347
description: intl
4448
source: hosted
@@ -54,7 +58,7 @@ packages:
5458
observe:
5559
description: observe
5660
source: hosted
57-
version: "0.10.1+2"
61+
version: "0.12.2"
5862
path:
5963
description: path
6064
source: hosted
@@ -74,11 +78,11 @@ packages:
7478
route_hierarchical:
7579
description: route_hierarchical
7680
source: hosted
77-
version: "0.5.0"
81+
version: "0.6.1"
7882
smoke:
7983
description: smoke
8084
source: hosted
81-
version: "0.1.0+1"
85+
version: "0.2.1+1"
8286
source_maps:
8387
description: source_maps
8488
source: hosted
@@ -99,6 +103,10 @@ packages:
99103
description: utf
100104
source: hosted
101105
version: "0.9.0+1"
106+
watcher:
107+
description: watcher
108+
source: hosted
109+
version: "0.9.3"
102110
web_components:
103111
description: web_components
104112
source: hosted

pubspec.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ homepage: https://angulardart.org
1414
environment:
1515
sdk: '>=1.4.0'
1616
dependencies:
17-
analyzer: '>=0.15.0 <0.19.0'
18-
args: '>=0.10.0 <0.11.0'
17+
analyzer: '>=0.22.0 <0.23.0'
18+
args: '>=0.12.0 <0.13.0'
19+
args: '>=0.12.0 <0.13.0'
1920
barback: '>=0.13.0 <0.17.0'
2021
browser: '>=0.10.0 <0.11.0'
21-
code_transformers: '>=0.1.4+2 <0.2.0'
22+
code_transformers: '>=0.2.3 <0.3.0'
2223
collection: '>=0.9.1 <1.0.0'
23-
di: '>=3.3.2 <4.0.0'
24-
html5lib: '>=0.10.0 <0.11.0'
24+
di: '>=3.3.3 <4.0.0'
25+
html5lib: '>=0.12.0 <0.13.0'
2526
intl: '>=0.8.7 <0.12.0'
26-
observe: '>=0.10.0+1 <0.11.0'
27+
observe: '>=0.12.0 <0.13.0'
2728
perf_api: '>=0.0.9 <0.1.0'
28-
route_hierarchical: '>=0.6.0 <0.7.0'
29+
route_hierarchical: '>=0.6.1 <0.7.0'
2930
dev_dependencies:
3031
benchmark_harness: '>=1.0.0 <2.0.0'
3132
guinness: '>=0.1.9 <0.2.0'

0 commit comments

Comments
 (0)