diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-09 19:28:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-09 19:28:01 +0200 |
| commit | 149a75f80c5fbd09329a2e7f87204e67a2c429df (patch) | |
| tree | f601ef3e186b04640094fb3ca23ddd4498273025 /package-lock.json | |
| parent | 8a90618f30faa2955c395cc5d6c989259270a95b (diff) | |
add opacity slider and properly debounce it
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 19 |
1 files changed, 13 insertions, 6 deletions
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": { |
