sync: update from private repo (402599f)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-04 13:41:33 +00:00
parent 57685d995c
commit c526adddc2
28 changed files with 2092 additions and 2727 deletions
+587 -1315
View File
File diff suppressed because it is too large Load Diff
+10 -5
View File
@@ -18,11 +18,11 @@
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"autoprefixer": "^10.4.27",
"dompurify": "^3.3.3",
"dompurify": "^3.4.8",
"highlight.js": "^11.11.1",
"marked": "^17.0.4",
"mermaid": "^11.13.0",
"postcss": "^8.5.8",
"mermaid": "^11.15.0",
"postcss": "^8.5.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.19",
@@ -31,8 +31,13 @@
"devDependencies": {
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react": "^6.0.2",
"typescript": "^5.4.3",
"vite": "^5.4.21"
"vite": "^8.0.16"
},
"overrides": {
"monaco-editor": {
"dompurify": "3.4.8"
}
}
}