mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-17 05:41:29 +00:00
Update definitely typed
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ab670a44cc
commit
f30c5e71ac
2 changed files with 16 additions and 7 deletions
|
@ -16,8 +16,8 @@
|
|||
"@types/diff": "5.0.1",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/luxon": "2.0.0",
|
||||
"@types/markdown-it": "12.2.0",
|
||||
"@types/luxon": "2.0.1",
|
||||
"@types/markdown-it": "12.2.1",
|
||||
"@types/markdown-it-container": "2.0.4",
|
||||
"@types/markdown-it-plantuml": "1.4.1",
|
||||
"@types/mermaid": "8.2.7",
|
||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -2478,10 +2478,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9"
|
||||
integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==
|
||||
|
||||
"@types/luxon@2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.0.tgz#3dd1d8c51b49e34585c5158ba3393e95c51fee89"
|
||||
integrity sha512-L7iL3FitRSeuz8fbeLtql7qU6inHVtwEDWI1+vBXgyp0J2tmxOD7TgMBiEQjII/Y/TPcwrKasXb1BPuiCXRgxg==
|
||||
"@types/luxon@2.0.1":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.1.tgz#4be7e91283de747ca061a071ef0c3747a710bda1"
|
||||
integrity sha512-EqwKd+cuzQ6Jz/zsFYOofHzSfZSh1x3eBBj9+2IYk5vF3I1JnysPFK/I0YnkJ0artgvVY3jJYf2fGdIzoK0UIA==
|
||||
|
||||
"@types/markdown-it-container@2.0.4":
|
||||
version "2.0.4"
|
||||
|
@ -2497,7 +2497,7 @@
|
|||
dependencies:
|
||||
"@types/markdown-it" "*"
|
||||
|
||||
"@types/markdown-it@*", "@types/markdown-it@12.2.0":
|
||||
"@types/markdown-it@*":
|
||||
version "12.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.0.tgz#f609929ac1e50cf0d039473fb331ebc62e313b34"
|
||||
integrity sha512-YEpywby5S2wt64C2E3bcpLvtIV8BuCj+4AGtL7tU51V8Vr1qwm+cX9gFfWRyclgLC0UK/7w2heYmhymDi+snzw==
|
||||
|
@ -2506,6 +2506,15 @@
|
|||
"@types/mdurl" "*"
|
||||
highlight.js "^10.7.2"
|
||||
|
||||
"@types/markdown-it@12.2.1":
|
||||
version "12.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.1.tgz#ca36e1edce6f15a770f3e99e68622d1d2e2f0c65"
|
||||
integrity sha512-iij+ilRX/vxtUPCREjn74xzHo/RorHJDwOsJ6X+TgKw7zSvazhVXnDfwlTnyLOMdiVUjtRYU4CrcUZ7Aci4PmQ==
|
||||
dependencies:
|
||||
"@types/linkify-it" "*"
|
||||
"@types/mdurl" "*"
|
||||
highlight.js "^10.7.2"
|
||||
|
||||
"@types/mdurl@*":
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
|
||||
|
|
Loading…
Reference in a new issue