diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index c9c3bd633..0b4683940 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ ] }, "dependencies": { + "@byzantine-lab/keyring-controller": "^5.0.3", "@material-ui/core": "1.0.0", "@sentry/browser": "^4.1.1", "@zxing/library": "^0.8.0", @@ -92,7 +93,6 @@ "eth-hd-keyring": "^1.2.2", "eth-json-rpc-filters": "^3.0.4", "eth-json-rpc-infura": "^3.2.0", - "eth-keyring-controller": "^3.3.1", "eth-ledger-bridge-keyring": "^0.2.0", "eth-method-registry": "^1.2.0", "eth-phishing-detect": "^1.1.4", @@ -115,7 +115,7 @@ "fast-json-patch": "^2.0.4", "fast-levenshtein": "^2.0.6", "fuse.js": "^3.2.0", - "gaba": "^1.3.0", + "gaba": "^1.4.1", "hat": "0.0.3", "human-standard-token-abi": "^2.0.0", "identicon.js": "^2.3.1", @@ -190,6 +190,7 @@ "valid-url": "^1.0.9", "web3": "^0.20.7", "web3-stream-provider": "^3.0.1", + "web3-utils": "^1.0.0-beta.55", "webrtc-adapter": "^6.3.0", "xtend": "^4.0.1" }, |