Skip to content

Commit

Permalink
fix: upgrade Docsearch to avoid layout shift (#5214)
Browse files Browse the repository at this point in the history
* upgrade algolia docsearch

* alpha 39
  • Loading branch information
slorber authored Jul 24, 2021
1 parent a7a5ea3 commit 8621ae2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@docsearch/react": "^3.0.0-alpha.37",
"@docsearch/react": "^3.0.0-alpha.39",
"@docusaurus/core": "2.0.0-beta.3",
"@docusaurus/theme-common": "2.0.0-beta.3",
"@docusaurus/utils": "2.0.0-beta.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1310,19 +1310,19 @@
enabled "2.0.x"
kuler "^2.0.0"

"@docsearch/[email protected].37":
version "3.0.0-alpha.37"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.37.tgz#9ae87820d6c0ee2ccb55164ecaec612f721fd3c4"
integrity sha512-EUr2AhvFw+TYPrkfePjDWh3NqpJgpwM8v6n8Mf0rUnL/ThxXKsdamzfBqWCWAh+N1o+eeGqypvy+p8Fp8dZXhQ==
"@docsearch/[email protected].39":
version "3.0.0-alpha.39"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.39.tgz#1ebd390d93e06aad830492f5ffdc8e05d058813f"
integrity sha512-lr10MFTgcR3NRea/FtJ7uNtIpQz0XVwYxbpO5wxykgfHu1sxZTr6zwkuPquRgFYXnccxsTvfoIiK3rMH0fLr/w==

"@docsearch/react@^3.0.0-alpha.37":
version "3.0.0-alpha.37"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.37.tgz#1e12608db3faf8d3462769dbad569d26e4c1c633"
integrity sha512-W/O3OfL+LLQTlGXrT8/d7ztBYKgZmDWweu9f0O/41zV6Hirzo/qZEWzr25ky8utFUcMwj1pfTHLOp1F9UCtLAQ==
"@docsearch/react@^3.0.0-alpha.39":
version "3.0.0-alpha.39"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.39.tgz#bbd253f6fc591f63c1a171e7ef2da26b253164d9"
integrity sha512-urTIt82tan6CU+D2kO6xXpWQom/r1DA7L/55m2JiCIK/3SLh2z15FJFVN2abeK7B4wl8pCfWunYOwCsSHhWDLA==
dependencies:
"@algolia/autocomplete-core" "1.2.1"
"@algolia/autocomplete-preset-algolia" "1.2.1"
"@docsearch/css" "3.0.0-alpha.37"
"@docsearch/css" "3.0.0-alpha.39"
algoliasearch "^4.0.0"

"@docusaurus/[email protected]":
Expand Down

0 comments on commit 8621ae2

Please sign in to comment.