Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit fa815f9

Browse files
committed
chore(deps): update examples to react-instantsearch v6.10.2
1 parent 1571014 commit fa815f9

File tree

24 files changed

+175
-102
lines changed

24 files changed

+175
-102
lines changed

examples/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "16.8.6",
2121
"react-autosuggest": "9.4.3",
2222
"react-dom": "16.8.6",
23-
"react-instantsearch-dom": "6.10.0"
23+
"react-instantsearch-dom": "6.10.2"
2424
},
2525
"browserslist": [
2626
">0.2%",

examples/autocomplete/yarn.lock

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

9111-
react-instantsearch-core@^6.10.0:
9112-
version "6.10.0"
9113-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.0.tgz#3ec3fddfcaf50d90e587f89d6163a17fbb3e19e1"
9114-
integrity sha512-bn8rh/od4nw43caOiAsArA2Pw/JXX/7jL+nYe0n/Se66P7VR7UIA1i1ycthOrJzXCn9iNVFJFNMfyAN0HYVaWg==
9111+
react-instantsearch-core@^6.10.2:
9112+
version "6.10.2"
9113+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.2.tgz#2111fdf6793f4f2ad31bd401dc673562b551a4fd"
9114+
integrity sha512-lSZ/s3lLEBVKo2q4aaem/O9JjS/TgLiN4fGS+G8JPFi3XU8xcG4/Qjmfrahfmi0WT0vM+dUYemH63EE5FO+6cw==
91159115
dependencies:
91169116
"@babel/runtime" "^7.1.2"
91179117
algoliasearch-helper "^3.4.3"
91189118
prop-types "^15.6.2"
91199119
react-fast-compare "^3.0.0"
91209120

9121-
9122-
version "6.10.0"
9123-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz#25286e6958461b96e8ff9ed58653dd7c943cea67"
9124-
integrity sha512-t1IGn1i4btp9a8wNNV/OCYwfJwCx5CuCP6WNwBxYY1QeL27RKGaWPxvz6FjfRFCfrOvD2556STyvVriyGhDoeg==
9121+
9122+
version "6.10.2"
9123+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.2.tgz#c969f84243fed8ddd9eebe440042a3dd32ef5c86"
9124+
integrity sha512-5u5t5lvydgTq218JmbOv7BZqFmvGcpgQTEi/02M/T0BLjToDu8bMItpXXQHwWNlOidJl/M+iphybxkxAvJukFQ==
91259125
dependencies:
91269126
"@babel/runtime" "^7.1.2"
91279127
algoliasearch-helper "^3.4.3"
91289128
classnames "^2.2.5"
91299129
prop-types "^15.6.2"
91309130
react-fast-compare "^3.0.0"
9131-
react-instantsearch-core "^6.10.0"
9131+
react-instantsearch-core "^6.10.2"
91329132

91339133
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
91349134
version "16.13.1"

examples/default-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"qs": "6.8.0",
88
"react": "16.8.6",
99
"react-dom": "16.8.6",
10-
"react-instantsearch-dom": "6.10.0"
10+
"react-instantsearch-dom": "6.10.2"
1111
}
1212
}

examples/e-commerce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"react": "16.8.6",
1010
"react-compound-slider": "2.2.0",
1111
"react-dom": "16.8.6",
12-
"react-instantsearch-dom": "6.10.0"
12+
"react-instantsearch-dom": "6.10.2"
1313
}
1414
}

