Skip to content

Commit 2820504

Browse files
committed
Fix reacy playground
1 parent 4545839 commit 2820504

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

playgrounds/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"instantsearch.css": "^7.4.5",
2121
"react": "^17.0.1",
2222
"react-dom": "^17.0.1",
23-
"react-instantsearch-dom": "^6.10.0"
23+
"react-instantsearch-dom": "^6.11.0"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.13.1",

playgrounds/react/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4273,27 +4273,27 @@ react-fast-compare@^3.0.0:
42734273
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
42744274
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
42754275

4276-
react-instantsearch-core@^6.10.0:
4277-
version "6.10.0"
4278-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.0.tgz#3ec3fddfcaf50d90e587f89d6163a17fbb3e19e1"
4279-
integrity sha512-bn8rh/od4nw43caOiAsArA2Pw/JXX/7jL+nYe0n/Se66P7VR7UIA1i1ycthOrJzXCn9iNVFJFNMfyAN0HYVaWg==
4276+
react-instantsearch-core@^6.11.0:
4277+
version "6.11.0"
4278+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.11.0.tgz#103fd4dd14c0e057fdde88e32bf419497b1fb55e"
4279+
integrity sha512-RE5pPuSL5e3+wgMl+QLY+MgyqgNXBrfppqk3podOXTdWpQ5VdaXVrpeWVcmFJlRRKPLJI6RGqCiHVRTaGt1HVw==
42804280
dependencies:
42814281
"@babel/runtime" "^7.1.2"
42824282
algoliasearch-helper "^3.4.3"
42834283
prop-types "^15.6.2"
42844284
react-fast-compare "^3.0.0"
42854285

4286-
react-instantsearch-dom@^6.10.0:
4287-
version "6.10.0"
4288-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz#25286e6958461b96e8ff9ed58653dd7c943cea67"
4289-
integrity sha512-t1IGn1i4btp9a8wNNV/OCYwfJwCx5CuCP6WNwBxYY1QeL27RKGaWPxvz6FjfRFCfrOvD2556STyvVriyGhDoeg==
4286+
react-instantsearch-dom@^6.11.0:
4287+
version "6.11.0"
4288+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.11.0.tgz#8e319e7a2fab98051978c9ba3b2eb25747bdd354"
4289+
integrity sha512-OXbP3OuT52HAoCbQiPxPAL9q/Lm5pm+eRx8TMKB2kcf6fQzc+L7RMy7fveuMENcmBks+vdD2+G7DGM8oVv9etg==
42904290
dependencies:
42914291
"@babel/runtime" "^7.1.2"
42924292
algoliasearch-helper "^3.4.3"
42934293
classnames "^2.2.5"
42944294
prop-types "^15.6.2"
42954295
react-fast-compare "^3.0.0"
4296-
react-instantsearch-core "^6.10.0"
4296+
react-instantsearch-core "^6.11.0"
42974297

42984298
react-is@^16.8.1:
42994299
version "16.13.1"

0 commit comments

Comments
 (0)