mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Bumps [markdown](https://github.com/dart-lang/markdown) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/dart-lang/markdown/releases) - [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/markdown/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
151 B
YAML
13 lines
151 B
YAML
name: tool
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
markdown: ^6.0.0
|
|
path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0
|