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"
}
}
}