Skip to content

Commit

Permalink
Update monaco-editor to 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jun 3, 2024
1 parent aa79bf1 commit 4e53e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {EditorProps, OnChange, OnMount} from '@monaco-editor/react';
// which doesn't play well (especially with Storybook).
// See https://www.npmjs.com/package/@monaco-editor/loader#configure-the-loader-to-load-the-monaco-as-an-npm-package
// if we ever want to switch to the NPM module instead.
loader.config({paths: {vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.48.0/min/vs'}});
loader.config({paths: {vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.49.0/min/vs'}});

interface JSONEditorProps {
value?: any;
Expand Down

0 comments on commit 4e53e74

Please sign in to comment.