mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 19:53:59 -05:00
Merge pull request #1650 from hedgedoc/renovate/master-remark-monorepo
This commit is contained in:
commit
c72760dca1
2 changed files with 5 additions and 19 deletions
|
@ -192,7 +192,7 @@
|
||||||
"prismjs": "1.24.1",
|
"prismjs": "1.24.1",
|
||||||
"raphael": "2.3.0",
|
"raphael": "2.3.0",
|
||||||
"remark-cli": "10.0.1",
|
"remark-cli": "10.0.1",
|
||||||
"remark-preset-lint-markdown-style-guide": "5.0.1",
|
"remark-preset-lint-markdown-style-guide": "5.1.1",
|
||||||
"reveal.js": "3.9.2",
|
"reveal.js": "3.9.2",
|
||||||
"select2": "3.5.2-browserify",
|
"select2": "3.5.2-browserify",
|
||||||
"socket.io-client": "2.4.0",
|
"socket.io-client": "2.4.0",
|
||||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -8851,19 +8851,6 @@ remark-lint-maximum-line-length@^3.0.0:
|
||||||
unist-util-position "^4.0.0"
|
unist-util-position "^4.0.0"
|
||||||
unist-util-visit "^4.0.0"
|
unist-util-visit "^4.0.0"
|
||||||
|
|
||||||
remark-lint-no-auto-link-without-protocol@^3.0.0:
|
|
||||||
version "3.1.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-3.1.0.tgz#24fe1c8b83b0d36944941f20f2b4eb68a29595ce"
|
|
||||||
integrity sha512-GqZXDu/xfajWCEPhS8UjO9dYMTlY5lD8ShoYIaouUgz3nNQvLwX33pTKqfRpd/R9EmV1uQw0PCJ6TYwhBrnOXQ==
|
|
||||||
dependencies:
|
|
||||||
"@types/mdast" "^3.0.0"
|
|
||||||
mdast-util-to-string "^3.0.0"
|
|
||||||
unified "^10.0.0"
|
|
||||||
unified-lint-rule "^2.0.0"
|
|
||||||
unist-util-generated "^2.0.0"
|
|
||||||
unist-util-position "^4.0.0"
|
|
||||||
unist-util-visit "^4.0.0"
|
|
||||||
|
|
||||||
remark-lint-no-blockquote-without-marker@^5.0.0:
|
remark-lint-no-blockquote-without-marker@^5.0.0:
|
||||||
version "5.1.0"
|
version "5.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.0.tgz#58bffb7d36d61628e9dc68bb0582897c55f34248"
|
resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.0.tgz#58bffb7d36d61628e9dc68bb0582897c55f34248"
|
||||||
|
@ -9177,10 +9164,10 @@ remark-parse@^10.0.0:
|
||||||
mdast-util-from-markdown "^1.0.0"
|
mdast-util-from-markdown "^1.0.0"
|
||||||
unified "^10.0.0"
|
unified "^10.0.0"
|
||||||
|
|
||||||
remark-preset-lint-markdown-style-guide@5.0.1:
|
remark-preset-lint-markdown-style-guide@5.1.1:
|
||||||
version "5.0.1"
|
version "5.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/remark-preset-lint-markdown-style-guide/-/remark-preset-lint-markdown-style-guide-5.0.1.tgz#a53018e4e44f4417b911968ee1ecc49aa3cff6a7"
|
resolved "https://registry.yarnpkg.com/remark-preset-lint-markdown-style-guide/-/remark-preset-lint-markdown-style-guide-5.1.1.tgz#7dbc13b208b44360041ba92d9596bce289dd4835"
|
||||||
integrity sha512-O/Es5sDhBcfwKu+9aQHs6Wj3NT3tb3bPGbSxw0cBaHdVAhNQV1+1yeQWzpoIk53vN5+7S4SeQwAx/Rsw1Youqw==
|
integrity sha512-QZr1Z0Ry83kF/qCa41c8JZlNR3RmI18AbQgK1kRKCdrnd4VSEIoMgeneb3B36qnJ8K5xugpf41ePL8oot6IArw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/mdast" "^3.0.0"
|
"@types/mdast" "^3.0.0"
|
||||||
remark-lint "^9.0.0"
|
remark-lint "^9.0.0"
|
||||||
|
@ -9202,7 +9189,6 @@ remark-preset-lint-markdown-style-guide@5.0.1:
|
||||||
remark-lint-list-item-spacing "^4.0.0"
|
remark-lint-list-item-spacing "^4.0.0"
|
||||||
remark-lint-maximum-heading-length "^3.0.0"
|
remark-lint-maximum-heading-length "^3.0.0"
|
||||||
remark-lint-maximum-line-length "^3.0.0"
|
remark-lint-maximum-line-length "^3.0.0"
|
||||||
remark-lint-no-auto-link-without-protocol "^3.0.0"
|
|
||||||
remark-lint-no-blockquote-without-marker "^5.0.0"
|
remark-lint-no-blockquote-without-marker "^5.0.0"
|
||||||
remark-lint-no-consecutive-blank-lines "^4.0.0"
|
remark-lint-no-consecutive-blank-lines "^4.0.0"
|
||||||
remark-lint-no-duplicate-headings "^3.0.0"
|
remark-lint-no-duplicate-headings "^3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue