summaryrefslogtreecommitdiffstats
path: root/ui/yarn.lock
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-29 10:16:43 -0700
committerDessalines <tyhou13@gmx.com>2019-04-29 10:16:43 -0700
commitd13a95da27c847e3f53b0bcf38d77d79f67891ad (patch)
tree05418c9c8d3320985b8d1ec2008f608f73ddc286 /ui/yarn.lock
parent85ed895c5f56e2468b1c4973faa99a64da36a6ad (diff)
Adding support for spoilers.
- Fixes #104 example : ``` ::: spoiler hidden stuff *a bunch of spoilers here* ::: ```
Diffstat (limited to 'ui/yarn.lock')
-rw-r--r--ui/yarn.lock14
1 files changed, 13 insertions, 1 deletions
diff --git a/ui/yarn.lock b/ui/yarn.lock
index 5756a444..2b29b787 100644
--- a/ui/yarn.lock
+++ b/ui/yarn.lock
@@ -38,7 +38,14 @@
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz#ea3dd64c4805597311790b61e872cbd1ed2cd806"
integrity sha512-Q7DYAOi9O/+cLLhdaSvKdaumWyHbm7HAk/bFwwyTuU0arR5yyCeW5GOoqt4tJTpDRxhpx9Q8kQL6vMpuw9hDSw==
-"@types/markdown-it@^0.0.7":
+"@types/markdown-it-container@^2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@types/markdown-it-container/-/markdown-it-container-2.0.2.tgz#0e624653415a1c2f088a5ae51f7bfff480c03f49"
+ integrity sha512-T770GL+zJz8Ssh1NpLiOruYhrU96yb8ovPSegLrWY5XIkJc6PVVC7kH/oQaVD0rkePpWMFJK018OgS/pwviOMw==
+ dependencies:
+ "@types/markdown-it" "*"
+
+"@types/markdown-it@*", "@types/markdown-it@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-0.0.7.tgz#75070485a3d8ad11e7deb8287f4430be15bf4d39"
integrity sha512-WyL6pa76ollQFQNEaLVa41ZUUvDvPY+qAUmlsphnrpL6I9p1m868b26FyeoOmo7X3/Ta/S9WKXcEYXUSHnxoVQ==
@@ -1674,6 +1681,11 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"
+markdown-it-container@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/markdown-it-container/-/markdown-it-container-2.0.0.tgz#0019b43fd02eefece2f1960a2895fba81a404695"
+ integrity sha1-ABm0P9Au7+zi8ZYKKJX7qBpARpU=
+
markdown-it@^8.4.2:
version "8.4.2"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"