Skip to content

Commit

Permalink
fix(deps): update dependency react-instantsearch-dom to v6.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2023
1 parent 5cf53df commit 88295cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"invariant": "2.2.4",
"preact": "10.6.6",
"qs": "6.10.3",
"react-instantsearch-dom": "6.22.0",
"react-instantsearch-dom": "6.40.1",
"react-router-dom": "6.2.2",
"rheostat": "2.2.0",
"search-insights": "1.4.0"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1814,10 +1814,10 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0:
require-from-string "^2.0.2"
uri-js "^4.2.2"

algoliasearch-helper@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.7.0.tgz#c0a0493df84d850360f664ad7a9d4fc78a94fd78"
integrity sha512-XJ3QfERBLfeVCyTVx80gon7r3/rgm/CE8Ha1H7cbablRe/X7SfYQ14g/eO+MhjVKIQp+gy9oC6G5ilmLwS1k6w==
algoliasearch-helper@^3.13.2:
version "3.13.3"
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.13.3.tgz#d23341fb88f490c9b2b83fc2362d1551d52117b6"
integrity sha512-jhbbuYZ+fheXpaJlqdJdFa1jOsrTWKmRRTYDM3oVTto5VodZzM7tT+BHzslAotaJf/81CKrm6yLRQn8WIr/K4A==
dependencies:
"@algolia/events" "^4.0.1"

Expand Down Expand Up @@ -6076,27 +6076,27 @@ react-fast-compare@^3.0.0:
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==

react-instantsearch-core@6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.22.0.tgz#94e1d56c6c8d5c767e285ad50fd6f7dbfbab7f0b"
integrity sha512-K4GpydrStAGmUFYaV86eU65cvy0ZM97jKtNCF63sznhgYS1mJ3IaKO8HJV56/NP8dPKbr+HbdoD2GOnD1OaLlQ==
react-instantsearch-core@6.40.1:
version "6.40.1"
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.40.1.tgz#090d83f98b5df1a61a099331deaf94c438dd21ae"
integrity sha512-KzmOgJjDIrjn1kUziHkG+Dx3lqymKctNnklapiujHZL18svfdyIU+bphW8o4eXiHptTv7WYtEip4zhwxBO6BHA==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.7.0"
algoliasearch-helper "^3.13.2"
prop-types "^15.6.2"
react-fast-compare "^3.0.0"

react-instantsearch-dom@6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.22.0.tgz#2687e1be5dad5781ac6d89b6dadc9997d4550ffb"
integrity sha512-geXYTQqGsLggbf7MMuSPgXjuZ3yWtWjjPRWEbXmAHZ4oodbdYiKIuieTDoadYM+m+Y90WXpwn+hMi0EDTffeRA==
react-instantsearch-dom@6.40.1:
version "6.40.1"
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.40.1.tgz#70b92028acec53dccbc49c23707909960917498a"
integrity sha512-VYwWmRcycGA4GhmkVawy6GQuD7UF6I6jN2ryYzFPVdIyCyCdPr2gyyoE4N9UeVRU5yXYGrQbZYtU9+UsX3uQCw==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.7.0"
algoliasearch-helper "^3.13.2"
classnames "^2.2.5"
prop-types "^15.6.2"
react-fast-compare "^3.0.0"
react-instantsearch-core "6.22.0"
react-instantsearch-core "6.40.1"

react-is@^16.13.1:
version "16.13.1"
Expand Down

0 comments on commit 88295cb

Please sign in to comment.