From 0775b3be2e36eace7bebcfecdb7adbd369c040a7 Mon Sep 17 00:00:00 2001 From: atanasster Date: Sun, 28 Feb 2021 07:27:14 -0500 Subject: [PATCH] fix: add react-router dependency --- integrations/react-router-integration/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integrations/react-router-integration/package.json b/integrations/react-router-integration/package.json index 8d1097d4b..b25eae1d3 100644 --- a/integrations/react-router-integration/package.json +++ b/integrations/react-router-integration/package.json @@ -45,6 +45,7 @@ "@types/react-router-dom": "^5.1.7", "react": "^17.0.1", "react-dom": "^17.0.1", + "react-helmet": "^6.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }, @@ -53,8 +54,6 @@ "@component-controls/ts-markdown-docs": "^2.6.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", - "path": "^0.12.7", - "react-helmet": "^6.1.0", "typescript": "^4.0.5" }, "publishConfig": {