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

Commit b310886

Browse files
committed
chore: improve "pubspec.yaml"s, update lock files
Closes #1258
1 parent 87279fe commit b310886

File tree

5 files changed

+45
-39
lines changed

5 files changed

+45
-39
lines changed

benchmark/pubspec.lock

+32-22
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.15.7"
7+
version: "0.18.0"
88
angular:
99
description:
1010
path: ".."
1111
relative: true
1212
source: path
13-
version: "0.11.0"
13+
version: "0.14.0"
1414
args:
1515
description: args
1616
source: hosted
1717
version: "0.10.0+2"
1818
barback:
1919
description: barback
2020
source: hosted
21-
version: "0.13.0"
21+
version: "0.14.2"
2222
benchmark_harness:
2323
description: benchmark_harness
2424
source: hosted
@@ -30,66 +30,76 @@ packages:
3030
code_transformers:
3131
description: code_transformers
3232
source: hosted
33-
version: "0.1.4+2"
33+
version: "0.1.6"
3434
collection:
3535
description: collection
3636
source: hosted
37-
version: "0.9.2"
37+
version: "0.9.4"
3838
di:
39-
description:
40-
path: "../../di.dart"
41-
relative: true
42-
source: path
43-
version: "2.0.0-alpha.9"
39+
description: di
40+
source: hosted
41+
version: "2.0.2"
4442
html5lib:
4543
description: html5lib
4644
source: hosted
4745
version: "0.10.0"
4846
intl:
4947
description: intl
5048
source: hosted
51-
version: "0.9.10"
49+
version: "0.11.6"
5250
logging:
5351
description: logging
5452
source: hosted
55-
version: "0.9.1+1"
53+
version: "0.9.2"
5654
matcher:
5755
description: matcher
5856
source: hosted
59-
version: "0.10.0"
57+
version: "0.11.1"
6058
mock:
6159
description: mock
6260
source: hosted
63-
version: "0.10.0+1"
61+
version: "0.11.0+2"
6462
path:
6563
description: path
6664
source: hosted
67-
version: "1.2.1"
65+
version: "1.3.0"
6866
perf_api:
6967
description: perf_api
7068
source: hosted
71-
version: "0.0.8"
69+
version: "0.0.9"
70+
pool:
71+
description: pool
72+
source: hosted
73+
version: "1.0.1"
7274
route_hierarchical:
7375
description: route_hierarchical
7476
source: hosted
75-
version: "0.4.21"
77+
version: "0.4.22"
7678
source_maps:
7779
description: source_maps
7880
source: hosted
79-
version: "0.9.0"
81+
version: "0.9.4"
82+
source_span:
83+
description: source_span
84+
source: hosted
85+
version: "1.0.0"
8086
stack_trace:
8187
description: stack_trace
8288
source: hosted
83-
version: "0.9.3+1"
89+
version: "1.0.2"
90+
typed_mock:
91+
description: typed_mock
92+
source: hosted
93+
version: "0.0.4"
8494
unittest:
8595
description: unittest
8696
source: hosted
87-
version: "0.10.1+2"
97+
version: "0.11.0+5"
8898
utf:
8999
description: utf
90100
source: hosted
91-
version: "0.9.0"
101+
version: "0.9.0+1"
92102
web_components:
93103
description: web_components
94104
source: hosted
95-
version: "0.3.3"
105+
version: "0.6.0+1"

benchmark/pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Angular benchmarks
44
dependencies:
55
angular:
66
path: ..
7-
dev_dependencies:
7+
browser: '>=0.10.0 <0.11.0'
8+
web_components: '>=0.5.0 <0.7.0'
89
benchmark_harness: '>=1.0.0'
910
unittest: '>=0.10.1 <0.12.0'
1011
mock: '>=0.10.0 <0.12.0'

example/pubspec.lock

+6-10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages:
1818
barback:
1919
description: barback
2020
source: hosted
21-
version: "0.14.0+3"
21+
version: "0.14.2"
2222
browser:
2323
description: browser
2424
source: hosted
@@ -47,10 +47,6 @@ packages:
4747
description: logging
4848
source: hosted
4949
version: "0.9.2"
50-
matcher:
51-
description: matcher
52-
source: hosted
53-
version: "0.11.1"
5450
path:
5551
description: path
5652
source: hosted
@@ -59,6 +55,10 @@ packages:
5955
description: perf_api
6056
source: hosted
6157
version: "0.0.9"
58+
pool:
59+
description: pool
60+
source: hosted
61+
version: "1.0.1"
6262
quiver:
6363
description: quiver
6464
source: hosted
@@ -78,15 +78,11 @@ packages:
7878
stack_trace:
7979
description: stack_trace
8080
source: hosted
81-
version: "0.9.3+2"
81+
version: "1.0.2"
8282
typed_mock:
8383
description: typed_mock
8484
source: hosted
8585
version: "0.0.4"
86-
unittest:
87-
description: unittest
88-
source: hosted
89-
version: "0.11.0+5"
9086
utf:
9187
description: utf
9288
source: hosted

example/pubspec.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ version: 0.0.1
33
dependencies:
44
angular:
55
path: ../
6-
browser: any
7-
unittest: any
8-
quiver: any
9-
web_components: any
6+
quiver: '>=0.18.2 <0.19.0'
7+
browser: '>=0.10.0 <0.11.0'
8+
web_components: '>=0.5.0 <0.7.0'
109

1110
transformers:
1211
- angular:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dependencies:
1616
args: '>=0.10.0 <0.11.0'
1717
analyzer: '>=0.15.0 <0.19.0'
1818
barback: '>=0.13.0 <0.17.0'
19-
browser: '>=0.10.0 <0.11.0'
2019
code_transformers: '>=0.1.4+2 <0.2.0'
21-
collection: '>=0.9.1 <1.0.0'
20+
collection: '>=0.9.1 <0.10.0'
2221
di: '>=2.0.1 <3.0.0'
2322
html5lib: '>=0.10.0 <0.11.0'
2423
intl: '>=0.8.7 <0.12.0'
2524
perf_api: '>=0.0.9 <0.1.0'
2625
route_hierarchical: '>=0.4.22 <0.5.0'
2726
dev_dependencies:
27+
browser: '>=0.10.0 <0.11.0'
2828
benchmark_harness: '>=1.0.0 <2.0.0'
2929
guinness: '>=0.1.9 <0.2.0'
3030
mock: '>=0.10.0 <0.12.0'

0 commit comments

Comments
 (0)