chore(editor): update to latest version
This commit is contained in:
parent
6a9529aab7
commit
7ffedccf2e
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"chroma-js": "^3.1.2",
|
||||
"debug": "^4.4.0",
|
||||
"jszip": "^3.10.1",
|
||||
"monaco-editor": "^0.36.1",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"primeflex": "^3.3.1",
|
||||
"primeicons": "^7.0.0",
|
||||
"primereact": "^10.8.5",
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ export default {
|
|||
preview: true,
|
||||
},
|
||||
codeLens: true,
|
||||
wordBasedSuggestions: false,
|
||||
wordBasedSuggestions: "off",
|
||||
} as monaco.editor.IStandaloneEditorConstructionOptions;
|
||||
|
|
|
|||
Loading…
Reference in a new issue