mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-14 16:54:28 +00:00
Update markmap
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c3e902f4fd
commit
ce8ac43e62
2 changed files with 17 additions and 17 deletions
|
@ -79,9 +79,9 @@
|
|||
"markdown-it-sup": "1.0.0",
|
||||
"markdown-it-task-lists": "2.1.1",
|
||||
"markdown-it-toc-done-right": "4.2.0",
|
||||
"markmap-common": "0.1.3",
|
||||
"markmap-lib": "0.11.2",
|
||||
"markmap-view": "0.2.2",
|
||||
"markmap-common": "0.1.4",
|
||||
"markmap-lib": "0.11.3",
|
||||
"markmap-view": "0.2.3",
|
||||
"mermaid": "8.9.2",
|
||||
"node-sass": "4.14.1",
|
||||
"react": "17.0.1",
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -9795,35 +9795,35 @@ markdown-it@12.0.4:
|
|||
mdurl "^1.0.1"
|
||||
uc.micro "^1.0.5"
|
||||
|
||||
markmap-common@0.1.3, markmap-common@^0.1.3:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/markmap-common/-/markmap-common-0.1.3.tgz#f008969dcff642227258a056900c4c486e3bfee3"
|
||||
integrity sha512-6C1rLBbJ5JVE0V+1Er4qWtCBjnn71CLjSSxC0f6L4akFAyio0sGgE/r6nmbD2zrYFD8BGea3uUM3IPZonE0Vfg==
|
||||
markmap-common@0.1.4, markmap-common@^0.1.4:
|
||||
version "0.1.4"
|
||||
resolved "https://registry.yarnpkg.com/markmap-common/-/markmap-common-0.1.4.tgz#065a59381c650c18ab84a7ad98ff84ff7ec9ca85"
|
||||
integrity sha512-B1oPFXm6gudKzoyfuHBF6lBFXX68DJoQJ970GiWhJbCmpG2H1Qh3NQtWUD2ZgzDYS1RRtK0vt2Mx7pSb5viCZg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.1"
|
||||
|
||||
markmap-lib@0.11.2:
|
||||
version "0.11.2"
|
||||
resolved "https://registry.yarnpkg.com/markmap-lib/-/markmap-lib-0.11.2.tgz#67cc1042bb01b0fc244f90dc01fa2bf8ab44a101"
|
||||
integrity sha512-NY82GmL8vMZLoqTRH5j9+40hhpWtmHlMqyb8Px9nhqdoa44YFd2sG3q5iu90Rc9cN7E56ox/fwuQZxG+W+zQoQ==
|
||||
markmap-lib@0.11.3:
|
||||
version "0.11.3"
|
||||
resolved "https://registry.yarnpkg.com/markmap-lib/-/markmap-lib-0.11.3.tgz#10bdd384cc0ed1b6c6e4d69fd4b5a22fc133d718"
|
||||
integrity sha512-wIQjg0w1A1GqU4P46iOWJKEHWCGEVGL4QK7/mQfGKKfmwEQmwJkonX0DgQCsWn3qs482jZepya2ML9HFpcedeQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
katex "^0.12.0"
|
||||
markmap-common "^0.1.3"
|
||||
markmap-common "^0.1.4"
|
||||
prismjs "^1.21.0"
|
||||
remarkable "^2.0.0"
|
||||
remarkable-katex "^1.1.6"
|
||||
|
||||
markmap-view@0.2.2:
|
||||
version "0.2.2"
|
||||
resolved "https://registry.yarnpkg.com/markmap-view/-/markmap-view-0.2.2.tgz#a2299d2059954a4b871b3538ae04a5814504824c"
|
||||
integrity sha512-LSBNy/zTPB+l2JsGTdgD9TA5aOA3bGUg/Wk1mulNeIjP24X5i/8dssJ3n+XZIxWz0c3y8w282ls50ZntRpIycA==
|
||||
markmap-view@0.2.3:
|
||||
version "0.2.3"
|
||||
resolved "https://registry.yarnpkg.com/markmap-view/-/markmap-view-0.2.3.tgz#d430de97649369b70db1d394272d9f85bf3a9177"
|
||||
integrity sha512-CU1i+7S6be2iG7gME+HHKq3RBb3vre8qPX/HaMaqeE0xPaa9we93X9cy71BELjsMnBAoAp3oDLfxcn5EjF9mag==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@types/d3" "^6.0.0"
|
||||
d3 "^6.2.0"
|
||||
d3-flextree "^2.1.1"
|
||||
markmap-common "^0.1.3"
|
||||
markmap-common "^0.1.4"
|
||||
|
||||
md5.js@^1.3.4:
|
||||
version "1.3.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue