Skip to content

Commit 7a61c60

Browse files
authored
upgrade the html package dep (#1245)
* upgrade the html package dep * remove launch file
1 parent cd830e7 commit 7a61c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ packages:
9090
name: html
9191
url: "https://pub.dartlang.org"
9292
source: hosted
93-
version: "0.12.2+2"
93+
version: "0.13.0"
9494
http:
9595
description:
9696
name: http

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
args: ^0.13.0
1212
cli_util: ^0.0.1
1313
collection: ^1.2.0
14-
html: ^0.12.1
14+
html: '>=0.12.1 <0.14.0'
1515
logging: '>=0.9.0 <0.12.0'
1616
markdown: ^0.10.1
1717
mustache4dart: ^1.0.9

0 commit comments

Comments
 (0)