Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency react-instantsearch-dom to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipowm committed Jul 25, 2020
1 parent 26b9067 commit 3d87e23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-feather": "2.0.8",
"react-helmet": "6.1.0",
"react-id-generator": "3.0.1",
"react-instantsearch-dom": "6.6.0",
"react-instantsearch-dom": "6.7.0",
"react-live": "2.2.2",
"react-loadable": "5.5.0",
"react-reveal": "1.2.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13910,26 +13910,26 @@ react-id-generator@3.0.1:
resolved "https://registry.yarnpkg.com/react-id-generator/-/react-id-generator-3.0.1.tgz#30ec683954b3c0a5aa0732c4b98ed0f88fd85d00"
integrity sha512-YxorMaYxB8ItXA3Cuadcl/8ZaquU9Tzrrr5ogFL8tNqevF96cmCtx3LZLXYqBEj3BxoV9aBIK5yJjIuX/XHQ1A==

react-instantsearch-core@^6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.6.0.tgz#d076a67dadfcc8fb18f4e5eaa3d6ed81d4172590"
integrity sha512-Rf3Qh7lMGtc5ZIo9A4QoDAW4Pso8JP67r07KdHEmzhEDRGhW7Ga0Ri4rXN6ahcjmwLoo5Fz14LpX4gn3Yrz9kg==
react-instantsearch-core@^6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.7.0.tgz#a4784bbf0a031b7c04830312fa6bc51f10e612ee"
integrity sha512-wIvSIwkWfqPbaQZcbKsfBK3Gpm1e7ahSwU8Bmx1N5RfUqA/NghqS0Ppv3sz4vCXjoEAdPV06R+Fpn9lT+cE9/Q==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.1.0"
prop-types "^15.5.10"
react-fast-compare "^3.0.0"

react-instantsearch-dom@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.6.0.tgz#ed153aaedcc466e0ceed50860d9008a4ab7e714c"
integrity sha512-pC6SB7Ruvgc1Iv9ELbzgaEJUDeoX3zBuNqSu9S4qAAIZaYUB+C05Y/LW1/TPTeRSQyPFJ0FmrrpnyHn6qpMKIQ==
react-instantsearch-dom@6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.7.0.tgz#1163aa813dfe2e6c5cac77c6f912eeb5b389ba60"
integrity sha512-J1C9xkHHLLa6rkKLKFDa7szA0TDo6yPFGmDzh2+JLaq4o694RIqivfUpROHus0Ki3BAQu9QmzLtodf6K1NOBWQ==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.1.0"
classnames "^2.2.5"
prop-types "^15.5.10"
react-instantsearch-core "^6.6.0"
react-instantsearch-core "^6.7.0"

react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1"
Expand Down

0 comments on commit 3d87e23

Please sign in to comment.