1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Add support for migrated jslib (#2826)

This commit is contained in:
Oscar Hinton
2022-06-03 18:01:07 +02:00
committed by GitHub
parent 71e076b305
commit 5780bf85e7
58 changed files with 103 additions and 43157 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,22 +17,7 @@
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
"@types/lowdb": "^1.0.10",
"@types/node": "^16.11.12",
"@types/node-fetch": "^2.5.10",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
},
"dependencies": {
"@bitwarden/jslib-common": "file:../common",
"chalk": "^4.1.1",
"commander": "7.2.0",
"form-data": "4.0.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.0.0",
"lowdb": "1.0.0",
"node-fetch": "^2.6.1"
"@bitwarden/jslib-common": "file:../common"
}
}