Skip to content

Commit

Permalink
chore(v2): upgrade Infima to v0.2.0-alpha.21 (#4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Mar 15, 2021
1 parent 9a33802 commit c3968e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"copy-text-to-clipboard": "^3.0.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"infima": "0.2.0-alpha.20",
"infima": "0.2.0-alpha.21",
"joi": "^17.4.0",
"lodash": "^4.17.20",
"parse-numeric-range": "^1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@
.navbarHidden {
transform: translate3d(0, calc(var(--ifm-navbar-height) * -1), 0);
}

/* Fix it in new version of Infima */
:global(.navbar__toggle) {
color: inherit;
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10857,10 +10857,10 @@ infer-owner@^1.0.3, infer-owner@^1.0.4:
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==

infima@0.2.0-alpha.20:
version "0.2.0-alpha.20"
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.20.tgz#e99f70095e8d16a3333b561772eb9bf891211d3f"
integrity sha512-HSAyIW4/iMq85dJC8PircFA530yEsxqSK/3lXjhSZY+4dms84Izi6sKGdl5V0mDxVaikjAt1oexITtj8T4B0KQ==
infima@0.2.0-alpha.21:
version "0.2.0-alpha.21"
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.21.tgz#53cc49dbcaf5a8d165cbe4acf214eee02bca6154"
integrity sha512-32uq+rWIrLNZx0jzNrwJWE8Go9NvpP0JTRKMXJ8aYlWZ0vm9OCgAEcVquwFBSW6ZP7R2rjBUjPy/nJ3PK7MhUA==

inflight@^1.0.4:
version "1.0.6"
Expand Down

0 comments on commit c3968e2

Please # to comment.