Bump Dartdoc to 5.0.1 (#101783)

This commit is contained in:
Michael Goderbauer 2022-04-13 09:31:19 -07:00 committed by GitHub
parent 86d43e428a
commit fe6d09a9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ function generate_docs() {
# Install and activate dartdoc.
# NOTE: When updating to a new dartdoc version, please also update
# `dartdoc_options.yaml` to include newly introduced error and warning types.
"$DART" pub global activate dartdoc 4.1.0
"$DART" pub global activate dartdoc 5.0.1
# Install and activate the snippets tool, which resides in the
# assets-for-api-docs repo: