Skip to content

Commit bdffe8a

Browse files
mvuksanojbdeboer
authored andcommitted
chore: change html5 dependency constraint to >=0.10.0 <0.11.0
Closes dart-archive#977 Closes dart-archive#978
1 parent 4365265 commit bdffe8a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

benchmark/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages:
1818
barback:
1919
description: barback
2020
source: hosted
21-
version: "0.13.0"
21+
version: "0.12.0"
2222
benchmark_harness:
2323
description: benchmark_harness
2424
source: hosted
@@ -42,7 +42,7 @@ packages:
4242
html5lib:
4343
description: html5lib
4444
source: hosted
45-
version: "0.9.2"
45+
version: "0.10.0"
4646
intl:
4747
description: intl
4848
source: hosted

benchmark/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
code_transformers: '>=0.1.0 <0.2.0'
2121
collection: '>=0.9.1 <1.0.0'
2222
di: '>=0.0.37 <0.1.0'
23-
html5lib: '>=0.8.7 <0.10.0'
23+
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.7 <0.5.0'

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.11.6"
7+
version: "0.13.6"
88
args:
99
description: args
1010
source: hosted
1111
version: "0.10.0+1"
1212
barback:
1313
description: barback
1414
source: hosted
15-
version: "0.11.1"
15+
version: "0.12.0"
1616
benchmark_harness:
1717
description: benchmark_harness
1818
source: hosted
@@ -32,11 +32,11 @@ packages:
3232
di:
3333
description: di
3434
source: hosted
35-
version: "0.0.34"
35+
version: "0.0.40"
3636
html5lib:
3737
description: html5lib
3838
source: hosted
39-
version: "0.9.2"
39+
version: "0.10.0"
4040
intl:
4141
description: intl
4242
source: hosted
@@ -64,7 +64,7 @@ packages:
6464
route_hierarchical:
6565
description: route_hierarchical
6666
source: hosted
67-
version: "0.4.13"
67+
version: "0.4.19"
6868
shadow_dom:
6969
description: shadow_dom
7070
source: hosted

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
code_transformers: '>=0.1.3 <0.2.0'
2121
collection: '>=0.9.1 <1.0.0'
2222
di: '>=0.0.37 <0.1.0'
23-
html5lib: '>=0.9.2 <0.10.0'
23+
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.18 <0.5.0'

0 commit comments

Comments
 (0)