From 365859bb6301ef04eebfa8310a0576e9db41878a Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Fri, 18 Mar 2022 12:30:06 +0800 Subject: [PATCH] import lodash --- packages/web/package.json | 1 + yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/packages/web/package.json b/packages/web/package.json index 34236e76d..49a6a9737 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -50,6 +50,7 @@ "@types/cookie": "^0.4.1", "@types/diff-match-patch": "^1.0.32", "@types/jest": "^27.0.2", + "@types/lodash.debounce": "^4.0.6", "@types/react": "17.0.2", "@types/react-dom": "^17.0.2", "@types/segment-analytics": "^0.0.34", diff --git a/yarn.lock b/yarn.lock index e99e3552b..bd1b1dd0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5443,6 +5443,18 @@ "@types/interpret" "*" "@types/node" "*" +"@types/lodash.debounce@^4.0.6": + version "4.0.6" + resolved "https://registry.yarnpkg.com/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz#c5a2326cd3efc46566c47e4c0aa248dc0ee57d60" + integrity sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ== + dependencies: + "@types/lodash" "*" + +"@types/lodash@*": + version "4.14.180" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.180.tgz#4ab7c9ddfc92ec4a887886483bc14c79fb380670" + integrity sha512-XOKXa1KIxtNXgASAnwj7cnttJxS4fksBRywK/9LzRV5YxrF80BXZIGeQSuoESQ/VkUj30Ae0+YcuHc15wJCB2g== + "@types/long@^4.0.0", "@types/long@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9"