Skip to content

Commit a6ec261

Browse files
authored
remove monaco in favor of codemirror (#2920)
* remove monaco in favor of codemirror * fix workflow start * remove class from workflow start summary, made it look weird * rename preview * refactor components to get rid of tab wonkiness * add border to preview * add story
1 parent 474091a commit a6ec261

15 files changed

+582
-333
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,18 @@
7777
"validate:versions": "./scripts/validate-versions.sh"
7878
},
7979
"dependencies": {
80-
"@codemirror/autocomplete": "^6.17.0",
81-
"@codemirror/commands": "^6.6.0",
80+
"@codemirror/autocomplete": "^6.18.7",
81+
"@codemirror/commands": "^6.8.1",
8282
"@codemirror/lang-go": "^6.0.1",
8383
"@codemirror/lang-java": "^6.0.2",
84-
"@codemirror/lang-json": "^6.0.1",
84+
"@codemirror/lang-json": "^6.0.2",
85+
"@codemirror/lang-markdown": "^6.3.4",
8586
"@codemirror/lang-php": "^6.0.2",
86-
"@codemirror/language": "^6.10.2",
87-
"@codemirror/legacy-modes": "^6.4.0",
88-
"@codemirror/state": "^6.4.1",
89-
"@codemirror/view": "^6.29.0",
87+
"@codemirror/language": "^6.11.3",
88+
"@codemirror/language-data": "^6.5.1",
89+
"@codemirror/legacy-modes": "^6.5.1",
90+
"@codemirror/state": "^6.5.2",
91+
"@codemirror/view": "^6.38.2",
9092
"@fontsource-variable/inter": "^5.0.8",
9193
"@fontsource/noto-sans-mono": "^5.0.9",
9294
"@lezer/highlight": "^1.1.3",
@@ -107,7 +109,6 @@
107109
"lodash.groupby": "^4.6.0",
108110
"mdast-util-from-markdown": "^2.0.1",
109111
"mdast-util-to-hast": "^13.2.0",
110-
"monaco-editor": "^0.50.0",
111112
"remark-stringify": "^10.0.3",
112113
"sveltekit-superforms": "^2.26.1",
113114
"tailwind-merge": "^1.14.0",

0 commit comments

Comments
 (0)