(markdown) add audio markdown support dependency

This commit is contained in:
Julien Calixte
2022-01-02 13:33:38 +01:00
parent 78eddb5e9c
commit e8ed90d782
3 changed files with 12 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
"markdown-it-block-embed": "^0.0.3",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-html5-media": "^0.7.0",
"markdown-it-svg-code-copy": "^1.0.0",
"nanoid": "^3.1.30",
"notyf": "^3.10.0",

3
src/shims-vue.d.ts vendored
View File

@@ -1,5 +1,5 @@
declare module '*.vue' {
import { defineComponent } from 'vue'
import { value defineComponent } from 'vue'
const component: ReturnType<typeof defineComponent>
export default component
}
@@ -8,3 +8,4 @@ declare module '@toycode/markdown-it-class'
declare module 'markdown-it-block-embed'
declare module 'markdown-it-checkbox'
declare module 'markdown-it-footnote'
declare module 'markdown-it-html5-media'

View File

@@ -7869,6 +7869,13 @@ markdown-it-footnote@^3.0.3:
resolved "https://registry.yarnpkg.com/markdown-it-footnote/-/markdown-it-footnote-3.0.3.tgz#e0e4c0d67390a4c5f0c75f73be605c7c190ca4d8"
integrity sha512-YZMSuCGVZAjzKMn+xqIco9d1cLGxbELHZ9do/TSYVzraooV8ypsppKNmUJ0fVH5ljkCInQAtFpm8Rb3eXSrt5w==
markdown-it-html5-media@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/markdown-it-html5-media/-/markdown-it-html5-media-0.7.0.tgz#b6c0791676b706f4f7d7aa43ebbf8079aacea174"
integrity sha512-abIS/x4SFQI1rDJfY5HGJelO49BapZB8274iZB80lkv6eSNadBC3MXYR41FJRwv+M63lS/Wy+kL8yEDEm02Jnw==
dependencies:
markdown-it "^12.0.3"
markdown-it-svg-code-copy@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/markdown-it-svg-code-copy/-/markdown-it-svg-code-copy-1.0.0.tgz#a895d836f0667c7ac211d867208aff16f182dc2d"
@@ -7876,7 +7883,7 @@ markdown-it-svg-code-copy@^1.0.0:
dependencies:
clipboard "^2.0.8"
markdown-it@^12.3.0:
markdown-it@^12.0.3, markdown-it@^12.3.0:
version "12.3.0"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f"
integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==