Skip to content

Commit

Permalink
feat: integrate monaco-editor@0.45.0 (#4689)
Browse files Browse the repository at this point in the history
Refs #4688
  • Loading branch information
char0n authored Jan 9, 2024
1 parent bd7c9ab commit 3d2f89b
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 44 deletions.
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"js-file-download": "^0.4.12",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"monaco-editor": "=0.44.0",
"monaco-editor": "=0.45.0",
"monaco-marker-data-provider": "^1.1.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
Expand All @@ -104,7 +104,7 @@
"short-unique-id": "^4.4.4",
"styled-components": "^6.1.2",
"swagger-ui-react": "^5.10.5",
"vscode": "npm:@codingame/monaco-vscode-api@=1.83.16",
"vscode": "npm:@codingame/monaco-vscode-api@=1.85.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.swagger-editor {
&__editor-preview-swagger-ui {
}
}
1 change: 1 addition & 0 deletions src/plugins/editor-preview-swagger-ui/components/_all.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import './EditorPreviewSwaggerUI/editor-preview-swagger-ui';
2 changes: 1 addition & 1 deletion src/plugins/editor-preview-swagger-ui/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EditorPreviewSwaggerUI from './components/EditorPreviewSwaggerUI.jsx';
import EditorPreviewSwaggerUI from './components/EditorPreviewSwaggerUI/EditorPreviewSwaggerUI.jsx';
import JumpToPath from './components/JumpToPath.jsx';
import EditorPreviewWrapper from './wrap-components/EditorPreviewWrapper.jsx';
import { previewUnmounted } from './actions/preview-unmounted.js';
Expand Down
1 change: 1 addition & 0 deletions src/plugins/layout/components/Layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.Pane {
overflow-y: scroll;
background-color: #FFFFFF;
}

.dropzone {
Expand Down
1 change: 1 addition & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@import '../plugins/splash-screen/components/all';
@import '../plugins/editor-textarea/components/all';
@import '../plugins/editor-monaco/components/all';
@import '../plugins/editor-preview-swagger-ui/components/all';
@import '../plugins/editor-preview-asyncapi/components/all';
@import '../plugins/editor-preview-api-design-systems/components/all';

Expand Down

0 comments on commit 3d2f89b

Please sign in to comment.