Skip to content

Commit

Permalink
monacoEditorVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Aug 22, 2022
1 parent 7696f51 commit 94a301a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ResourceManagementOptionsConfiguration : IConfigureOptions<Resource
private readonly PathString _pathBase;
// Versions
private const string codeMirrorVersion = "5.65.7";
private const string monacoEditorVersion = "0.33.0";
private const string monacoEditorVersion = "0.34.0";
// URLs
private const string cloudflareUrl = "https://cdnjs.cloudflare.com/ajax/libs/";
private const string codeMirrorUrl = cloudflareUrl + "codemirror/" + codeMirrorVersion + "/";
Expand Down

0 comments on commit 94a301a

Please sign in to comment.