op-packages/luci-app-openclash/tools/codemirror/package.json
github-actions[bot] ccd8763bcd 💐 Sync 2026-07-18 20:20:11
2026-07-18 20:20:11 +08:00

31 lines
1.1 KiB
JSON

{
"name": "openclash-codemirror6",
"private": true,
"type": "module",
"_comment": "@codemirror/* packages are pinned to ~2025-11 versions (pre-tile-system) to avoid @codemirror/view TilePointer.advance() crash in merge view. DO NOT upgrade @codemirror/* unless the upstream tile.ts bug is confirmed fixed.",
"dependencies": {
"codemirror": "6.0.2",
"@codemirror/view": "6.38.8",
"@codemirror/state": "6.5.0",
"@codemirror/language": "6.11.2",
"@codemirror/commands": "6.8.0",
"@codemirror/search": "6.5.8",
"@codemirror/lint": "6.8.4",
"@codemirror/lang-yaml": "6.1.2",
"@codemirror/lang-markdown": "6.3.2",
"@codemirror/merge": "6.8.0",
"@codemirror/legacy-modes": "6.4.3",
"@codemirror/autocomplete": "6.18.6",
"@lezer/common": "1.2.3",
"@lezer/highlight": "1.2.1",
"@lezer/lr": "1.4.2",
"@fsegurai/codemirror-theme-bundle": "6.4.2",
"@babel/runtime": "8.0.0",
"js-yaml": "5.2.1",
"marked": "18.0.5",
"highlight.js": "11.11.1",
"esbuild": "0.28.1",
"lightningcss-cli": "1.32.0"
}
}