Skip to content

Commit a52639e

Browse files
authored
Use markdown 7 (dart-lang#3332)
1 parent 494a6be commit a52639e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pubspec.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ environment:
88
sdk: '>=2.18.0 <3.0.0'
99

1010
dependencies:
11-
analyzer: "^5.2.0"
11+
analyzer: ^5.2.0
1212
args: ^2.3.0
1313
cli_util: ^0.3.5
1414
collection: ^1.15.0
1515
crypto: ^3.0.1
1616
glob: ^2.0.1
1717
html: ^0.15.0
1818
logging: ^1.0.2
19-
markdown: ">=5.0.0 <7.0.0"
19+
markdown: ^7.0.0
2020
meta: ^1.7.0
2121
package_config: ^2.0.2
2222
path: ^1.8.0
@@ -44,12 +44,3 @@ dev_dependencies:
4444

4545
executables:
4646
dartdoc: null
47-
48-
dependency_overrides:
49-
# TODO(srawlins): Bump this to '>=7.0.0' when 7.0.0 is released.
50-
markdown:
51-
git:
52-
url: https://github.com/dart-lang/markdown.git
53-
# This commit includes the breaking changes for markdown 7.0.0,
54-
# but does not include the markdown 7.0.0 release.
55-
ref: f51c24c5c5603ac20b6d88aded78ef3aa23619ac

0 commit comments

Comments
 (0)