From 541a8a8dbb2eb49e37d4d579d28a46c1e3395b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guillois?= Date: Tue, 18 Feb 2020 10:28:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20corrige=20type=20checking=20pour?= =?UTF-8?q?=20d=C3=A9pendance=20fuse.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++++- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eea76a0b9..dccbb5a0d 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/yarn.lock b/yarn.lock index 810e264ca..49a362424 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"