Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit fc15597

Browse files
Update CodeMirror to v6
1 parent 338bff2 commit fc15597

File tree

2 files changed

+760
-389
lines changed

2 files changed

+760
-389
lines changed

Diff for: package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"format": "prettier --write ."
1010
},
1111
"devDependencies": {
12-
"@codemirror/autocomplete": "0.20.1",
12+
"@codemirror/autocomplete": "6.5.1",
1313
"@codemirror/basic-setup": "0.20.0",
1414
"@codemirror/closebrackets": "0.19.2",
15-
"@codemirror/commands": "0.20.0",
15+
"@codemirror/commands": "6.2.2",
1616
"@codemirror/comment": "0.19.1",
1717
"@codemirror/fold": "0.19.4",
1818
"@codemirror/gutter": "0.19.9",
1919
"@codemirror/highlight": "0.19.8",
2020
"@codemirror/history": "0.19.2",
21-
"@codemirror/language": "0.20.0",
22-
"@codemirror/lint": "0.20.2",
21+
"@codemirror/language": "6.6.0",
22+
"@codemirror/lint": "6.2.1",
2323
"@codemirror/matchbrackets": "0.19.4",
2424
"@codemirror/rectangular-selection": "0.19.2",
25-
"@codemirror/search": "0.20.1",
26-
"@codemirror/state": "0.20.0",
25+
"@codemirror/search": "6.3.0",
26+
"@codemirror/state": "6.2.0",
2727
"@codemirror/stream-parser": "0.19.9",
28-
"@codemirror/view": "0.20.4",
28+
"@codemirror/view": "6.9.4",
2929
"@sveltejs/adapter-node": "next",
3030
"@sveltejs/kit": "next",
3131
"@typescript-eslint/eslint-plugin": "5.23.0",
@@ -45,8 +45,8 @@
4545
},
4646
"type": "module",
4747
"dependencies": {
48-
"@codemirror/collab": "0.20.0",
49-
"@codemirror/legacy-modes": "0.20.0",
48+
"@codemirror/collab": "6.0.0",
49+
"@codemirror/legacy-modes": "6.3.2",
5050
"luaparse": "0.3.1",
5151
"uuid-random": "1.3.2"
5252
}

0 commit comments

Comments
 (0)