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"
]
}
]
}
+5
View File
@@ -5529,6 +5529,11 @@ lodash.union@^4.6.0:
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=
lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
lodash.zip@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"