Force specific version of monaco-editor-webpack-plugin for compatibility
This commit is contained in:
parent
7d421291df
commit
1a7bb9b642
2 changed files with 14 additions and 0 deletions
13
debian/patches/0750-use-matching-monaco-editor-webpack-plugin.patch
vendored
Normal file
13
debian/patches/0750-use-matching-monaco-editor-webpack-plugin.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
4.2.0 is not compatible with the installed monaco-editor module
|
||||
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -153,7 +153,7 @@
|
||||
"mermaid": "^8.10.2",
|
||||
"minimatch": "link:/usr/share/nodejs/minimatch",
|
||||
"monaco-editor": "^0.25.2",
|
||||
- "monaco-editor-webpack-plugin": "^4.0.0",
|
||||
+ "monaco-editor-webpack-plugin": "4.0.0",
|
||||
"monaco-yaml": "^2.5.1",
|
||||
"mousetrap": "1.6.5",
|
||||
"papaparse": "^5.3.1",
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -23,6 +23,7 @@
|
|||
0700-add-salsa-link-to-help.patch
|
||||
0710-use-yarnpkg.patch
|
||||
0740-use-packaged-modules.patch
|
||||
0750-use-matching-monaco-editor-webpack-plugin.patch
|
||||
0750-fix-relative-paths.patch
|
||||
0770-remove-capybara-screenshot-rspec.patch
|
||||
0800-search-binaries-in-path.patch
|
||||
|
|
Loading…
Reference in a new issue