chore: remove unused js-yaml dependencies

These were added for slash-command YAML parsing but are no longer
needed since we removed slash-command preprocessing entirely
This commit is contained in:
km-anthropic
2025-08-07 12:12:05 -07:00
parent 1846b19826
commit 18bb01184d
3 changed files with 0 additions and 12 deletions

View File

@@ -16,8 +16,6 @@
"@octokit/graphql": "^8.2.2",
"@octokit/rest": "^21.1.1",
"@octokit/webhooks-types": "^7.6.1",
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.2",
"zod": "^3.24.4"
},