Skip to content

Commit

Permalink
fix website
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Oct 31, 2024
1 parent efbbc0b commit 1124579
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
5 changes: 3 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docsearch/website",
"version": "3.6.2",
"version": "3.6.3",
"private": true,
"homepage": "https://docsearch.algolia.com/",
"scripts": {
Expand Down Expand Up @@ -50,6 +50,7 @@
]
},
"resolutions": {
"@docsearch/react": "link:../docsearch-react"
"@docsearch/react": "link:../docsearch-react",
"@docsearch/css": "link:../docsearch-css"
}
}
30 changes: 25 additions & 5 deletions packages/website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
dependencies:
"@algolia/autocomplete-shared" "1.17.6"

"@algolia/autocomplete-preset-algolia@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz#64cca4a4304cfcad2cf730e83067e0c1b2f485da"
integrity sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==
dependencies:
"@algolia/autocomplete-shared" "1.9.3"

"@algolia/autocomplete-shared@1.17.6":
version "1.17.6"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.6.tgz#ad951632b6d477d4ba9a68a347e1702d26009d58"
Expand Down Expand Up @@ -1333,14 +1340,27 @@
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@docsearch/css@3.6.2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.2.tgz#ccd9c83dbfeaf34efe4e3547ee596714ae7e5891"
integrity sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==
version "0.0.0"
uid ""

"@docsearch/react@3.6.2":
"@docsearch/css@3.6.3":
version "0.0.0"
uid ""

"@docsearch/css@link:../docsearch-css":
version "0.0.0"
uid ""

"@docsearch/react@3.6.2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.2.tgz#32b16dd7d5614f0d39e6bc018549816b68d171b8"
integrity sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==
dependencies:
"@algolia/autocomplete-core" "1.9.3"
"@algolia/autocomplete-preset-algolia" "1.9.3"
"@docsearch/css" "3.6.2"
algoliasearch "^4.19.1"

"@docsearch/react@^3.5.2":
version "0.0.0"
uid ""
Expand Down Expand Up @@ -2745,7 +2765,7 @@ algoliasearch-helper@^3.13.3:
dependencies:
"@algolia/events" "^4.0.1"

algoliasearch@^4.18.0:
algoliasearch@^4.18.0, algoliasearch@^4.19.1:
version "4.24.0"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.24.0.tgz#b953b3e2309ef8f25da9de311b95b994ac918275"
integrity sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==
Expand Down

0 comments on commit 1124579

Please sign in to comment.