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:
8
8
sdk : ' >=2.18.0 <3.0.0'
9
9
10
10
dependencies :
11
- analyzer : " ^5.2.0"
11
+ analyzer : ^5.2.0
12
12
args : ^2.3.0
13
13
cli_util : ^0.3.5
14
14
collection : ^1.15.0
15
15
crypto : ^3.0.1
16
16
glob : ^2.0.1
17
17
html : ^0.15.0
18
18
logging : ^1.0.2
19
- markdown : " >=5.0.0 < 7.0.0"
19
+ markdown : ^ 7.0.0
20
20
meta : ^1.7.0
21
21
package_config : ^2.0.2
22
22
path : ^1.8.0
@@ -44,12 +44,3 @@ dev_dependencies:
44
44
45
45
executables :
46
46
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