Skip to content

Commit

Permalink
resolve peer dependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Nov 12, 2024
1 parent 7b4426f commit 3f532a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
},
"dependencies": {
"@algolia/client-search": "^5.13.0",
"@docsearch/react": "^3.8.0",
"@docusaurus/core": "3.6.1",
"@docusaurus/logger": "3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@algolia/requester-fetch" "5.13.0"
"@algolia/requester-node-http" "5.13.0"

"@algolia/[email protected]":
"@algolia/[email protected]", "@algolia/client-search@^5.13.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.13.0.tgz#7469d59fd2cb38f229c2bde981c1b2898a7759bb"
integrity sha512-s2ge3uZ6Zg2sPSFibqijgEYsuorxcc8KVHg3I95nOPHvFHdnBtSHymhZvq4sp/fu8ijt/Y8jLwkuqm5myn+2Sg==
Expand Down

0 comments on commit 3f532a6

Please sign in to comment.