diff options
author | UKJP Design <sam.aldis@ukjp-design.com> | 2018-09-23 17:42:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 17:42:13 +0800 |
commit | 981b48c7541f36192d1499c441c2d92158954d90 (patch) | |
tree | 27ba6028d273e882cff6e7bfe9daa771a6bf4672 | |
parent | 04988eca5e98f0dcead3d85f6806bcf48ab09cfc (diff) | |
download | tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.tar tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.tar.gz tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.tar.bz2 tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.tar.lz tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.tar.xz tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.tar.zst tangerine-wallet-browser-981b48c7541f36192d1499c441c2d92158954d90.zip |
Debounce was breaking in update
As found in issue here: https://github.com/MetaMask/metamask-extension/issues/5064
Pinned the version at 1.1.0 until the new version with breaking changes can be intergrated.
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7ceba7844..da30f70bb 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "copy-to-clipboard": "^3.0.8", "css-loader": "^0.28.11", "currency-formatter": "^1.4.2", - "debounce": "^1.0.0", + "debounce": "1.1.0", "debounce-stream": "^2.0.0", "deep-extend": "^0.5.1", "detect-node": "^2.0.3", |