1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Bump typedoc-plugin-markdown from 2.4.2 to 3.1.1

Bumps [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 2.4.2 to 3.1.1.
- [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases)
- [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/HEAD/packages/typedoc-plugin-markdown)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-11 05:19:42 +00:00 committed by GitHub
parent 961a38d52f
commit a2a30cf2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -381,7 +381,7 @@
"ts-node": "^8.10.2",
"type-fest": "^0.18.0",
"typedoc": "0.17.0-3",
"typedoc-plugin-markdown": "^2.4.0",
"typedoc-plugin-markdown": "^3.1.1",
"typeface-roboto": "^0.0.75",
"typescript": "^4.0.2",
"url-loader": "^4.1.0",

View File

@ -14516,12 +14516,11 @@ typedoc-default-themes@0.8.0-0:
lunr "^2.3.8"
underscore "^1.9.1"
typedoc-plugin-markdown@^2.4.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.4.2.tgz#2d83fe4f279643436ebc44ca2f937855b0fd9f12"
integrity sha512-BBH+9/Uq5XbsqfzCDl8Jq4iaLXRMXRuAHZRFarAZX7df8+F3vUjDx/WHWoWqbZ/XUFzduLC2Iuy2qwsJX8SQ7A==
typedoc-plugin-markdown@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.1.1.tgz#3796b8f8397033db535c3a19a8ff75312696620c"
integrity sha512-esrSaGw9NeGOR1fixubeSYCtQ9tw1iv7xa6bMvwznjs+jOUEdP0/OBe7l2bbk3PoqhNiFBozBJDo3CpcMJGHnw==
dependencies:
fs-extra "^9.0.1"
handlebars "^4.7.6"
typedoc@0.17.0-3: