Skip to content

Commit 4ac8c9d

Browse files
authored
chore: Bump codemirror (#1148)
* chore: Bump codemirror * revert: Bring back comment highlight color * refactor: Better editor mount/unmount setup * refactor: Fix editor mount conditional * chore: Temp, playing with mounting of editor * refactor: Swap effect for input handler * refactor: Finalize mount/unmount/update * revert: Provide errors to editor, though they're unusable
1 parent ccab39c commit 4ac8c9d

6 files changed

Lines changed: 381 additions & 173 deletions

File tree

package-lock.json

Lines changed: 245 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,20 @@
6767
"vite-plugin-static-copy": "1.0.2"
6868
},
6969
"dependencies": {
70+
"@codemirror/commands": "^6.6.0",
71+
"@codemirror/lang-html": "^6.4.9",
72+
"@codemirror/lang-javascript": "^6.2.2",
73+
"@codemirror/lang-json": "^6.0.1",
74+
"@codemirror/language": "^6.10.2",
75+
"@codemirror/state": "^6.4.1",
76+
"@codemirror/view": "^6.28.1",
7077
"@docsearch/react": "^3.6.0",
7178
"@preact/preset-vite": "^2.8.2",
7279
"@preact/signals": "^1.1.3",
7380
"@preact/signals-core": "^1.2.3",
7481
"@rollup/browser": "^3.18.0",
7582
"@rollup/plugin-replace": "^5.0.5",
76-
"codemirror": "^5.50.2",
83+
"codemirror": "^6.0.1",
7784
"comlink": "^4.4.1",
7885
"decko": "^1.2.0",
7986
"htm": "^3.1.1",

0 commit comments

Comments
 (0)