Skip to content

Commit

Permalink
feat(module:code-editor): upgrade monaco to 0.20.0 and update interfa…
Browse files Browse the repository at this point in the history
…ces (#4984)
  • Loading branch information
Wendell authored Apr 7, 2020
1 parent 9de4cb2 commit 3963ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/code-editor/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import { InjectionToken } from '@angular/core';
import { SafeUrl } from '@angular/platform-browser';
import { editor } from 'monaco-editor';
import IEditorConstructionOptions = editor.IEditorConstructionOptions;
import IStandAloneEditorConstructionOptions = editor.IStandaloneEditorConstructionOptions;
import IDiffEditorConstructionOptions = editor.IDiffEditorConstructionOptions;

export type EditorOptions = IEditorConstructionOptions;
export type EditorOptions = IStandAloneEditorConstructionOptions;
export type DiffEditorOptions = IDiffEditorConstructionOptions;
export type JoinedEditorOptions = EditorOptions | DiffEditorOptions;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"lodash.debounce": "^4.0.8",
"marked": "^0.7.0",
"minimist": "^1.2.0",
"monaco-editor": "^0.17.1",
"monaco-editor": "^0.20.0",
"ng-packagr": "^9.0.0",
"ngx-color": "^5.0.0",
"node-prismjs": "^0.1.2",
Expand Down

0 comments on commit 3963ad1

Please sign in to comment.