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

Commit decb7e0

Browse files
vicbchirayuk
authored andcommitted
fix(pubspec): Add missing upper bound version constraints
1 parent 4671330 commit decb7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ homepage: https://angulardart.org
1313
environment:
1414
sdk: '>=1.4.0'
1515
dependencies:
16-
args: '>=0.10.0 < 0.11.0'
16+
args: '>=0.10.0 <0.11.0'
1717
analyzer: '>=0.15.0 <0.19.0'
1818
barback: '>=0.13.0 <0.17.0'
1919
browser: '>=0.10.0 <0.11.0'
2020
code_transformers: '>=0.1.4+2 <0.2.0'
2121
collection: '>=0.9.1 <1.0.0'
22-
di: '>=2.0.0-alpha.10'
22+
di: '>=2.0.0-alpha.10 <3.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'
2626
route_hierarchical: '>=0.4.21 <0.5.0'
2727
web_components: '>=0.3.3 <0.4.0'
2828
dev_dependencies:
29-
benchmark_harness: '>=1.0.0'
29+
benchmark_harness: '>=1.0.0 <2.0.0'
3030
guinness: '>=0.1.3 <0.2.0'
3131
mock: '>=0.10.0 <0.12.0'
3232
protractor: '0.0.5'

0 commit comments

Comments
 (0)