Add "use-debounce" dependency (#4268)

This commit is contained in:
Levko Kravets
2019-10-19 22:28:57 +03:00
committed by GitHub
parent a2e21dd1c3
commit 0659ef1079
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@@ -18154,6 +18154,11 @@
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
"dev": true
},
"use-debounce": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-3.1.0.tgz",
"integrity": "sha512-DEf3L/ZKkOSTARk/DHlC6KAAJKwMqpck8Zx06SM2Wr+LfU1TzhO8hZRzB/qbpSQqREYWQes24n1q9doeTMqF4g=="
},
"util": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",

View File

@@ -85,7 +85,8 @@
"react-sortable-hoc": "^1.10.1",
"react2angular": "^3.2.1",
"tinycolor2": "^1.4.1",
"ui-select": "^0.19.8"
"ui-select": "^0.19.8",
"use-debounce": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",