fixed desktop build and tests

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-02-06 09:09:07 +01:00
parent 1b836bf7ec
commit 0ec88fdba8
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
3 changed files with 9 additions and 2 deletions

View File

@ -79,7 +79,8 @@
"react-native-desktop-notification"
"text-encoding"
"js-sha3"
"web3-utils"]
"web3-utils"
"hi-base32"]
;; Resoures
:resource-dirs ["resources/images"

View File

@ -84,7 +84,8 @@
"text-encoding": "^0.6.4",
"url": "0.10.3",
"web3": "git+https://github.com/status-im/web3.js.git#0.20.1-status",
"web3-utils": "1.0.0-beta.36"
"web3-utils": "1.0.0-beta.36",
"hi-base32": "0.5.0"
},
"devDependencies": {
"@babel/core": "7.0.1",

View File

@ -4400,6 +4400,11 @@ hash.js@^1.0.0, hash.js@^1.0.3:
inherits "^2.0.3"
minimalistic-assert "^1.0.1"
hi-base32@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/hi-base32/-/hi-base32-0.5.0.tgz#61329f76a31f31008533f1c36f2473e259d64571"
integrity sha512-DDRmxSyoYuvjUb9EnXdoiMChBZ7ZcUVJsK5Frd3kqMhuBxvmZdnBeynAVfj7/ECbn++CekcoprvC/rprHPAtow==
hmac-drbg@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"