chore(editor): update to latest version

This commit is contained in:
Rotzbua 2024-12-31 10:25:45 +01:00 committed by Olivier Chafik
commit 7ffedccf2e
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -16,5 +16,5 @@ export default {
preview: true,
},
codeLens: true,
wordBasedSuggestions: false,
wordBasedSuggestions: "off",
} as monaco.editor.IStandaloneEditorConstructionOptions;