diff --git a/examples/webgpu_tsl_editor.html b/examples/webgpu_tsl_editor.html index e360ec8b5a453d..3c4c137f2937e7 100644 --- a/examples/webgpu_tsl_editor.html +++ b/examples/webgpu_tsl_editor.html @@ -36,7 +36,7 @@
- + + + diff --git a/manual/examples/resources/editor.js b/manual/examples/resources/editor.js index 224936b9f65221..2603a90adef5f0 100644 --- a/manual/examples/resources/editor.js +++ b/manual/examples/resources/editor.js @@ -1961,7 +1961,7 @@ async function openInStackBlitz() { } else { applySubstitutions(); - require.config( { paths: { 'vs': 'https://cdn.jsdelivr.net/npm/monaco-editor@0.34.1/min/vs' } } ); + require.config( { paths: { 'vs': 'https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs' } } ); require( [ 'vs/editor/editor.main' ], main ); } diff --git a/playground/elements/CodeEditorElement.js b/playground/elements/CodeEditorElement.js index 3ab8426dbe81b5..fee1ea57e3f18d 100644 --- a/playground/elements/CodeEditorElement.js +++ b/playground/elements/CodeEditorElement.js @@ -22,7 +22,7 @@ export class CodeEditorElement extends Element { this.editor = null; // async - window.require.config( { paths: { 'vs': 'https://cdn.jsdelivr.net/npm/monaco-editor@0.48.0/min/vs' } } ); + window.require.config( { paths: { 'vs': 'https://cdn.jsdelivr.net/npm/monaco-editor@0.52.2/min/vs' } } ); require( [ 'vs/editor/editor.main' ], () => { diff --git a/playground/index.html b/playground/index.html index 333fd9df1a5088..58322b859c6e25 100644 --- a/playground/index.html +++ b/playground/index.html @@ -92,7 +92,7 @@ - +