Skip to content

Commit 39b5256

Browse files
committed
feat: update monaco-markdown
Change-Id: I766fc63b47e3d9ac12bc7244a75e6387ee342e46
1 parent b71b190 commit 39b5256

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"markdown-it-sup": "^1.0.0",
5252
"markdown-it-toc-and-anchor": "^4.2.0",
5353
"moment": "^2.24.0",
54-
"monaco-markdown": "^0.0.6",
54+
"monaco-markdown": "^0.0.12",
5555
"node-ssh": "^6.0.0",
5656
"normalize-path": "^3.0.0",
5757
"prismjs": "^1.16.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7577,17 +7577,17 @@ moment@^2.21.0, moment@^2.24.0:
75777577
resolved "http://registry.npm.taobao.org/moment/download/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
75787578
integrity sha1-DQVdU/UFKqZTyfbraLtdEr9cK1s=
75797579

7580-
monaco-editor@^0.17.1:
7581-
version "0.17.1"
7582-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.1.tgz#8fbe96ca54bfa75262706e044f8f780e904aa45c"
7583-
integrity sha512-JAc0mtW7NeO+0SwPRcdkfDbWLgkqL9WfP1NbpP9wNASsW6oWqgZqNIWt4teymGjZIXTElx3dnQmUYHmVrJ7HxA==
7580+
monaco-editor@0.30.1:
7581+
version "0.30.1"
7582+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.30.1.tgz#47f8d18a0aa2264fc5654581741ab8d7bec01689"
7583+
integrity sha512-B/y4+b2O5G2gjuxIFtCE2EkM17R2NM7/3F8x0qcPsqy4V83bitJTIO4TIeZpYlzu/xy6INiY/+84BEm6+7Cmzg==
75847584

7585-
monaco-markdown@^0.0.6:
7586-
version "0.0.6"
7587-
resolved "https://registry.yarnpkg.com/monaco-markdown/-/monaco-markdown-0.0.6.tgz#1da655869fc3deeb3336c3076864a20e613b146e"
7588-
integrity sha512-y5gXvnyGfry6e8RsHUtQBiYjvSM7wU55qa0wrwmL2A2QMZMtzNVdZ3kMxw9lYGRbpB9a1LtsUys7zooi2MoeqQ==
7585+
monaco-markdown@^0.0.12:
7586+
version "0.0.12"
7587+
resolved "https://registry.yarnpkg.com/monaco-markdown/-/monaco-markdown-0.0.12.tgz#b7a65d34539579872bf366610e6540cb7dd95dad"
7588+
integrity sha512-KkGheL2pUazZJY2DfBqpHuMQOjILkbYGNtF5MzpT3ZWupKjunkpL7ByKTllBQGKKcVNt5nuRHl7YsKFskWlc6Q==
75897589
dependencies:
7590-
monaco-editor "^0.17.1"
7590+
monaco-editor "0.30.1"
75917591
string-similarity "^3.0.0"
75927592

75937593
move-concurrently@^1.0.1:

0 commit comments

Comments
 (0)