From 07b767c1d23bc23c04d0a533783ddeca77aa7f1a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 26 Nov 2021 16:28:15 +0100 Subject: [PATCH] chore(deps): add lodash types --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index ec8297b8..b26dece0 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ }, "devDependencies": { "@nuxtjs/eslint-config-typescript": "7.0.2", + "@types/lodash": "^4.14.177", "@vueuse/components": "^7.1.1", "@vueuse/core": "^7.1.1", "eslint": "8.3.0", diff --git a/yarn.lock b/yarn.lock index e0f7cc68..701c1fee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -771,6 +771,11 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= +"@types/lodash@^4.14.177": + version "4.14.177" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.177.tgz#f70c0d19c30fab101cad46b52be60363c43c4578" + integrity sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw== + "@types/node@*": version "16.11.9" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.9.tgz#879be3ad7af29f4c1a5c433421bf99fab7047185"