examples/geo-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"qs": "6.8.0",
1919
"react": "16.8.6",
2020
"react-dom": "16.8.6",
21-
"react-instantsearch-dom": "6.10.0",
22-
"react-instantsearch-dom-maps": "6.10.0"
21+
"react-instantsearch-dom": "6.10.2",
22+
"react-instantsearch-dom-maps": "6.10.2"
2323
},
2424
"browserslist": [
2525
">0.2%",

examples/geo-search/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8258,36 +8258,36 @@ react-fast-compare@^3.0.0:
82588258
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.0.1.tgz#884d339ce1341aad22392e7a88664c71da48600e"
82598259
integrity sha512-C5vP0J644ofZGd54P8++O7AvrqMEbrGf8Ue0eAUJLJyw168dAX2aiYyX/zcY/eSNwO0IDjsKUaLE6n83D+TnEg==
82608260

8261-
react-instantsearch-core@^6.10.0:
8262-
version "6.10.0"
8263-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.0.tgz#3ec3fddfcaf50d90e587f89d6163a17fbb3e19e1"
8264-
integrity sha512-bn8rh/od4nw43caOiAsArA2Pw/JXX/7jL+nYe0n/Se66P7VR7UIA1i1ycthOrJzXCn9iNVFJFNMfyAN0HYVaWg==
8261+
react-instantsearch-core@^6.10.2:
8262+
version "6.10.2"
8263+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.2.tgz#2111fdf6793f4f2ad31bd401dc673562b551a4fd"
8264+
integrity sha512-lSZ/s3lLEBVKo2q4aaem/O9JjS/TgLiN4fGS+G8JPFi3XU8xcG4/Qjmfrahfmi0WT0vM+dUYemH63EE5FO+6cw==
82658265
dependencies:
82668266
"@babel/runtime" "^7.1.2"
82678267
algoliasearch-helper "^3.4.3"
82688268
prop-types "^15.6.2"
82698269
react-fast-compare "^3.0.0"
82708270

8271-
8272-
version "6.10.0"
8273-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom-maps/-/react-instantsearch-dom-maps-6.10.0.tgz#8e236539838c2a91b46a8fedf2af959438b63f03"
8274-
integrity sha512-gzZvJVVTmGKwFhVU86Mc7oUKKAK8IwjNmveGv1Qv7bcslZ0YiE3x/pyWn4y8b/379Wev++d5dZSumMx086YxCQ==
8271+
8272+
version "6.10.2"
8273+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom-maps/-/react-instantsearch-dom-maps-6.10.2.tgz#2666e8fb5e46716057cb4efffa22394a87cbd4d9"
8274+
integrity sha512-c7AbzVZ6eeH960A23ksLgltrMmNk+CyGalq6imzfeKfKnjPuyORYlqa9cyDZnUHET+nOxlVBYj1TS/g2ARU0bQ==
82758275
dependencies:
82768276
"@babel/runtime" "^7.1.2"
82778277
prop-types "^15.6.2"
82788278
scriptjs "^2.5.8"
82798279

8280-
8281-
version "6.10.0"
8282-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz#25286e6958461b96e8ff9ed58653dd7c943cea67"
8283-
integrity sha512-t1IGn1i4btp9a8wNNV/OCYwfJwCx5CuCP6WNwBxYY1QeL27RKGaWPxvz6FjfRFCfrOvD2556STyvVriyGhDoeg==
8280+
8281+
version "6.10.2"
8282+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.2.tgz#c969f84243fed8ddd9eebe440042a3dd32ef5c86"
8283+
integrity sha512-5u5t5lvydgTq218JmbOv7BZqFmvGcpgQTEi/02M/T0BLjToDu8bMItpXXQHwWNlOidJl/M+iphybxkxAvJukFQ==
82848284
dependencies:
82858285
"@babel/runtime" "^7.1.2"
82868286
algoliasearch-helper "^3.4.3"
82878287
classnames "^2.2.5"
82888288
prop-types "^15.6.2"
82898289
react-fast-compare "^3.0.0"
8290-
react-instantsearch-core "^6.10.0"
8290+
react-instantsearch-core "^6.10.2"
82918291

82928292
react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
82938293
version "16.10.2"

examples/media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"qs": "6.8.0",
88
"react": "16.8.6",
99
"react-dom": "16.8.6",
10-
"react-instantsearch-dom": "6.10.0"
10+
"react-instantsearch-dom": "6.10.2"
1111
}
1212
}

examples/multi-index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prop-types": "15.6.0",
1919
"react": "16.8.6",
2020
"react-dom": "16.8.6",
21-
"react-instantsearch-dom": "6.10.0"
21+
"react-instantsearch-dom": "6.10.2"
2222
},
2323
"browserslist": [
2424
">0.2%",

examples/multi-index/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9021,27 +9021,27 @@ react-fast-compare@^3.0.0:
90219021
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.0.1.tgz#884d339ce1341aad22392e7a88664c71da48600e"
90229022
integrity sha512-C5vP0J644ofZGd54P8++O7AvrqMEbrGf8Ue0eAUJLJyw168dAX2aiYyX/zcY/eSNwO0IDjsKUaLE6n83D+TnEg==
90239023

9024-
react-instantsearch-core@^6.10.0:
9025-
version "6.10.0"
9026-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.0.tgz#3ec3fddfcaf50d90e587f89d6163a17fbb3e19e1"
9027-
integrity sha512-bn8rh/od4nw43caOiAsArA2Pw/JXX/7jL+nYe0n/Se66P7VR7UIA1i1ycthOrJzXCn9iNVFJFNMfyAN0HYVaWg==
9024+
react-instantsearch-core@^6.10.2:
9025+
version "6.10.2"
9026+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.10.2.tgz#2111fdf6793f4f2ad31bd401dc673562b551a4fd"
9027+
integrity sha512-lSZ/s3lLEBVKo2q4aaem/O9JjS/TgLiN4fGS+G8JPFi3XU8xcG4/Qjmfrahfmi0WT0vM+dUYemH63EE5FO+6cw==
90289028
dependencies:
90299029
"@babel/runtime" "^7.1.2"
90309030
algoliasearch-helper "^3.4.3"
90319031
prop-types "^15.6.2"
90329032
react-fast-compare "^3.0.0"
90339033

9034-
9035-
version "6.10.0"
9036-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz#25286e6958461b96e8ff9ed58653dd7c943cea67"
9037-
integrity sha512-t1IGn1i4btp9a8wNNV/OCYwfJwCx5CuCP6WNwBxYY1QeL27RKGaWPxvz6FjfRFCfrOvD2556STyvVriyGhDoeg==
9034+
9035+
version "6.10.2"
9036+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.10.2.tgz#c969f84243fed8ddd9eebe440042a3dd32ef5c86"
9037+
integrity sha512-5u5t5lvydgTq218JmbOv7BZqFmvGcpgQTEi/02M/T0BLjToDu8bMItpXXQHwWNlOidJl/M+iphybxkxAvJukFQ==
90389038
dependencies:
90399039
"@babel/runtime" "^7.1.2"
90409040
algoliasearch-helper "^3.4.3"
90419041
classnames "^2.2.5"
90429042
prop-types "^15.6.2"
90439043
react-fast-compare "^3.0.0"
9044-
react-instantsearch-core "^6.10.0"
9044+
react-instantsearch-core "^6.10.2"
90459045

90469046
react-is@^16.8.1:
90479047
version "16.9.0"

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"qs": "6.8.0",
2525
"react": "16.8.6",
2626
"react-dom": "16.8.6",
27-
"react-instantsearch-dom": "6.10.0"
27+
"react-instantsearch-dom": "6.10.2"
2828
}
2929
}

0 commit comments

Comments
 (0)