1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

chore: ignore commercial sdk (#17585)

This commit is contained in:
Andreas Coroiu
2025-11-21 16:29:39 +01:00
committed by GitHub
parent db9b94e6a8
commit 490ef1dab0

View File

@@ -435,5 +435,11 @@
description: "Higher versions of lowdb do not need separate types", description: "Higher versions of lowdb do not need separate types",
}, },
], ],
ignoreDeps: ["@types/koa-bodyparser", "bootstrap", "node-ipc", "@bitwarden/sdk-internal"], ignoreDeps: [
"@types/koa-bodyparser",
"bootstrap",
"node-ipc",
"@bitwarden/sdk-internal",
"@bitwarden/commercial-sdk-internal",
],
} }