From ead6db446eec4c1bff6b032c90720ac0a0d611f1 Mon Sep 17 00:00:00 2001 From: atanasster Date: Sun, 28 Feb 2021 14:09:09 -0500 Subject: [PATCH] fix: add search dependencies --- integrations/react-router-integration/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrations/react-router-integration/package.json b/integrations/react-router-integration/package.json index c72464f1e..e92216320 100644 --- a/integrations/react-router-integration/package.json +++ b/integrations/react-router-integration/package.json @@ -37,6 +37,8 @@ "license": "MIT", "dependencies": { "@component-controls/app": "^2.10.5", + "@component-controls/search-algolia": "^2.10.4", + "@component-controls/search-fusejs": "^2.10.4", "@component-controls/pages": "^2.10.5", "@component-controls/routes": "^2.10.4", "@component-controls/store": "^2.10.5",