downgrade @reach/menu-button
This commit is contained in:
parent
a4f1a2e224
commit
2bb1e42abb
3 changed files with 28 additions and 11 deletions
|
@ -69,7 +69,7 @@
|
|||
"@exponent/electron-cookies": "^2.0.0",
|
||||
"@hot-loader/react-dom": "^16.8",
|
||||
"@lbry/components": "^3.0.12",
|
||||
"@reach/menu-button": "^0.1.18",
|
||||
"@reach/menu-button": "0.7.4",
|
||||
"@reach/rect": "^0.2.1",
|
||||
"@reach/tabs": "^0.1.5",
|
||||
"@sentry/browser": "^5.12.1",
|
||||
|
|
|
@ -150,7 +150,7 @@ function AppRouter(props: Props) {
|
|||
<Redirect from={`/$/${PAGES.DEPRECATED__TAGS_FOLLOWING}`} to={`/$/${PAGES.TAGS_FOLLOWING}`} />
|
||||
<Redirect from={`/$/${PAGES.DEPRECATED__TAGS_FOLLOWING_MANAGE}`} to={`/$/${PAGES.TAGS_FOLLOWING_MANAGE}`} />
|
||||
|
||||
<Route path={`/`} exact component={CreatorDashboard || HomePage} />
|
||||
<Route path={`/`} exact component={HomePage} />
|
||||
<Route path={`/$/${PAGES.DISCOVER}`} exact component={DiscoverPage} />
|
||||
<Route path={`/$/${PAGES.AUTH}`} exact component={SignInPage} />
|
||||
<Route path={`/$/${PAGES.AUTH}/*`} exact component={SignInPage} />
|
||||
|
|
35
yarn.lock
35
yarn.lock
|
@ -920,7 +920,11 @@
|
|||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.2.0.tgz#97f9e48fe736aa5c6f4f32cf73c1f19d005f8550"
|
||||
|
||||
"@reach/component-component@0.1.3", "@reach/component-component@^0.1.3":
|
||||
"@reach/auto-id@^0.7.4":
|
||||
version "0.7.4"
|
||||
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.7.4.tgz#c20bf6db87ef2f34b1bfb4bf450d675524a368c1"
|
||||
|
||||
"@reach/component-component@^0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@reach/component-component/-/component-component-0.1.3.tgz#5d156319572dc38995b246f81878bc2577c517e5"
|
||||
|
||||
|
@ -928,12 +932,11 @@
|
|||
version "0.1.18"
|
||||
resolved "https://registry.yarnpkg.com/@reach/menu-button/-/menu-button-0.1.18.tgz#cb9e3bf1c2a2bdb5d618697b87ad353dfbca123e"
|
||||
dependencies:
|
||||
"@reach/component-component" "0.1.3"
|
||||
"@reach/portal" "^0.2.1"
|
||||
"@reach/rect" "0.2.1"
|
||||
"@reach/utils" "^0.2.3"
|
||||
"@reach/window-size" "^0.1.4"
|
||||
warning "^4.0.2"
|
||||
"@reach/auto-id" "^0.7.4"
|
||||
"@reach/popover" "^0.7.4"
|
||||
"@reach/utils" "^0.7.4"
|
||||
prop-types "^15.7.2"
|
||||
warning "^4.0.3"
|
||||
|
||||
"@reach/observe-rect@^1.0.3":
|
||||
version "1.0.5"
|
||||
|
@ -943,15 +946,29 @@
|
|||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@reach/portal/-/portal-0.2.1.tgz#07720b999e0063a9e179c14dbdc60fd991cfc9fa"
|
||||
dependencies:
|
||||
"@reach/component-component" "^0.1.3"
|
||||
"@reach/portal" "^0.7.4"
|
||||
"@reach/rect" "^0.7.4"
|
||||
"@reach/utils" "^0.7.4"
|
||||
tabbable "^4.0.0"
|
||||
|
||||
"@reach/rect@0.2.1", "@reach/rect@^0.2.1":
|
||||
"@reach/portal@^0.7.4":
|
||||
version "0.7.4"
|
||||
resolved "https://registry.yarnpkg.com/@reach/portal/-/portal-0.7.4.tgz#6e182f9061ba52dc6a5e460516b4aedf8623103f"
|
||||
|
||||
"@reach/rect@^0.2.1":
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@reach/rect/-/rect-0.2.1.tgz#7343020174c90e2290b844d17c03fd9c78e6b601"
|
||||
dependencies:
|
||||
"@reach/component-component" "^0.1.3"
|
||||
"@reach/observe-rect" "^1.0.3"
|
||||
|
||||
"@reach/rect@^0.7.4":
|
||||
version "0.7.4"
|
||||
resolved "https://registry.yarnpkg.com/@reach/rect/-/rect-0.7.4.tgz#98fa7a42e7ff7e74ba501d38a1b8797fa87b6bb3"
|
||||
dependencies:
|
||||
"@reach/observe-rect" "^1.0.5"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
"@reach/tabs@^0.1.5":
|
||||
version "0.1.6"
|
||||
resolved "https://registry.yarnpkg.com/@reach/tabs/-/tabs-0.1.6.tgz#8d54f89a66826e48c97ac7b481199e1752a8a8b5"
|
||||
|
|
Loading…
Reference in a new issue