Skip to content

Commit

Permalink
chore: Bump codemirror (#1148)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rschristian authored Jul 4, 2024
1 parent ccab39c commit 4ac8c9d
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 173 deletions.
249 changes: 245 additions & 4 deletions package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,20 @@
"vite-plugin-static-copy": "1.0.2"
},
"dependencies": {
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.1",
"@docsearch/react": "^3.6.0",
"@preact/preset-vite": "^2.8.2",
"@preact/signals": "^1.1.3",
"@preact/signals-core": "^1.2.3",
"@rollup/browser": "^3.18.0",
"@rollup/plugin-replace": "^5.0.5",
"codemirror": "^5.50.2",
"codemirror": "^6.0.1",
"comlink": "^4.4.1",
"decko": "^1.2.0",
"htm": "^3.1.1",
Expand Down
Loading

0 comments on commit 4ac8c9d

Please sign in to comment.