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

@@ -1,9 +1,9 @@
// @flow
import styledNormalize from 'styled-normalize';
import { injectGlobal } from 'styled-components';
import { createGlobalStyle } from 'styled-components';
import base from './base';
export default () => injectGlobal`
export default createGlobalStyle`
${styledNormalize}
${base}
`;