From c994002c1825524263cf170ea5bf41b5e1e4dadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 23:20:42 +0000 Subject: [PATCH] build(deps): bump emotion-theming from 10.0.27 to 11.0.0 in /docs Bumps [emotion-theming](https://github.com/emotion-js/emotion) from 10.0.27 to 11.0.0. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/emotion-theming@10.0.27...emotion-theming@11.0.0) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 11 +++-------- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index fe88d235219c..ee143f53616b 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -6829,14 +6829,9 @@ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" }, "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npmjs.org/emotion-theming/-/emotion-theming-10.0.27.tgz", - "integrity": "sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw==", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - } + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/emotion-theming/-/emotion-theming-11.0.0.tgz", + "integrity": "sha512-OhYpCGBjaLcD9c4ptwCr9SxHjfRTDqeqdzMobusJ+a/drlfnJ3AT9gmGKIhNHiXtr6626h6fsvLY22Or9CxUqw==" }, "encodeurl": { "version": "1.0.2", diff --git a/docs/package.json b/docs/package.json index b7bc1098c8e8..15c93c09de27 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,7 +10,7 @@ "@emotion/styled": "^10.0.27", "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.16", - "emotion-theming": "^10.0.27", + "emotion-theming": "^11.0.0", "gatsby": "^2.24.65", "gatsby-alias-imports": "^1.0.6", "gatsby-plugin-canonical-urls": "^2.7.0",