Skip to content

Commit c186207

Browse files
authored
bump docsearch/react to 4.3.1 (#589)
1 parent 3e4e9fa commit c186207

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docsearch/react": "^4.2.0",
17+
"@docsearch/react": "^4.3.1",
1818
"@docusaurus/core": "3.9.2",
1919
"@docusaurus/preset-classic": "3.9.2",
2020
"@docusaurus/theme-search-algolia": "^3.9.2",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2562,15 +2562,20 @@
25622562
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
25632563
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
25642564

2565+
"@docsearch/[email protected]":
2566+
version "4.3.1"
2567+
resolved "https://registry.yarnpkg.com/@docsearch/core/-/core-4.3.1.tgz#88a97a6fe4d4025269b6dee8b9d070b76758ad82"
2568+
integrity sha512-ktVbkePE+2h9RwqCUMbWXOoebFyDOxHqImAqfs+lC8yOU+XwEW4jgvHGJK079deTeHtdhUNj0PXHSnhJINvHzQ==
2569+
25652570
"@docsearch/[email protected]":
25662571
version "4.1.0"
25672572
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.1.0.tgz#e156e011539d73624b2354dc8be8e96ac9be9ddc"
25682573
integrity sha512-nuNKGjHj/FQeWgE9t+i83QD/V67QiaAmGY7xS9TVCRUiCqSljOgIKlsLoQZKKVwEG8f+OWKdznzZkJxGZ7d06A==
25692574

2570-
"@docsearch/css@4.2.0":
2571-
version "4.2.0"
2572-
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.2.0.tgz#473bb4c51f4b2b037a71f423e569907ab19e6d72"
2573-
integrity sha512-65KU9Fw5fGsPPPlgIghonMcndyx1bszzrDQYLfierN+Ha29yotMHzVS94bPkZS6On9LS8dE4qmW4P/fGjtCf/g==
2575+
"@docsearch/css@4.3.1":
2576+
version "4.3.1"
2577+
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.3.1.tgz#bcb1115f3b65d41b61d30df0c9465b735c1fb28d"
2578+
integrity sha512-Jnct7LKOi/+Oxbmq215YPYASkMdZqtyyDCkma8Cj4sCcbBuybL6fvyBaX7uJoM6kVF7aIpBA38RhHAyN5ByCHg==
25742579

25752580
"@docsearch/react@^3.9.0 || ^4.1.0":
25762581
version "4.1.0"
@@ -2585,14 +2590,15 @@
25852590
marked "^16.3.0"
25862591
zod "^4.1.8"
25872592

2588-
"@docsearch/react@^4.2.0":
2589-
version "4.2.0"
2590-
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-4.2.0.tgz#9dac48dfb4c1e5f18cf7323d8221d99c0d5f3e4e"
2591-
integrity sha512-zSN/KblmtBcerf7Z87yuKIHZQmxuXvYc6/m0+qnjyNu+Ir67AVOagTa1zBqcxkVUVkmBqUExdcyrdo9hbGbqTw==
2593+
"@docsearch/react@^4.3.1":
2594+
version "4.3.1"
2595+
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-4.3.1.tgz#2d87a9e17fce13be00106203545f9a801037c49c"
2596+
integrity sha512-vbKwgDuHi/YA0CiicXhJm4DSfOIOccl3FJlkdVmeZ5d61wNbPdAnAy71i7FF0JzO6noCQScidBBguOCaNfauEw==
25922597
dependencies:
25932598
"@ai-sdk/react" "^2.0.30"
25942599
"@algolia/autocomplete-core" "1.19.2"
2595-
"@docsearch/css" "4.2.0"
2600+
"@docsearch/core" "4.3.1"
2601+
"@docsearch/css" "4.3.1"
25962602
ai "^5.0.30"
25972603
algoliasearch "^5.28.0"
25982604
marked "^16.3.0"

0 commit comments

Comments
 (0)