diff --git a/package.json b/package.json index 760d809..ad7d5c5 100644 --- a/package.json +++ b/package.json @@ -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" + ] } ] } diff --git a/yarn.lock b/yarn.lock index af8b571..b3f81a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"