Remove deprecated @types/content-type dependency

This commit is contained in:
Johannes Marbach
2026-06-11 08:36:25 +02:00
parent 73ccc5f483
commit 3af160bb02
3 changed files with 0 additions and 14 deletions

View File

@@ -24,11 +24,6 @@ export default {
"normalize.css",
// Used for its global type declarations
"@types/grecaptcha",
// Because we use matrix-js-sdk as a Git dependency rather than consuming
// the proper release artifacts, and also import directly from src/, we're
// forced to re-install some of the types that it depends on even though
// these look unused to Knip
"@types/content-type",
"@types/sdp-transform",
// We obviously use this, but if the package has been linked with pnpm link,
// then Knip will flag it as a false positive