debian-mirror-gitlab/debian/patches/0510-remove-manual-resolution-for-monaco-editor.patch

24 lines
699 B
Diff

This is removed in newer versions already.
Bug, Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995572
--- a/package.json
+++ b/package.json
@@ -148,7 +148,7 @@
"mathjax": "3",
"mermaid": "^8.10.2",
"minimatch": "^3.0.4",
- "monaco-editor": "^0.25.2",
+ "monaco-editor": "^0.26.1",
"monaco-editor-webpack-plugin": "^4.0.0",
"monaco-yaml": "^2.5.1",
"mousetrap": "1.6.5",
@@ -270,8 +270,7 @@
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue"
},
"resolutions": {
- "chokidar": "^3.4.0",
- "monaco-editor": "0.24.0"
+ "chokidar": "^3.4.0"
},
"engines": {
"node": ">=10.13.0",