Add lodash.deburr

This commit is contained in:
2020-12-19 22:50:44 +01:00
parent 83497f9866
commit 601194b060
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -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"
}
}
}
+5
View File
@@ -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"