diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-08-08 12:01:28 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-14 15:03:38 +0200 |
commit | 0672dc769b6ee42b4357748c62aaeabf8801c472 (patch) | |
tree | 54b206fcbe25129ee57a81c6130222a28775fe43 /client/yarn.lock | |
parent | 438c256b2672fa9539b703e6f28d4b70ef3dccfb (diff) | |
download | PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.tar.gz PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.tar.zst PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.zip |
Add unicode emoji to markdown
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index db52a4a54..594ca6750 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -1569,7 +1569,14 @@ | |||
1569 | dependencies: | 1569 | dependencies: |
1570 | "@types/node" "*" | 1570 | "@types/node" "*" |
1571 | 1571 | ||
1572 | "@types/markdown-it@^10.0.1": | 1572 | "@types/markdown-it-emoji@^1.4.0": |
1573 | version "1.4.0" | ||
1574 | resolved "https://registry.yarnpkg.com/@types/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#2102dcb3cdaf15d7ee1c01df0fda00f61ca5fece" | ||
1575 | integrity sha512-TeSq2kwZZwzt/6mfKW3FXtvVdtt9ne+Fvf5/jiBejOhGcnG3keVfsxQaHSUhy0xyHaCXDfj+kZLSPQrDtR5N4w== | ||
1576 | dependencies: | ||
1577 | "@types/markdown-it" "*" | ||
1578 | |||
1579 | "@types/markdown-it@*", "@types/markdown-it@^10.0.1": | ||
1573 | version "10.0.1" | 1580 | version "10.0.1" |
1574 | resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.1.tgz#94e252ab689c8e9ceb9aff2946e0a458390105eb" | 1581 | resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.1.tgz#94e252ab689c8e9ceb9aff2946e0a458390105eb" |
1575 | integrity sha512-L1ibTdA5IUe/cRBlf3N3syAOBQSN1WCMGtAWir6mKxibiRl4LmpZM4jLz+7zAqiMnhQuAP1sqZOF9wXgn2kpEg== | 1582 | integrity sha512-L1ibTdA5IUe/cRBlf3N3syAOBQSN1WCMGtAWir6mKxibiRl4LmpZM4jLz+7zAqiMnhQuAP1sqZOF9wXgn2kpEg== |
@@ -7376,6 +7383,11 @@ map-visit@^1.0.0: | |||
7376 | dependencies: | 7383 | dependencies: |
7377 | object-visit "^1.0.0" | 7384 | object-visit "^1.0.0" |
7378 | 7385 | ||
7386 | markdown-it-emoji@^1.4.0: | ||
7387 | version "1.4.0" | ||
7388 | resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#9bee0e9a990a963ba96df6980c4fddb05dfb4dcc" | ||
7389 | integrity sha1-m+4OmpkKljupbfaYDE/dsF37Tcw= | ||
7390 | |||
7379 | markdown-it@^11.0.0: | 7391 | markdown-it@^11.0.0: |
7380 | version "11.0.0" | 7392 | version "11.0.0" |
7381 | resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" | 7393 | resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" |