Skip to content

Commit

Permalink
chore(deps): bump @docsearch/js in /src/theme-src (#626)
Browse files Browse the repository at this point in the history
Bumps [@docsearch/js](https://github.com/algolia/docsearch) from 3.0.0-alpha.40 to 3.0.0-alpha.41.
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/next/CHANGELOG.md)
- [Commits](algolia/docsearch@v3.0.0-alpha.40...v3.0.0-alpha.41)

---
updated-dependencies:
- dependency-name: "@docsearch/js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 24, 2021
1 parent 931ca96 commit 52bee3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/theme-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Kai Welke",
"license": "MIT",
"dependencies": {
"@docsearch/js": "^3.0.0-alpha.40",
"@docsearch/js": "^3.0.0-alpha.41",
"clipboard": "^2.0.8",
"stimulus": "^3.0.1"
},
Expand Down
28 changes: 14 additions & 14 deletions src/theme-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1008,27 +1008,27 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.5.tgz#9283c9ce5b289a3c4f61c12757469e59377f81f3"
integrity sha512-6nFkfkmSeV/rqSaS4oWHgmpnYw194f6hmWF5is6b0J1naJZoiD0NTc9AiUwPHvWsowkjuHErCZT1wa0jg+BLIA==

"@docsearch/css@3.0.0-alpha.40":
version "3.0.0-alpha.40"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.40.tgz#c37bd7b03f4c30a6ea7a19b87fe71880d2e8b22a"
integrity sha512-PrOTPgJMl+Iji1zOH0+J0PEDMriJ1teGxbgll7o4h8JrvJW6sJGqQw7/bLW7enWiFaxbJMK76w1yyPNLFHV7Qg==
"@docsearch/css@3.0.0-alpha.41":
version "3.0.0-alpha.41"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.41.tgz#c5c8e803541bd157ad86e764c2c1e9f1b5a68592"
integrity sha512-AP1jqcF/9jCrm4s0lcES3QAtHueyipKjd14L/pguk0CZYK7uI7hC0FWodmRmrgK3/HST9jiHa1waUMR6ZYedlQ==

"@docsearch/js@^3.0.0-alpha.40":
version "3.0.0-alpha.40"
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.0.0-alpha.40.tgz#28b48fd23053222e6097ddfa3b515ae388634717"
integrity sha512-0ysRM0jk1KAbw/QsHPHIKoa7OeCm2Mwz0JgcPnhWRvvA28dzP+f6OIsL6eGu3VJR043tH9OrvVf/FnvLtTtZtw==
"@docsearch/js@^3.0.0-alpha.41":
version "3.0.0-alpha.41"
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.0.0-alpha.41.tgz#f669e50fb93037f28dfc7d2407da043c4299ef97"
integrity sha512-dD9r+ygmzJEE50wtnRUs6I7TMD4ui7igEQlt74jZsn0SUPk6AlIP2ldII8brJHr0I4qs4OzlyrvV6ikAqjR6sw==
dependencies:
"@docsearch/react" "3.0.0-alpha.40"
"@docsearch/react" "3.0.0-alpha.41"
preact "^10.0.0"

"@docsearch/react@3.0.0-alpha.40":
version "3.0.0-alpha.40"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.40.tgz#d912b4bb7281cb0faf65590c9cf022aa2a13d823"
integrity sha512-aKxnu7sgpP1R7jtgOV/pZdJEHXx6Ts+jnS9U/ejSUS2BMUpwQI5SA3oLs1BA5TA9kIViJ5E+rrjh0VsbcsJ6sQ==
"@docsearch/react@3.0.0-alpha.41":
version "3.0.0-alpha.41"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.41.tgz#07e85a664e85f251ce3d13153abce65a4d5997ab"
integrity sha512-UL0Gdter/NUea04lGuBGH0GzQ2/2q/hBfn7Rjo71rRKbjtfkQCM92leJ9tZ+9j9sFLoyuHb9XMm/B8vCjWwTEg==
dependencies:
"@algolia/autocomplete-core" "1.2.2"
"@algolia/autocomplete-preset-algolia" "1.2.2"
"@docsearch/css" "3.0.0-alpha.40"
"@docsearch/css" "3.0.0-alpha.41"
algoliasearch "^4.0.0"

"@eslint/eslintrc@^0.4.3":
Expand Down

0 comments on commit 52bee3c

Please sign in to comment.