From 18e587fbfe4208ab0d20e871d3b8341d4821e724 Mon Sep 17 00:00:00 2001 From: patrykkopycinski Date: Sun, 17 Nov 2019 13:08:49 +0100 Subject: [PATCH] Fix @reach/router types (#50863) Merging to fix master build * Fix @reach/router types * Update renovate.json5 --- package.json | 1 + renovate.json5 | 8 ++++++++ x-pack/package.json | 1 - yarn.lock | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3abd69a616682..b0a74a4a5e04f 100644 --- a/package.json +++ b/package.json @@ -327,6 +327,7 @@ "@types/pngjs": "^3.3.2", "@types/podium": "^1.0.0", "@types/prop-types": "^15.5.3", + "@types/reach__router": "^1.2.6", "@types/react": "^16.8.0", "@types/react-dom": "^16.8.0", "@types/react-redux": "^6.0.6", diff --git a/renovate.json5 b/renovate.json5 index 0c288bb85c72c..aefbc61e8dc12 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -513,6 +513,14 @@ '@types/podium', ], }, + { + groupSlug: '@reach/router', + groupName: '@reach/router related packages', + packageNames: [ + '@reach/router', + '@types/reach__router', + ], + }, { groupSlug: 'request', groupName: 'request related packages', diff --git a/x-pack/package.json b/x-pack/package.json index f03b7d3d88d68..402c3e95159f3 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -36,7 +36,6 @@ "@kbn/test": "1.0.0", "@kbn/utility-types": "1.0.0", "@mattapperson/slapshot": "1.4.0", - "@reach/router": "^1.2.1", "@storybook/addon-actions": "^5.2.6", "@storybook/addon-console": "^1.2.1", "@storybook/addon-info": "^5.2.6", diff --git a/yarn.lock b/yarn.lock index d964aa3dac5de..30d5f1544ecdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3791,7 +3791,7 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== -"@types/reach__router@^1.2.3": +"@types/reach__router@^1.2.3", "@types/reach__router@^1.2.6": version "1.2.6" resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.2.6.tgz#b14cf1adbd1a365d204bbf6605cd9dd7b8816c87" integrity sha512-Oh5DAVr/L2svBvubw6QEFpXGu295Y406BPs4i9t1n2pp7M+q3pmCmhzb9oZV5wncR41KCD3NHl1Yhi7uKnTPsA==