diff --git a/package.json b/package.json index c04aa30..2b84493 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "date-fns": "^2.16.1", "express": "^4.17.1", "fontsource-roboto": "^3.0.3", + "lodash.deburr": "^4.1.0", "lodash.union": "^4.6.0", "material-auto-rotating-carousel": "^3.0.2", "next": "10.0.3", @@ -45,7 +46,7 @@ "react/require-default-props": "warn", "react/react-in-jsx-scope": "off", "camelcase": "off", - "react/boolean-prop-naming" : "off" + "react/boolean-prop-naming": "off" } } } diff --git a/yarn.lock b/yarn.lock index 67ca903..3350de7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4219,6 +4219,11 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" +lodash.deburr@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/lodash.deburr/-/lodash.deburr-4.1.0.tgz#ddb1bbb3ef07458c0177ba07de14422cb033ff9b" + integrity sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s= + lodash.get@^4.4.2: version "4.4.2" resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"