File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ environment:
88 sdk : ' >=2.18.0 <3.0.0'
99
1010dependencies :
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
4545executables :
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
You can’t perform that action at this time.
0 commit comments