1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-01 08:03:20 +00:00

Merge branch 'main' into PM-26250-Explore-options-to-enable-direct-importer-for-mac-app-store-build

This commit is contained in:
John Harrington
2025-11-21 14:02:45 -07:00
committed by GitHub
76 changed files with 1800 additions and 1114 deletions

View File

@@ -363,6 +363,8 @@
"@types/jsdom",
"@types/papaparse",
"@types/zxcvbn",
"async-trait",
"clap",
"jsdom",
"jszip",
"oidc-client-ts",
@@ -435,5 +437,11 @@
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",
],
}