1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Remove webpack-node-externals and use asarUnpack (#1221)

This commit is contained in:
Oscar Hinton
2022-01-12 11:32:02 +01:00
committed by GitHub
parent 23a7072341
commit f6f0bd2bfb
5 changed files with 10 additions and 2173 deletions

2131
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,17 +11,5 @@
"type": "git",
"url": "https://github.com/bitwarden/desktop"
},
"dependencies": {
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"big-integer": "1.6.48",
"browser-hrtime": "^1.1.8",
"electron-log": "4.4.1",
"electron-store": "8.0.1",
"electron-updater": "4.6.1",
"forcefocus": "^1.1.0",
"keytar": "7.6.0",
"node-ipc": "^9.1.4",
"regedit": "^3.0.3",
"zxcvbn": "4.4.2"
}
"dependencies": {}
}