From 8c4507f6b4d8a3d61e21119d6bf61a8ed1d38497 Mon Sep 17 00:00:00 2001 From: zikaeroh <48577114+zikaeroh@users.noreply.github.com> Date: Sat, 23 May 2020 22:42:48 -0700 Subject: [PATCH] Use correct types for lodash --- frontend/package.json | 2 +- frontend/yarn.lock | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 7a4f557..875e7b3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "@testing-library/react": "^10.0.4", "@testing-library/user-event": "^10.1.1", "@types/jest": "^25.2.1", - "@types/lodash-es": "^4.17.3", + "@types/lodash": "^4.14.152", "@types/node": "^14.0.1", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.7", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index a08c6b4..9d01e21 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1564,14 +1564,7 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== -"@types/lodash-es@^4.17.3": - version "4.17.3" - resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.3.tgz#87eb0b3673b076b8ee655f1890260a136af09a2d" - integrity sha512-iHI0i7ZAL1qepz1Y7f3EKg/zUMDwDfTzitx+AlHhJJvXwenP682ZyGbgPSc5Ej3eEAKVbNWKFuwOadCj5vBbYQ== - dependencies: - "@types/lodash" "*" - -"@types/lodash@*": +"@types/lodash@^4.14.152": version "4.14.152" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.152.tgz#7e7679250adce14e749304cdb570969f77ec997c" integrity sha512-Vwf9YF2x1GE3WNeUMjT5bTHa2DqgUo87ocdgTScupY2JclZ5Nn7W2RLM/N0+oreexUk8uaVugR81NnTY/jNNXg==