aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-08-31 04:48:29 +0800
committerGitHub <noreply@github.com>2018-08-31 04:48:29 +0800
commit87125d632a2fd4efb67d0e44b56d3a2150a80095 (patch)
tree7d0bcf36d77c4d40fb749c223993ad7e9235a892
parent9ab0354e36a1598677bf9c0f685ce60c58e5f770 (diff)
parent45cbe6b5b3b35a42b92a35cceb70f4915768ba05 (diff)
downloadtangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.tar
tangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.tar.gz
tangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.tar.bz2
tangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.tar.lz
tangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.tar.xz
tangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.tar.zst
tangerine-wallet-browser-87125d632a2fd4efb67d0e44b56d3a2150a80095.zip
Merge pull request #5176 from MetaMask/BumpTokenAbi
Bump human-standard-token-abi version for DAI support
-rw-r--r--package-lock.json23
-rw-r--r--package.json2
2 files changed, 24 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index ccc694d35..0139c40e0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16169,6 +16169,14 @@
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
},
+ "json2mq": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
+ "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=",
+ "requires": {
+ "string-convert": "^0.2.0"
+ }
+ },
"json3": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
@@ -25028,6 +25036,16 @@
"xtend": "^4.0.1"
}
},
+ "react-media": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/react-media/-/react-media-1.8.0.tgz",
+ "integrity": "sha512-XcfqkDQj5/hmJod/kXUAZljJyMVkWrBWOkzwynAR8BXOGlbFLGBwezM0jQHtp2BrSymhf14/XrQrb3gGBnGK4g==",
+ "requires": {
+ "invariant": "^2.2.2",
+ "json2mq": "^0.2.0",
+ "prop-types": "^15.5.10"
+ }
+ },
"react-modal": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/react-modal/-/react-modal-3.4.4.tgz",
@@ -27885,6 +27903,11 @@
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
"integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
},
+ "string-convert": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
+ "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c="
+ },
"string-length": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz",
diff --git a/package.json b/package.json
index a75bea0f7..8aea7025c 100644
--- a/package.json
+++ b/package.json
@@ -147,7 +147,7 @@
"gulp-eslint": "^4.0.0",
"gulp-sass": "^4.0.0",
"hat": "0.0.3",
- "human-standard-token-abi": "^1.0.2",
+ "human-standard-token-abi": "^2.0.0",
"idb-global": "^2.1.0",
"identicon.js": "^2.3.1",
"iframe": "^1.0.0",