chore(deps): lock file maintenance (#3636)

This commit is contained in:
renovate[bot]
2020-04-20 10:15:49 +03:00
committed by GitHub
parent 3a666e26b5
commit df1c27073b
10 changed files with 1671 additions and 998 deletions

View File

@ -1,5 +1,5 @@
import React from 'react';
import Helmet from 'react-helmet';
import { Helmet } from 'react-helmet';
import { graphql, StaticQuery } from 'gatsby';
import { ThemeProvider } from 'emotion-theming';
import Header from './header';

View File

@ -4,7 +4,7 @@ import styled from '@emotion/styled';
import theme from '../theme';
const StyledMarkdown = styled.div`
> :first-child {
> :first-of-type {
margin-top: 0;
}
> :last-child {
@ -81,7 +81,7 @@ const StyledMarkdown = styled.div`
}
tbody tr {
&:nth-child(odd) {
&:nth-of-type(odd) {
background: #fdfdfd;
}
}

View File

@ -1,5 +1,5 @@
import React from 'react';
import Helmet from 'react-helmet';
import { Helmet } from 'react-helmet';
const TwitterMeta = ({ title, description, image, imageAlt }) => (
<Helmet>