add missing package

This commit is contained in:
Iuri Matias 2019-10-01 15:02:19 -04:00
parent 368e4a083f
commit a8f749d69b
2 changed files with 7 additions and 1 deletions

View File

@ -24,8 +24,8 @@
"@babel/preset-env": "^7.1.6",
"add-module-exports-webpack-plugin": "^1.0.0",
"babel-loader": "^8.0.4",
"ganache-core": "^2.7.0",
"cross-env": "^5.2.0",
"ganache-core": "^2.7.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.2",
"webpack": "4.39.1",
@ -36,6 +36,7 @@
},
"dependencies": {
"fast-deep-equal": "^2.0.1",
"hex2dec": "^1.1.2",
"lokijs": "^1.5.6",
"object-hash": "^1.3.1",
"rxjs": "^6.5.2",

View File

@ -3995,6 +3995,11 @@ heap@0.2.6:
resolved "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz#087e1f10b046932fc8594dd9e6d378afc9d1e5ac"
integrity sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw=
hex2dec@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/hex2dec/-/hex2dec-1.1.2.tgz#8e1ce4bef36a74f7d5723c3fb3090c2860077338"
integrity sha512-Yu+q/XWr2fFQ11tHxPq4p4EiNkb2y+lAacJNhAdRXVfRIcDH6gi7htWFnnlIzvqHMHoWeIsfXlNAjZInpAOJDA==
hmac-drbg@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"