Skip to content

Commit 8621ae2

Browse files
authored
fix: upgrade Docsearch to avoid layout shift (#5214)
* upgrade algolia docsearch * alpha 39
1 parent a7a5ea3 commit 8621ae2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/docusaurus-theme-search-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@docsearch/react": "^3.0.0-alpha.37",
16+
"@docsearch/react": "^3.0.0-alpha.39",
1717
"@docusaurus/core": "2.0.0-beta.3",
1818
"@docusaurus/theme-common": "2.0.0-beta.3",
1919
"@docusaurus/utils": "2.0.0-beta.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,19 +1310,19 @@
13101310
enabled "2.0.x"
13111311
kuler "^2.0.0"
13121312

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

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

13281328
"@docusaurus/react-loadable@5.5.0":

0 commit comments

Comments
 (0)