From e706a821e1aaac19522dae57ed4b6dd12969d19e Mon Sep 17 00:00:00 2001 From: Zack Jackson Date: Sun, 3 May 2020 18:08:43 -0700 Subject: [PATCH] Update reactrouter monorepo to v6.0.0-alpha.3 --- shared-routing/dashboard/package.json | 4 ++-- shared-routing/profile/package.json | 4 ++-- shared-routing/sales/package.json | 4 ++-- shared-routing/shell/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/shared-routing/dashboard/package.json b/shared-routing/dashboard/package.json index e9fb97e4b18..4304b17a281 100644 --- a/shared-routing/dashboard/package.json +++ b/shared-routing/dashboard/package.json @@ -24,8 +24,8 @@ "@material-ui/icons": "^4.9.1", "react": "^16.13.0", "react-dom": "^16.13.0", - "react-router": "6.0.0-alpha.2", - "react-router-dom": "6.0.0-alpha.2", + "react-router": "6.0.0-alpha.3", + "react-router-dom": "6.0.0-alpha.3", "recharts": "^1.8.5" } } diff --git a/shared-routing/profile/package.json b/shared-routing/profile/package.json index 8098b942ba3..aeb7bca3265 100644 --- a/shared-routing/profile/package.json +++ b/shared-routing/profile/package.json @@ -25,8 +25,8 @@ "@material-ui/icons": "^4.9.1", "react": "^16.13.0", "react-dom": "^16.13.0", - "react-router": "6.0.0-alpha.2", - "react-router-dom": "6.0.0-alpha.2", + "react-router": "6.0.0-alpha.3", + "react-router-dom": "6.0.0-alpha.3", "recharts": "^1.8.5" } } diff --git a/shared-routing/sales/package.json b/shared-routing/sales/package.json index ac7e2dbaa7b..28925d9ce44 100644 --- a/shared-routing/sales/package.json +++ b/shared-routing/sales/package.json @@ -24,8 +24,8 @@ "@material-ui/icons": "^4.9.1", "react": "^16.13.0", "react-dom": "^16.13.0", - "react-router": "6.0.0-alpha.2", - "react-router-dom": "6.0.0-alpha.2", + "react-router": "6.0.0-alpha.3", + "react-router-dom": "6.0.0-alpha.3", "recharts": "^1.8.5" } } diff --git a/shared-routing/shell/package.json b/shared-routing/shell/package.json index d25cfc64b04..a89491a5512 100644 --- a/shared-routing/shell/package.json +++ b/shared-routing/shell/package.json @@ -24,7 +24,7 @@ "@material-ui/icons": "^4.9.1", "react": "^16.13.0", "react-dom": "^16.13.0", - "react-router": "6.0.0-alpha.2", - "react-router-dom": "6.0.0-alpha.2" + "react-router": "6.0.0-alpha.3", + "react-router-dom": "6.0.0-alpha.3" } } diff --git a/yarn.lock b/yarn.lock index e84f686b892..f7213fb11d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10356,10 +10356,10 @@ react-resize-detector@^2.3.0: prop-types "^15.6.0" resize-observer-polyfill "^1.5.0" -react-router-dom@6.0.0-alpha.2: - version "6.0.0-alpha.2" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-alpha.2.tgz#fd79fa09cad791ff2f55fab9246fae49bec912a4" - integrity sha512-c0lRIHtxVGj83jDy/HtBhNwJMfNiiDVdIgZ/Y8nUbyLMpl84Lrtfl3s8WQ0S2IVt6yHtbX6THlYUKYru7wQsuQ== +react-router-dom@6.0.0-alpha.3: + version "6.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-alpha.3.tgz#295aa7691de913b81f481b7cb14418e3b2f08edf" + integrity sha512-3Fu9Az+ofgv58WxtaPokADdNXJmxE6td5na2HFIN0cgRBYo2TPJ83KlIt4XCNvq1Y473pr8hOkD621CmauztEw== dependencies: history "5.0.0-beta.4" prop-types "^15.7.2" @@ -10393,10 +10393,10 @@ react-router@5.1.2, react-router@^5.1.2: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-router@6.0.0-alpha.2: - version "6.0.0-alpha.2" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-alpha.2.tgz#cfed9b59e88109f124f6164108b95d4fc8851a77" - integrity sha512-pQyM4qQfkB2PYzf5O43RKi6nMrdFrUyHfkFRpY3Y/RjgzLljQ8CKy+ePoBSAL94t7WKDew0ArSTUOv1C1uiDVg== +react-router@6.0.0-alpha.3: + version "6.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-alpha.3.tgz#c031a5262801315571f8b609620ae9c1b083dee3" + integrity sha512-Evp8ua5c7rFDIuF0KK/tkzbh7aPIWWyjWKr3yOLNine1liiphHZidDL/5jLTBjE9HN0/vdCZPuV2VWjZ82TShA== dependencies: history "5.0.0-beta.4" prop-types "^15.7.2"