diff options
author | Alexander Tseung <alextsg@gmail.com> | 2017-12-30 04:46:32 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@users.noreply.github.com> | 2017-12-30 05:17:26 +0800 |
commit | dfb22471087f040d8345a5a17321e1462842045c (patch) | |
tree | 715b1dd6689fb92f7a778557ff525813336f5df6 /package.json | |
parent | 3f17abd43b8d3d9c26c8130366ecfbf5fc3034fe (diff) | |
download | tangerine-wallet-browser-dfb22471087f040d8345a5a17321e1462842045c.tar.gz tangerine-wallet-browser-dfb22471087f040d8345a5a17321e1462842045c.tar.zst tangerine-wallet-browser-dfb22471087f040d8345a5a17321e1462842045c.zip |
Fix sign typed data
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 03f2ce779..c0d938484 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eth-hd-keyring": "^1.2.1", "eth-json-rpc-filters": "^1.2.4", "eth-json-rpc-infura": "^1.0.2", - "eth-keyring-controller": "^2.1.2", + "eth-keyring-controller": "^2.1.3", "eth-phishing-detect": "^1.1.4", "eth-query": "^2.1.2", "eth-sig-util": "^1.4.0", @@ -102,8 +102,8 @@ "fast-json-patch": "^2.0.4", "fast-levenshtein": "^2.0.6", "fuse.js": "^3.2.0", - "gulp-autoprefixer": "^4.0.0", "gulp": "github:gulpjs/gulp#4.0", + "gulp-autoprefixer": "^4.0.0", "gulp-eslint": "^4.0.0", "gulp-sass": "^3.1.0", "hat": "0.0.3", @@ -161,8 +161,8 @@ "request-promise": "^4.2.1", "sandwich-expando": "^1.1.3", "semaphore": "^1.0.5", - "shallow-copy": "0.0.1", "semver": "^5.4.1", + "shallow-copy": "0.0.1", "sw-stream": "^2.0.0", "textarea-caret": "^3.0.1", "through2": "^2.0.3", |