Skip to content

Commit 35a8683

Browse files
committed
feat(theme-search-algolia): update to new version of DocSearch
1 parent f68c269 commit 35a8683

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
@@ -33,7 +33,7 @@
3333
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
3434
},
3535
"dependencies": {
36-
"@docsearch/react": "^3.9.0 || ^4.3.1",
36+
"@docsearch/react": "^3.9.0 || ^4.3.2",
3737
"@docusaurus/core": "3.9.2",
3838
"@docusaurus/logger": "3.9.2",
3939
"@docusaurus/plugin-content-docs": "3.9.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,20 +2082,20 @@
20822082
resolved "https://registry.yarnpkg.com/@docsearch/core/-/core-4.3.1.tgz#88a97a6fe4d4025269b6dee8b9d070b76758ad82"
20832083
integrity sha512-ktVbkePE+2h9RwqCUMbWXOoebFyDOxHqImAqfs+lC8yOU+XwEW4jgvHGJK079deTeHtdhUNj0PXHSnhJINvHzQ==
20842084

2085-
"@docsearch/css@4.3.1":
2086-
version "4.3.1"
2087-
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.3.1.tgz#bcb1115f3b65d41b61d30df0c9465b735c1fb28d"
2088-
integrity sha512-Jnct7LKOi/+Oxbmq215YPYASkMdZqtyyDCkma8Cj4sCcbBuybL6fvyBaX7uJoM6kVF7aIpBA38RhHAyN5ByCHg==
2085+
"@docsearch/css@4.3.2":
2086+
version "4.3.2"
2087+
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.3.2.tgz#d47d25336c9516b419245fa74e8dd5ae84a17492"
2088+
integrity sha512-K3Yhay9MgkBjJJ0WEL5MxnACModX9xuNt3UlQQkDEDZJZ0+aeWKtOkxHNndMRkMBnHdYvQjxkm6mdlneOtU1IQ==
20892089

2090-
"@docsearch/react@^3.9.0 || ^4.3.1":
2091-
version "4.3.1"
2092-
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-4.3.1.tgz#2d87a9e17fce13be00106203545f9a801037c49c"
2093-
integrity sha512-vbKwgDuHi/YA0CiicXhJm4DSfOIOccl3FJlkdVmeZ5d61wNbPdAnAy71i7FF0JzO6noCQScidBBguOCaNfauEw==
2090+
"@docsearch/react@^3.9.0 || ^4.3.2":
2091+
version "4.3.2"
2092+
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-4.3.2.tgz#450b8341cb5cca03737a00075d4dfd3a904a3e3e"
2093+
integrity sha512-74SFD6WluwvgsOPqifYOviEEVwDxslxfhakTlra+JviaNcs7KK/rjsPj89kVEoQc9FUxRkAofaJnHIR7pb4TSQ==
20942094
dependencies:
20952095
"@ai-sdk/react" "^2.0.30"
20962096
"@algolia/autocomplete-core" "1.19.2"
20972097
"@docsearch/core" "4.3.1"
2098-
"@docsearch/css" "4.3.1"
2098+
"@docsearch/css" "4.3.2"
20992099
ai "^5.0.30"
21002100
algoliasearch "^5.28.0"
21012101
marked "^16.3.0"

0 commit comments

Comments
 (0)