Skip to content

Commit 21ea515

Browse files
limeburstclaude
andcommitted
control-plane: Replace CodeMirror with Monaco editor
Monaco provides a built-in VS Code-like minimap and richer editing features out of the box. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1ad49cc commit 21ea515

File tree

4 files changed

+82
-392
lines changed

4 files changed

+82
-392
lines changed

control-plane/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,16 @@
2222
},
2323
"dependencies": {
2424
"@aws-sdk/client-s3": "^3.892.0",
25-
"@codemirror/lang-html": "^6.4.9",
26-
"@codemirror/lang-javascript": "^6.2.2",
27-
"@codemirror/lang-json": "^6.0.1",
28-
"@codemirror/lang-less": "^6.0.2",
29-
"@codemirror/lang-markdown": "^6.2.5",
30-
"@codemirror/theme-one-dark": "^6.1.3",
31-
"@codemirror/view": "^6.38.2",
3225
"@hookform/resolvers": "^5.2.2",
3326
"@lucia-auth/adapter-postgresql": "^3.1.2",
27+
"@monaco-editor/react": "^4.7.0",
3428
"@node-rs/argon2": "^1.8.3",
3529
"@radix-ui/react-checkbox": "^1.3.3",
3630
"@radix-ui/react-dropdown-menu": "^2.1.16",
3731
"@radix-ui/react-label": "^2.1.8",
3832
"@radix-ui/react-slot": "^1.2.0",
3933
"@radix-ui/react-toast": "^1.2.15",
4034
"@sentry/nextjs": "^10.36.0",
41-
"@uiw/react-codemirror": "^4.22.2",
4235
"@upyo/core": "^0.1.1",
4336
"@upyo/mailgun": "^0.1.1",
4437
"@zip.js/zip.js": "^2.8.2",

0 commit comments

Comments
 (0)