From 149a75f80c5fbd09329a2e7f87204e67a2c429df Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 9 Jun 2020 19:28:01 +0200 Subject: add opacity slider and properly debounce it --- package-lock.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 0956159..315c8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7825,12 +7825,9 @@ "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=" }, "lodash.throttle": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.0.1.tgz", - "integrity": "sha1-syEWYu6dgvVpA9BzEmKqqoc6YzA=", - "requires": { - "lodash.debounce": "^4.0.0" - } + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" }, "loose-envify": { "version": "1.4.0", @@ -9451,6 +9448,16 @@ "integrity": "sha1-QwcFc/AzHRKuFvrmVyrZ1/y3Ya4=", "requires": { "lodash.throttle": "4.0.1" + }, + "dependencies": { + "lodash.throttle": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.0.1.tgz", + "integrity": "sha1-syEWYu6dgvVpA9BzEmKqqoc6YzA=", + "requires": { + "lodash.debounce": "^4.0.0" + } + } } }, "redux-thunk": { -- cgit v1.2.3-70-g09d2