1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 09:33:22 +00:00

Remove keytar and biometric logic (#706)

This commit is contained in:
Oscar Hinton
2022-04-04 21:00:49 +02:00
committed by GitHub
parent e595c0548e
commit f3a4fde513
9 changed files with 18951 additions and 7489 deletions

View File

@@ -23,6 +23,9 @@
"prepare": "husky install"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.13",
"@angular/compiler-cli": "^12.2.13",
"@angular/platform-browser-dynamic": "^12.2.13",
"@fluffy-spoon/substitute": "^1.202.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.12",
@@ -40,6 +43,7 @@
"jest-preset-angular": "^11.1.1",
"jsdom": "^16.5.3",
"lint-staged": "^12.1.2",
"node-forge": "^1.2.0",
"nodemon": "^2.0.7",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
@@ -51,7 +55,7 @@
"typemoq": "^2.1.0",
"typescript": "4.3.5",
"typescript-transform-paths": "^2.2.3",
"webpack": "^4.46.0"
"zone.js": "0.11.4"
},
"dependencies": {
"@bitwarden/jslib-angular": "file:angular",