Commit 132a35e4 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'rk/118664-upgrade-monaco-editor' into 'master'

Updated monaco-editor dependency

Closes #118664

See merge request gitlab-org/gitlab!21938
parents f6de69a4 d0aa81b1
---
title: Updated monaco-editor dependency
merge_request: 21938
author:
type: other
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
"katex": "^0.10.0", "katex": "^0.10.0",
"marked": "^0.3.12", "marked": "^0.3.12",
"mermaid": "^8.4.2", "mermaid": "^8.4.2",
"monaco-editor": "^0.15.6", "monaco-editor": "^0.18.1",
"monaco-editor-webpack-plugin": "^1.7.0", "monaco-editor-webpack-plugin": "^1.7.0",
"mousetrap": "^1.4.6", "mousetrap": "^1.4.6",
"pdfjs-dist": "^2.0.943", "pdfjs-dist": "^2.0.943",
...@@ -200,7 +200,8 @@ ...@@ -200,7 +200,8 @@
"yarn-deduplicate": "^1.1.1" "yarn-deduplicate": "^1.1.1"
}, },
"resolutions": { "resolutions": {
"vue-jest/ts-jest": "24.0.0" "vue-jest/ts-jest": "24.0.0",
"monaco-editor" : "0.18.1"
}, },
"engines": { "engines": {
"node": ">=8.10.0", "node": ">=8.10.0",
......
...@@ -7820,10 +7820,10 @@ monaco-editor-webpack-plugin@^1.7.0: ...@@ -7820,10 +7820,10 @@ monaco-editor-webpack-plugin@^1.7.0:
dependencies: dependencies:
"@types/webpack" "^4.4.19" "@types/webpack" "^4.4.19"
monaco-editor@^0.15.6: monaco-editor@0.18.1, monaco-editor@^0.18.1:
version "0.15.6" version "0.18.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.15.6.tgz#d63b3b06f86f803464f003b252627c3eb4a09483" resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.18.1.tgz#ced7c305a23109875feeaf395a504b91f6358cfc"
integrity sha512-JoU9V9k6KqT9R9Tiw1RTU8ohZ+Xnf9DMg6Ktqqw5hILumwmq7xqa/KLXw513uTUsWbhtnHoSJYYR++u3pkyxJg== integrity sha512-fmL+RFZ2Hrezy+X/5ZczQW51LUmvzfcqOurnkCIRFTyjdVjzR7JvENzI6+VKBJzJdPh6EYL4RoWl92b2Hrk9fw==
mousetrap@^1.4.6: mousetrap@^1.4.6:
version "1.4.6" version "1.4.6"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment