Skip to content

Commit

Permalink
chore(deps): update dependency monaco-editor to v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2023
1 parent f5a906f commit 2cee0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer-v2/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

%sveltekit.head%
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.43.0/min/vs/loader.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.44.0/min/vs/loader.min.js"></script>
</head>
<body>
<div id="svelte">%sveltekit.body%</div>
Expand Down

0 comments on commit 2cee0a6

Please sign in to comment.