Add lodash.uniq

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-27 23:52:16 +02:00
parent 9254da2a7d
commit 17f4fd55da
2 changed files with 12 additions and 2 deletions
+7 -2
View File
@@ -20,6 +20,7 @@
"fontsource-roboto": "^3.0.3",
"lodash.deburr": "^4.1.0",
"lodash.union": "^4.6.0",
"lodash.uniq": "^4.5.0",
"material-auto-rotating-carousel": "^3.0.2",
"next": "10.0.3",
"next-auth": "^3.23.0",
@@ -50,8 +51,12 @@
"camelcase": "off",
"react/boolean-prop-naming": "off",
"new-cap": [
"error", {
"capIsNewExceptions": ["Credentials", "NextAuth"]
"error",
{
"capIsNewExceptions": [
"Credentials",
"NextAuth"
]
}
]
}