diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-11-29 03:58:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-29 03:58:06 +0800 |
commit | 2b1f2557c7dbd589724fd690ec72f789f9650e3c (patch) | |
tree | 44ad09f1b666dc6ddae0fdc0bc9823de9126bc18 /package.json | |
parent | 9a3ca5d5022d30415b8f5b32b148293689cfc817 (diff) | |
parent | f131468353aa518b8fc178cd591bfc7ab5bdc32c (diff) | |
download | tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.gz tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.bz2 tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.lz tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.xz tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.zst tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.zip |
Merge pull request #2615 from jpclark/NewUI-flat
Provide blockie identicon option
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/package.json b/package.json index 5b69587d9..39d5df75c 100644 --- a/package.json +++ b/package.json @@ -52,11 +52,11 @@ ] }, "dependencies": { - "abi-decoder": "^1.0.8", + "abi-decoder": "^1.0.9", "async": "^2.5.0", "await-semaphore": "^0.1.1", "babel-runtime": "^6.23.0", - "bignumber.js": "^4.0.4", + "bignumber.js": "^4.1.0", "bip39": "^2.2.0", "bluebird": "^3.5.0", "bn.js": "^4.11.7", @@ -77,8 +77,8 @@ "eslint-plugin-react": "^7.4.0", "eth-bin-to-ops": "^1.0.1", "eth-block-tracker": "^2.2.0", - "eth-hd-keyring": "^1.2.1", "eth-contract-metadata": "^1.1.5", + "eth-hd-keyring": "^1.2.1", "eth-json-rpc-filters": "^1.2.4", "eth-keyring-controller": "^2.1.2", "eth-phishing-detect": "^1.1.4", @@ -100,9 +100,9 @@ "extensionizer": "^1.0.0", "fast-json-patch": "^2.0.4", "fast-levenshtein": "^2.0.6", - "fuse.js": "^3.1.0", - "gulp": "github:gulpjs/gulp#4.0", + "fuse.js": "^3.2.0", "gulp-autoprefixer": "^4.0.0", + "gulp": "github:gulpjs/gulp#4.0", "gulp-eslint": "^4.0.0", "gulp-sass": "^3.1.0", "hat": "0.0.3", @@ -144,12 +144,13 @@ "react-hyperscript": "^3.0.0", "react-markdown": "^2.3.0", "react-redux": "^5.0.5", - "react-select": "^1.0.0-rc.2", + "react-select": "^1.0.0", "react-simple-file-input": "^2.0.0", + "react-toggle-button": "^2.2.0", "react-tooltip-component": "^0.3.0", - "react-transition-group": "^2.2.0", - "reactify": "^1.1.1", + "react-transition-group": "^2.2.1", "react-trigger-change": "^1.0.2", + "reactify": "^1.1.1", "readable-stream": "^2.3.3", "recompose": "^0.25.0", "redux": "^3.0.5", |