Skip to content

Commit

Permalink
Merge pull request #18 from Exabyte-io/feature/SOF-6727-1
Browse files Browse the repository at this point in the history
chore: update codemirror 5.47.0 to 6.0.1
  • Loading branch information
VsevolodX authored Aug 10, 2023
2 parents 111881b + 8dcf9f6 commit 2f7755e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
15 changes: 12 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/react-beautiful-dnd": "^13.1.4",
"@types/underscore.string": "0.0.38",
"@uiw/react-codemirror": "^4.19.9",
"codemirror": "^5.47.0",
"codemirror": "^6.0.1",
"jszip": "^3.0.0",
"jszip-utils": "0.0.2",
"katex": "^0.16.7",
Expand Down
7 changes: 0 additions & 7 deletions src/other/codemirror/CodeMirror.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import "codemirror/lib/codemirror.css";
import "codemirror/mode/jinja2/jinja2";
import "codemirror/mode/fortran/fortran";
import "codemirror/mode/shell/shell";
import "codemirror/mode/python/python";
import "codemirror/mode/javascript/javascript";

import { autocompletion, CompletionContext, CompletionResult } from "@codemirror/autocomplete";
import { javascript } from "@codemirror/lang-javascript";
import { json, jsonParseLinter } from "@codemirror/lang-json";
Expand Down

0 comments on commit 2f7755e

Please sign in to comment.