mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
build(deps): bump marked from 1.2.7 to 2.0.3 (#18133)
bump marked from 1.2.7 to 2.0.3 Bumps [marked](https://github.com/markedjs/marked) from 1.2.7 to 2.0.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.7...v2.0.3)
This commit is contained in:
parent
89ecbba703
commit
d610bddc8e
@ -43,13 +43,15 @@ describe('renderMarkdown', () => {
|
||||
<p>Some text
|
||||
in the same paragraph
|
||||
with a <a href=\\"./destination\\">link</a>.</p>
|
||||
<pre><code class=\\"language-ts\\"><span class=\\"hljs-keyword\\">const</span> someTypeScriptCode = funcCall()</code></pre>
|
||||
<pre><code class=\\"language-ts\\"><span class=\\"hljs-keyword\\">const</span> someTypeScriptCode = funcCall()
|
||||
</code></pre>
|
||||
<ul>
|
||||
<li>bullet list item 1</li>
|
||||
<li>bullet list item 2</li>
|
||||
</ul>
|
||||
<ol>
|
||||
<li>item 1<pre><code class=\\"language-ts\\"><span class=\\"hljs-keyword\\">const</span> codeInsideTheBulletPoint = <span class=\\"hljs-string\\">\\"string\\"</span></code></pre>
|
||||
<li>item 1<pre><code class=\\"language-ts\\"><span class=\\"hljs-keyword\\">const</span> codeInsideTheBulletPoint = <span class=\\"hljs-string\\">\\"string\\"</span>
|
||||
</code></pre>
|
||||
</li>
|
||||
<li>item 2</li>
|
||||
</ol>
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
"@types/js-cookie": "2.2.6",
|
||||
"@types/jsdom": "12.2.4",
|
||||
"@types/lodash": "4.14.167",
|
||||
"@types/marked": "1.2.1",
|
||||
"@types/marked": "2.0.2",
|
||||
"@types/mime-types": "2.1.0",
|
||||
"@types/mini-css-extract-plugin": "1.2.2",
|
||||
"@types/mocha": "8.2.0",
|
||||
@ -339,7 +339,7 @@
|
||||
"js-cookie": "^2.2.1",
|
||||
"linguist-languages": "^7.14.0",
|
||||
"lodash": "^4.17.20",
|
||||
"marked": "^1.2.7",
|
||||
"marked": "^2.0.3",
|
||||
"mdi-react": "^7.3.0",
|
||||
"minimatch": "^3.0.4",
|
||||
"monaco-editor": "^0.24.0",
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@ -4236,10 +4236,10 @@
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/marked@1.2.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.npmjs.org/@types/marked/-/marked-1.2.1.tgz#9864ecc10d0edb72e7be4e94acb5fcc607c15eed"
|
||||
integrity sha512-d5adCgRHB+NAme23hkiTkvpfZUDqoNtL2Sr2nZBJqSj3zyHLxsfFWsGQ2sK2z9aX6L1xkJzon2c0jTPcsEjpaQ==
|
||||
"@types/marked@2.0.2":
|
||||
version "2.0.2"
|
||||
resolved "https://registry.npmjs.org/@types/marked/-/marked-2.0.2.tgz#33a15106383f6e42cd6bdd38093e6b19904e29e1"
|
||||
integrity sha512-P4zanhCQKs4tiWPPBGpB7lHflgFCP9DFGNI5YtpW9MALKoy2qs9rHNWJ+z55cegD9uCfnmsKuaosq9FNvbxrOw==
|
||||
|
||||
"@types/mdast@^3.0.0":
|
||||
version "3.0.3"
|
||||
@ -15455,10 +15455,10 @@ marked@1.0.0:
|
||||
resolved "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz#d35784245a04871e5988a491e28867362e941693"
|
||||
integrity sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==
|
||||
|
||||
marked@^1.2.7:
|
||||
version "1.2.7"
|
||||
resolved "https://registry.npmjs.org/marked/-/marked-1.2.7.tgz#6e14b595581d2319cdcf033a24caaf41455a01fb"
|
||||
integrity sha512-No11hFYcXr/zkBvL6qFmAp1z6BKY3zqLMHny/JN/ey+al7qwCM2+CMBL9BOgqMxZU36fz4cCWfn2poWIf7QRXA==
|
||||
marked@^2.0.3:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz#3551c4958c4da36897bda2a16812ef1399c8d6b0"
|
||||
integrity sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==
|
||||
|
||||
marky@^1.2.0:
|
||||
version "1.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user