From 8999cbc8f6df0d0f2cabfb54da1d8d059837b746 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 23 May 2022 17:51:28 +0300 Subject: [PATCH] chore(demo): upgrade monaco editor to 0.33.0 --- demo/index.html | 2 +- demo/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/index.html b/demo/index.html index 1156bd1..0639147 100644 --- a/demo/index.html +++ b/demo/index.html @@ -27,7 +27,7 @@

AVR8js LED Demo


       
     
-    
+    
     
   
 
diff --git a/demo/src/index.ts b/demo/src/index.ts
index a8a0876..a76d1fe 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.21.2/min/vs' },
+  paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.33.0/min/vs' },
 });
 window.require(['vs/editor/editor.main'], () => {
   editor = monaco.editor.create(document.querySelector('.code-editor'), {