Install dependencies
This commit is contained in:
parent
913e2fa8d7
commit
042254d3ac
|
@ -1 +1 @@
|
|||
Subproject commit 8e6a4233f9f92f0828b0bbae95f1b87c7a944559
|
||||
Subproject commit 3101ee0c307ee4d64133492c0f55b330443803d5
|
|
@ -51,7 +51,15 @@ function runBuild(entry, outfile) {
|
|||
".svelte": "copy",
|
||||
},
|
||||
metafile: true,
|
||||
external: ["deasync", "mock-aws-s3", "nock", "bull", "pouchdb"],
|
||||
external: [
|
||||
"deasync",
|
||||
"mock-aws-s3",
|
||||
"nock",
|
||||
"bull",
|
||||
"pouchdb",
|
||||
"bcrypt",
|
||||
"bcryptjs",
|
||||
],
|
||||
}
|
||||
|
||||
build({
|
||||
|
|
|
@ -7106,7 +7106,7 @@ bcrypt@5.1.0:
|
|||
"@mapbox/node-pre-gyp" "^1.0.10"
|
||||
node-addon-api "^5.0.0"
|
||||
|
||||
bcryptjs@2.4.3, bcryptjs@^2.4.3:
|
||||
bcryptjs@2.4.3:
|
||||
version "2.4.3"
|
||||
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
|
||||
integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==
|
||||
|
|
Loading…
Reference in New Issue