mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix: upgrade Docsearch to avoid layout shift (#5214)
* upgrade algolia docsearch * alpha 39
This commit is contained in:
parent
a7a5ea3466
commit
8621ae2910
2 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docsearch/react": "^3.0.0-alpha.37",
|
"@docsearch/react": "^3.0.0-alpha.39",
|
||||||
"@docusaurus/core": "2.0.0-beta.3",
|
"@docusaurus/core": "2.0.0-beta.3",
|
||||||
"@docusaurus/theme-common": "2.0.0-beta.3",
|
"@docusaurus/theme-common": "2.0.0-beta.3",
|
||||||
"@docusaurus/utils": "2.0.0-beta.3",
|
"@docusaurus/utils": "2.0.0-beta.3",
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -1310,19 +1310,19 @@
|
||||||
enabled "2.0.x"
|
enabled "2.0.x"
|
||||||
kuler "^2.0.0"
|
kuler "^2.0.0"
|
||||||
|
|
||||||
"@docsearch/css@3.0.0-alpha.37":
|
"@docsearch/css@3.0.0-alpha.39":
|
||||||
version "3.0.0-alpha.37"
|
version "3.0.0-alpha.39"
|
||||||
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.37.tgz#9ae87820d6c0ee2ccb55164ecaec612f721fd3c4"
|
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.39.tgz#1ebd390d93e06aad830492f5ffdc8e05d058813f"
|
||||||
integrity sha512-EUr2AhvFw+TYPrkfePjDWh3NqpJgpwM8v6n8Mf0rUnL/ThxXKsdamzfBqWCWAh+N1o+eeGqypvy+p8Fp8dZXhQ==
|
integrity sha512-lr10MFTgcR3NRea/FtJ7uNtIpQz0XVwYxbpO5wxykgfHu1sxZTr6zwkuPquRgFYXnccxsTvfoIiK3rMH0fLr/w==
|
||||||
|
|
||||||
"@docsearch/react@^3.0.0-alpha.37":
|
"@docsearch/react@^3.0.0-alpha.39":
|
||||||
version "3.0.0-alpha.37"
|
version "3.0.0-alpha.39"
|
||||||
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.37.tgz#1e12608db3faf8d3462769dbad569d26e4c1c633"
|
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.39.tgz#bbd253f6fc591f63c1a171e7ef2da26b253164d9"
|
||||||
integrity sha512-W/O3OfL+LLQTlGXrT8/d7ztBYKgZmDWweu9f0O/41zV6Hirzo/qZEWzr25ky8utFUcMwj1pfTHLOp1F9UCtLAQ==
|
integrity sha512-urTIt82tan6CU+D2kO6xXpWQom/r1DA7L/55m2JiCIK/3SLh2z15FJFVN2abeK7B4wl8pCfWunYOwCsSHhWDLA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/autocomplete-core" "1.2.1"
|
"@algolia/autocomplete-core" "1.2.1"
|
||||||
"@algolia/autocomplete-preset-algolia" "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"
|
algoliasearch "^4.0.0"
|
||||||
|
|
||||||
"@docusaurus/react-loadable@5.5.0":
|
"@docusaurus/react-loadable@5.5.0":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue