From 2e2386238c3df9985a5e7722ec6a91fe17699187 Mon Sep 17 00:00:00 2001 From: atanasster Date: Sun, 28 Feb 2021 07:14:02 -0500 Subject: [PATCH] fix: react-router types for end-users --- integrations/react-router-integration/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/react-router-integration/package.json b/integrations/react-router-integration/package.json index 9d9f1dc30..8d1097d4b 100644 --- a/integrations/react-router-integration/package.json +++ b/integrations/react-router-integration/package.json @@ -41,6 +41,8 @@ "@component-controls/routes": "^2.10.0", "@component-controls/store": "^2.10.3", "@component-controls/webpack-compile": "^2.10.3", + "@types/react-router": "^5.1.11", + "@types/react-router-dom": "^5.1.7", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router": "^5.2.0", @@ -51,8 +53,6 @@ "@component-controls/ts-markdown-docs": "^2.6.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", - "@types/react-router": "^5.1.11", - "@types/react-router-dom": "^5.1.7", "path": "^0.12.7", "react-helmet": "^6.1.0", "typescript": "^4.0.5"