Add lodash.deburr
This commit is contained in:
+2
-1
@@ -18,6 +18,7 @@
|
|||||||
"date-fns": "^2.16.1",
|
"date-fns": "^2.16.1",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"fontsource-roboto": "^3.0.3",
|
"fontsource-roboto": "^3.0.3",
|
||||||
|
"lodash.deburr": "^4.1.0",
|
||||||
"lodash.union": "^4.6.0",
|
"lodash.union": "^4.6.0",
|
||||||
"material-auto-rotating-carousel": "^3.0.2",
|
"material-auto-rotating-carousel": "^3.0.2",
|
||||||
"next": "10.0.3",
|
"next": "10.0.3",
|
||||||
@@ -45,7 +46,7 @@
|
|||||||
"react/require-default-props": "warn",
|
"react/require-default-props": "warn",
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
"react/boolean-prop-naming" : "off"
|
"react/boolean-prop-naming": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4219,6 +4219,11 @@ locate-path@^6.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
p-locate "^5.0.0"
|
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:
|
lodash.get@^4.4.2:
|
||||||
version "4.4.2"
|
version "4.4.2"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
|
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
|
||||||
|
|||||||
Reference in New Issue
Block a user