Skip to content

Commit 6c44808

Browse files
B4nanclaude
andauthored
chore: remove unused dependencies (#996)
## Summary - Remove `@types/fs-extra` - no fs-extra imports found in the codebase - Remove `mdast-util-from-markdown` - not imported or used anywhere These dependencies were identified as unused via `depcheck` and confirmed by searching for imports. ## Test plan - [x] Build succeeds - [x] All local tests pass (65 tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 717b044 commit 6c44808

2 files changed

Lines changed: 1 addition & 362 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
"@types/cors": "^2.8.17",
124124
"@types/execa": "^2.0.2",
125125
"@types/express": "^5.0.0",
126-
"@types/fs-extra": "^11",
127126
"@types/is-ci": "^3.0.4",
128127
"@types/jju": "^1.4.5",
129128
"@types/js-levenshtein": "^1",
@@ -138,7 +137,6 @@
138137
"eslint": "^9.25.1",
139138
"eslint-config-prettier": "^10.1.2",
140139
"lint-staged": "^16.0.0",
141-
"mdast-util-from-markdown": "^2.0.2",
142140
"mock-stdin": "^1.0.0",
143141
"prettier": "^3.5.3",
144142
"tsup": "^8.5.0",

0 commit comments

Comments
 (0)