feat(f7): add markdown-it + diff + mermaid deps (#21)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-11 08:41:38 -07:00
parent 3347a77fde
commit f6b3efe7a5
2 changed files with 1223 additions and 7 deletions
+1217 -6
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -165,9 +165,14 @@
"vscode:prepublish": "node esbuild.mjs"
},
"dependencies": {
"@cline/sdk": "0.0.46"
"@cline/sdk": "0.0.46",
"diff": "^7.0.0",
"markdown-it": "^14.1.0",
"mermaid": "^11.0.0"
},
"devDependencies": {
"@types/diff": "^7.0.0",
"@types/markdown-it": "^14.1.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.0",
"@types/vscode": "^1.90.0",