From fd8c02b1ddea8be7e2d083953c83dc0b20e5cf91 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 6 Jun 2019 09:28:02 -0700 Subject: [PATCH] chore(v2): upgrade Infima to 0.2.0-alpha.2 (#1577) --- packages/docusaurus-theme-classic/package.json | 2 +- website/components/BrowserWindow/index.js | 6 +++--- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/docusaurus-theme-classic/package.json b/packages/docusaurus-theme-classic/package.json index 07dba721be..5bd080cdda 100644 --- a/packages/docusaurus-theme-classic/package.json +++ b/packages/docusaurus-theme-classic/package.json @@ -11,7 +11,7 @@ "@mdx-js/mdx": "^1.0.20", "@mdx-js/react": "^1.0.20", "classnames": "^2.2.6", - "infima": "0.2.0-alpha.1", + "infima": "0.2.0-alpha.2", "prism-react-renderer": "^0.1.6", "react-toggle": "^4.0.2" }, diff --git a/website/components/BrowserWindow/index.js b/website/components/BrowserWindow/index.js index 2d667e4cf6..f1318ed24f 100644 --- a/website/components/BrowserWindow/index.js +++ b/website/components/BrowserWindow/index.js @@ -15,9 +15,9 @@ function BrowserWindow({children, minHeight, url}) {
- - - + + +
diff --git a/yarn.lock b/yarn.lock index fe2a39ce6b..5c7687981d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7534,10 +7534,10 @@ indexof@0.0.1: resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d" integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10= -infima@0.2.0-alpha.1: - version "0.2.0-alpha.1" - resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.1.tgz#f29ed163d84b3754788cc4a23fdbcc6fa96fdd1e" - integrity sha512-MkKiboxvTF1tSHQIuq5PquV2vrZ7gdPr9/VGxwVfN5/V814fIrzToiT7l5VYaqEJdMrMQ9EZNSds9IzbqwyESA== +infima@0.2.0-alpha.2: + version "0.2.0-alpha.2" + resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.2.tgz#cfba3bcf5cd8f54cdfa47850d000ce6967a12c57" + integrity sha512-lCcCTjhQfjV/f1D34/T8BtjxslcLRxkUQdKoYv79CWk8OEPeEr24lyfVUhPyIJkgSeQZ35RSKam0GusIsxI++w== inflight@^1.0.4: version "1.0.6"