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

Commit

Permalink
fix(deps): update dependency react-instantsearch-dom to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipowm committed Jun 17, 2020
1 parent 7cb5c93 commit 22b73b6
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 @@ -72,7 +72,7 @@
"react-feather": "2.0.8",
"react-helmet": "6.1.0",
"react-id-generator": "3.0.0",
"react-instantsearch-dom": "6.5.0",
"react-instantsearch-dom": "6.6.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 @@ -14286,26 +14286,26 @@ [email protected]:
resolved "https://registry.yarnpkg.com/react-id-generator/-/react-id-generator-3.0.0.tgz#20fba0a12355924f1d7b4bfe2ac262c0ad02c7ef"
integrity sha512-egmdswpzA/z8UlignCZKmJqrO0EaqmW13M8756wE+V/6NtYf0CdvDjkGpat/Q/djXfg7F/C0267Gff1RHgpfIQ==

react-instantsearch-core@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.5.0.tgz#f0b5bc27c3e20afdfed9d44d4cd137da11052ce1"
integrity sha512-0g7DmV5K7L1F+/1eS6H0bSPNrLZmUAGZyEzFDmyWEo/G/NBV4XrU1gvs2Z5K+5TeydLCUAytLN4rjcP/oII2Gg==
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==
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.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.5.0.tgz#e0fbc365cab47840f681dfd16d2870d4c3f5265b"
integrity sha512-cyMQair/6nAGlmT3aUNFJv+n2O4iUOL4BHcab1ASmMkvLeMy5odW5gVFjLqt7Dz1MPHmddNiyk0H1/3LEoL7tQ==
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==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.1.0"
classnames "^2.2.5"
prop-types "^15.5.10"
react-instantsearch-core "^6.5.0"
react-instantsearch-core "^6.6.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 22b73b6

Please sign in to comment.