chore(deps): remove unused @anthropic-ai/sdk dependency (#4566)

Never imported anywhere in the codebase (unused since v1.0); it is the only
root dependency and nothing depends on it. Removing it also drops 6 transitive
packages from the lockfile.

Fixes #4565
This commit is contained in:
Kenny Van de Maele
2026-06-19 09:40:35 +02:00
committed by GitHub
parent 057ec0552c
commit a226c94df7
2 changed files with 0 additions and 77 deletions
-3
View File
@@ -5,8 +5,5 @@
},
"devDependencies": {
"@antithesishq/bombadil": "^0.6.1"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.105.0"
}
}