Avoid unnecesary rerenders

This commit is contained in:
Belen Curcio
2020-11-06 17:11:49 -03:00
parent 2c40f61dc9
commit 2ad7c59c43
5 changed files with 71 additions and 74 deletions

View File

@@ -15,14 +15,15 @@
"@headlessui/react": "^0.2.0",
"@react-aria/overlays": "^3.4.0",
"@tailwindcss/ui": "^0.6.2",
"@types/lodash.throttle": "^4.1.6",
"@vercel/fetch": "^6.1.0",
"bowser": "^2.11.0",
"classnames": "^2.2.6",
"email-validator": "^2.0.4",
"js-cookie": "^2.2.1",
"keen-slider": "^5.2.4",
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^10.0.1-canary.7",
"next-seo": "^4.11.0",
"next-themes": "^0.0.4",
@@ -40,7 +41,6 @@
"@types/bunyan-prettystream": "^0.1.31",
"@types/classnames": "^2.2.10",
"@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",