build(deps): bump emotion-theming from 10.0.27 to 11.0.0 in /docs . (#1623)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
c213e4ed71
commit
d2526706f8
28188
docs/package-lock.json
generated
28188
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,16 +6,15 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/core": "^10.1.1",
|
"@emotion/react": "^11.1.4",
|
||||||
"@emotion/styled": "^10.0.27",
|
"@emotion/styled": "^11.3.0",
|
||||||
"@mdx-js/mdx": "^1.6.22",
|
"@mdx-js/mdx": "^1.6.22",
|
||||||
"@mdx-js/react": "^1.6.16",
|
"@mdx-js/react": "^1.6.16",
|
||||||
"emotion-theming": "^10.0.27",
|
|
||||||
"gatsby": "^2.32.11",
|
"gatsby": "^2.32.11",
|
||||||
"gatsby-alias-imports": "^1.0.6",
|
"gatsby-alias-imports": "^1.0.6",
|
||||||
"gatsby-plugin-canonical-urls": "^2.10.0",
|
"gatsby-plugin-canonical-urls": "^2.10.0",
|
||||||
"gatsby-plugin-catch-links": "^2.10.0",
|
"gatsby-plugin-catch-links": "^2.10.0",
|
||||||
"gatsby-plugin-emotion": "^4.3.10",
|
"gatsby-plugin-emotion": "^5.0.0",
|
||||||
"gatsby-plugin-google-analytics": "^2.11.0",
|
"gatsby-plugin-google-analytics": "^2.11.0",
|
||||||
"gatsby-plugin-manifest": "^2.12.1",
|
"gatsby-plugin-manifest": "^2.12.1",
|
||||||
"gatsby-plugin-mdx": "^2.2.0",
|
"gatsby-plugin-mdx": "^2.2.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { ThemeProvider } from 'emotion-theming';
|
import { ThemeProvider } from '@emotion/react';
|
||||||
|
|
||||||
import defaultTheme from '../src/styles/theme';
|
import defaultTheme from '../src/styles/theme';
|
||||||
import GlobalStyle from '../src/styles/global';
|
import GlobalStyle from '../src/styles/global';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import { css } from '@emotion/core';
|
import { css } from '@emotion/react';
|
||||||
import { darken } from 'polished';
|
import { darken } from 'polished';
|
||||||
import {
|
import {
|
||||||
LiveError as AuxLiveError,
|
LiveError as AuxLiveError,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import { css } from '@emotion/core';
|
import { css } from '@emotion/react';
|
||||||
|
|
||||||
export const Main = styled.main`
|
export const Main = styled.main`
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { css, keyframes } from "@emotion/core";
|
import { css, keyframes } from "@emotion/react";
|
||||||
import GolangciSvg from "./logo.svg";
|
import GolangciSvg from "./logo.svg";
|
||||||
|
|
||||||
const grow = keyframes`
|
const grow = keyframes`
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Global, css } from '@emotion/core';
|
import { Global, css, useTheme } from '@emotion/react';
|
||||||
import { useTheme } from 'emotion-theming';
|
|
||||||
import { lighten } from 'polished';
|
import { lighten } from 'polished';
|
||||||
|
|
||||||
export default function GlobalStyle() {
|
export default function GlobalStyle() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/** @jsxRuntime classic */
|
/** @jsxRuntime classic */
|
||||||
/** @jsx jsx */
|
/** @jsx jsx */
|
||||||
import { css, jsx } from "@emotion/core";
|
import { css, jsx } from "@emotion/react";
|
||||||
|
|
||||||
const ResponsiveContainer = ({ children }) => (
|
const ResponsiveContainer = ({ children }) => (
|
||||||
<div
|
<div
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/** @jsxRuntime classic */
|
/** @jsxRuntime classic */
|
||||||
/** @jsx jsx */
|
/** @jsx jsx */
|
||||||
import { css, jsx } from "@emotion/core";
|
import { css, jsx } from "@emotion/react";
|
||||||
|
|
||||||
export const IconContainer = ({ color, children }) => (
|
export const IconContainer = ({ color, children }) => (
|
||||||
<span
|
<span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user