Upgrade dependencies

This commit is contained in:
Tom Moor
2018-11-06 21:58:32 -08:00
parent 690feb6040
commit 8d569fd46d
44 changed files with 2221 additions and 671 deletions

View File

@@ -15,7 +15,7 @@ type Props = {
highlight?: ?string,
context?: ?string,
showCollection?: boolean,
innerRef?: *,
ref?: *,
};
const StyledStar = withTheme(styled(({ solid, theme, ...props }) => (
@@ -131,7 +131,6 @@ class DocumentPreview extends React.Component<Props> {
const {
document,
showCollection,
innerRef,
highlight,
context,
...rest
@@ -147,7 +146,6 @@ class DocumentPreview extends React.Component<Props> {
pathname: document.url,
state: { title: document.title },
}}
innerRef={innerRef}
{...rest}
>
<Heading>