Skip to content

Commit

Permalink
chore: update @docsearch/react to v3 (#7396)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 16, 2024
1 parent 7629fc8 commit 573aea1
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 184 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"yarn-deduplicate": "^6.0.2"
},
"dependencies": {
"@docsearch/react": "^3.0.0-alpha.50",
"@docsearch/react": "^3.6.1",
"@react-spring/web": "^9.7.4",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
Expand Down
1 change: 1 addition & 0 deletions src/components/Navigation/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function Navigation({ links, pathname, hash = '', toggleSidebar }) {
<div className="inline-flex items-center ml-[18px]">
<HelloDarkness />
<DocSearch
appId="BH4D9OD16A"
apiKey={'fac401d1a5f68bc41f01fb6261661490'}
indexName="webpack-js-org"
disableUserPersonalization={true}
Expand Down
Loading

0 comments on commit 573aea1

Please sign in to comment.