diff --git a/playgrounds/react/package.json b/playgrounds/react/package.json index 80375065..1e9bcc94 100644 --- a/playgrounds/react/package.json +++ b/playgrounds/react/package.json @@ -20,7 +20,7 @@ "instantsearch.css": "^7.4.5", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-instantsearch-dom": "^6.10.0" + "react-instantsearch-dom": "^6.11.0" }, "devDependencies": { "@babel/core": "^7.13.1", diff --git a/playgrounds/react/yarn.lock b/playgrounds/react/yarn.lock index 3b22fd0e..bde35175 100644 --- a/playgrounds/react/yarn.lock +++ b/playgrounds/react/yarn.lock @@ -4273,27 +4273,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.10.0: - version "6.10.0" - resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.0.tgz#3ec3fddfcaf50d90e587f89d6163a17fbb3e19e1" - integrity sha512-bn8rh/od4nw43caOiAsArA2Pw/JXX/7jL+nYe0n/Se66P7VR7UIA1i1ycthOrJzXCn9iNVFJFNMfyAN0HYVaWg== +react-instantsearch-core@^6.11.0: + version "6.11.0" + resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.11.0.tgz#103fd4dd14c0e057fdde88e32bf419497b1fb55e" + integrity sha512-RE5pPuSL5e3+wgMl+QLY+MgyqgNXBrfppqk3podOXTdWpQ5VdaXVrpeWVcmFJlRRKPLJI6RGqCiHVRTaGt1HVw== dependencies: "@babel/runtime" "^7.1.2" algoliasearch-helper "^3.4.3" prop-types "^15.6.2" react-fast-compare "^3.0.0" -react-instantsearch-dom@^6.10.0: - version "6.10.0" - resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz#25286e6958461b96e8ff9ed58653dd7c943cea67" - integrity sha512-t1IGn1i4btp9a8wNNV/OCYwfJwCx5CuCP6WNwBxYY1QeL27RKGaWPxvz6FjfRFCfrOvD2556STyvVriyGhDoeg== +react-instantsearch-dom@^6.11.0: + version "6.11.0" + resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.11.0.tgz#8e319e7a2fab98051978c9ba3b2eb25747bdd354" + integrity sha512-OXbP3OuT52HAoCbQiPxPAL9q/Lm5pm+eRx8TMKB2kcf6fQzc+L7RMy7fveuMENcmBks+vdD2+G7DGM8oVv9etg== dependencies: "@babel/runtime" "^7.1.2" algoliasearch-helper "^3.4.3" classnames "^2.2.5" prop-types "^15.6.2" react-fast-compare "^3.0.0" - react-instantsearch-core "^6.10.0" + react-instantsearch-core "^6.11.0" react-is@^16.8.1: version "16.13.1"