Don't import from 'lodash'

This commit is contained in:
Luis Alvarez
2020-10-19 13:56:29 -05:00
parent e5ee8caaec
commit f6e0fd761e
4 changed files with 20 additions and 5 deletions

View File

@@ -32,6 +32,7 @@
"cookie": "^0.4.1",
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"next": "^9.5.6-canary.4",
"next-seo": "^4.11.0",
"next-themes": "^0.0.4",
@@ -56,6 +57,7 @@
"@types/cookie": "^0.4.0",
"@types/js-cookie": "^2.2.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.random": "^3.2.6",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"graphql": "^15.3.0",