Merge pull request #63 from brianlovin/depfu/update/npm/throttle-debounce-2.1.0

Update throttle-debounce: 2.0.1 → 2.1.0 (minor)
This commit is contained in:
Brian Lovin 2019-01-16 17:33:22 -08:00 committed by GitHub
commit c408765f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9699,9 +9699,9 @@
"dev": true
},
"throttle-debounce": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.0.1.tgz",
"integrity": "sha512-Sr6jZBlWShsAaSXKyNXyNicOrJW/KtkDqIEwHt4wYwWA2wa/q67Luhqoujg48V8hTk60wB56tYrJJn6jc2R7VA=="
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.1.0.tgz",
"integrity": "sha512-AOvyNahXQuU7NN+VVvOOX+uW6FPaWdAOdRP5HfwYxAfCzXTFKRMoIMk+n+po318+ktcChx+F1Dd91G3YHeMKyg=="
},
"throttleit": {
"version": "0.0.2",

View file

@ -26,7 +26,7 @@
"react-dom": "^16.8.0-alpha.0",
"react-markdown": "^4.0.6",
"styled-components": "^4.1.3",
"throttle-debounce": "^2.0.1"
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",