From 981b48c7541f36192d1499c441c2d92158954d90 Mon Sep 17 00:00:00 2001 From: UKJP Design Date: Sun, 23 Sep 2018 10:42:13 +0100 Subject: 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3