From 7a62f64dc64b584602a119635d967144c74b0f9f Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 12 Dec 2020 02:09:39 +0200 Subject: chore(demo): upgrade monaco editor to 0.21.2 --- demo/src/index.html | 2 +- demo/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demo/src') diff --git a/demo/src/index.html b/demo/src/index.html index da49324..1467176 100644 --- a/demo/src/index.html +++ b/demo/src/index.html @@ -27,7 +27,7 @@

       
     
-    
+    
     
   
 
diff --git a/demo/src/index.ts b/demo/src/index.ts
index 4fe6f08..a8a0876 100644
--- a/demo/src/index.ts
+++ b/demo/src/index.ts
@@ -30,7 +30,7 @@ void loop() {
 declare const window: any; // eslint-disable-line @typescript-eslint/no-explicit-any
 declare const monaco: any; // eslint-disable-line @typescript-eslint/no-explicit-any
 window.require.config({
-  paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.20.0/min/vs' },
+  paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.21.2/min/vs' },
 });
 window.require(['vs/editor/editor.main'], () => {
   editor = monaco.editor.create(document.querySelector('.code-editor'), {
-- 
cgit v1.2.3