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

chore: change html5 dependency constraint to >=0.10.0 <0.11.0 #978

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmark/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages:
barback:
description: barback
source: hosted
version: "0.13.0"
version: "0.12.0"
benchmark_harness:
description: benchmark_harness
source: hosted
Expand All @@ -42,7 +42,7 @@ packages:
html5lib:
description: html5lib
source: hosted
version: "0.9.2"
version: "0.10.0"
intl:
description: intl
source: hosted
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
code_transformers: '>=0.1.0 <0.2.0'
collection: '>=0.9.1 <1.0.0'
di: '>=0.0.37 <0.1.0'
html5lib: '>=0.8.7 <0.10.0'
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.10.0'
perf_api: '>=0.0.8 <0.1.0'
route_hierarchical: '>=0.4.7 <0.5.0'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
barback:
description: barback
source: hosted
version: "0.13.0"
version: "0.12.0"
benchmark_harness:
description: benchmark_harness
source: hosted
Expand All @@ -36,7 +36,7 @@ packages:
html5lib:
description: html5lib
source: hosted
version: "0.9.2"
version: "0.10.0"
intl:
description: intl
source: hosted
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
code_transformers: '>=0.1.3 <0.2.0'
collection: '>=0.9.1 <1.0.0'
di: '>=0.0.37 <0.1.0'
html5lib: '>=0.9.2 <0.10.0'
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.10.0'
perf_api: '>=0.0.8 <0.1.0'
route_hierarchical: '>=0.4.18 <0.5.0'
Expand Down