💚 corrige type checking pour dépendance fuse.js
parent
130b2c06d9
commit
541a8a8dbb
|
@ -26,7 +26,7 @@
|
|||
"color-convert": "^1.9.2",
|
||||
"core-js": "^3.2.1",
|
||||
"focus-trap-react": "^3.1.2",
|
||||
"fuse.js": "^3.4.2",
|
||||
"fuse.js": "3.4.1",
|
||||
"i18next": "^18.0.1",
|
||||
"iframe-resizer": "^4.1.1",
|
||||
"js-yaml": "^3.13.1",
|
||||
|
@ -195,5 +195,8 @@
|
|||
"optionalDependencies": {
|
||||
"cypress": "^3.6.1",
|
||||
"prerender-spa-plugin": "^3.4.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"react-fuzzy-highlighter/**/fuse.js": "3.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4835,10 +4835,10 @@ functions-have-names@^1.2.0:
|
|||
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d"
|
||||
integrity sha512-zKXyzksTeaCSw5wIX79iCA40YAa6CJMJgNg9wdkU/ERBrIdPSimPICYiLp65lRbSBqtiHql/HZfS2DyI/AH6tQ==
|
||||
|
||||
fuse.js@^3.4.2, fuse.js@^3.4.5:
|
||||
version "3.4.6"
|
||||
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.4.6.tgz#545c3411fed88bf2e27c457cab6e73e7af697a45"
|
||||
integrity sha512-H6aJY4UpLFwxj1+5nAvufom5b2BT2v45P1MkPvdGIK8fWjQx/7o6tTT1+ALV0yawQvbmvCF0ufl2et8eJ7v7Cg==
|
||||
fuse.js@3.4.1, fuse.js@^3.4.5:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.4.1.tgz#ed1f24ad48edc615cfd78ba80750b6d8703b6414"
|
||||
integrity sha512-AGW5tPUGWOMb1dcIVZRfr2xCphPJuAjsEtp/YkXsqSjiodmPqXV34tZpM0cvWxVGb+Os2aBjP1aVsCUkaT3/og==
|
||||
|
||||
get-caller-file@^1.0.1:
|
||||
version "1.0.3"
|
||||
|
|
Loading…
Reference in New Issue