Skip to content

Commit

Permalink
docs: Preload correct monaco version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 12, 2023
1 parent 242127e commit ae0e03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Playground/MonacoPreloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function MonacoPreloads() {
}
export default memo(MonacoPreloads);

export const MONACO_VERSION = '0.40.0';
export const MONACO_VERSION = '0.43.0';

const monacoPreloads = [
`https://cdn.jsdelivr.net/npm/monaco-editor@${MONACO_VERSION}/min/vs/editor/editor.main.js`,
Expand Down

0 comments on commit ae0e03a

Please sign in to comment.